Commit Graph

335 Commits

Author SHA1 Message Date
67a2effece Doxygen: Updated lists in member documentation to conform to Doxygen limitations 2011-02-08 12:28:13 +00:00
4f30c291bd BUG: indexedOctree : intersection might be outside current box for triangle straddling two boxes. 2011-01-24 12:37:54 +00:00
b414e15b0b ENH: meshSearch : avoid unnecessary mag() 2011-01-21 10:58:28 +00:00
0c6789e539 STYLE: removed globalMeshData::bb(). Use mesh.bounds() instead 2011-01-20 13:46:02 +00:00
e95e9700c8 Merge remote branch 'OpenCFD/master' into olesenm 2011-01-17 10:21:58 +01:00
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
305bdb5978 ENH: add clear() method to coordinateSystem, coordinateRotation 2011-01-11 13:09:41 +01:00
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
f3b95df7b9 COMP: undefined operator==(const objectHit&, const objectHit&) with clang
- real bug or compiler bug?
2010-12-21 15:43:07 +01:00
399e160efb COMP: avoid ambiguous construct from tmp 2010-12-21 11:54:14 +01:00
881b3dafa2 Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	applications/solvers/multiphase/twoPhaseEulerFoam/kineticTheoryModels/kineticTheoryModel/kineticTheoryModel.C
	applications/utilities/mesh/generation/extrude/extrudeToRegionMesh/createShellMesh.C
	applications/utilities/surface/surfaceCheck/surfaceCheck.C
	src/finiteVolume/fields/fvPatchFields/derived/advective/advectiveFvPatchField.C
	src/finiteVolume/fields/fvPatchFields/derived/waveTransmissive/waveTransmissiveFvPatchField.C
	src/meshTools/directMapped/directMappedPolyPatch/directMappedPatchBase.C

NOTE: also needed to strip trailing space/lines in various files
2010-12-21 10:19:53 +01:00
af7c53443e ENH: FaceCellWave,PointEdgeWave : contiguous underlying data type 2010-12-20 17:16:30 +00:00
6777e02e75 BUG: typo in rotatedBoxToCell constructor caused uninitialized variable 2010-12-17 18:16:48 +01:00
fa6b1157f2 COMP: avoid ambiguous construct from tmp - mesh, meshTools 2010-12-17 17:10:18 +01:00
85bae17943 STYLE: add formatting of NamedEnum template arguments 2010-12-17 14:36:13 +01:00
aa15f4479c ENH: Transferring momentOfInertia calc from utils to meshTools lib.
Adding mesh cell inertia calc.
2010-12-15 17:46:15 +00:00
36509f045b BUG: typo in copy constructor for coordinateSystem 2010-12-15 10:17:37 +01:00
7ae8dc4860 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-12-14 10:10:04 +00:00
8a355a6332 ENH: PointEdgeWave with trackData template argument. Using nonBlocking comms. 2010-12-14 10:09:24 +00:00
63e24812c2 ENH: Renaming "corners" in boundBox to "points". Overridden in treeBoundBox.
Keeping both functions to ensure that the octant ordering specified in
treeBoundBox is obeyed at the octree level, irrespective of the implementation
of the basic boundBox.
2010-12-13 14:39:55 +00:00
71fd105821 BUG: patchProbes : split off nearInfo 2010-12-08 11:49:00 +00:00
a00ec1562a Merge remote branch 'OpenCFD/master' into olesenm 2010-12-07 15:20:19 +01:00
a2b73a1c6d STYLE: use X.last() method instead of X[X.size()-1] 2010-12-07 09:56:52 +01:00
731f523188 ENH: mapDistribute : cleanup 2010-12-06 15:54:45 +00:00
e72d32028c ENH: use boundBox contains(), containsAny() methods 2010-12-06 11:35:36 +01:00
aafb9aa3f1 BUG: PointEdgeWave : incorrect transform 2010-12-03 12:07:03 +00:00
f7ce5fbf0c ENH: Construct bounding box as subset of the pointField.
STYLE: move inline functions into boundBoxI.H

STYLE: reduce duplicate methods in treeBoundBox
2010-11-29 11:13:19 +01:00
0d662c74c6 STYLE: use triSurface::FaceType where triangle or region information
not required
2010-11-26 20:39:46 +01:00
00c77c35dc ENH: using fieldDictionary.H to do binary IO in fieldToCell.C. 2010-11-26 12:31:05 +00:00
938084438e ENH: directMapped: allow offset specification; allow fieldName specification; allow non-constant interpolation 2010-11-25 13:33:27 +00:00
1aea998bbe ENH: FaceCellWave : additional trackData like argument for passing in non-cell data 2010-11-24 11:48:04 +00:00
1eb93102da STYLE: treeBoundBox : error message 2010-11-15 11:22:51 +00:00
8b59f1d0d5 Merge remote branch 'OpenCFD/master' into olesenm 2010-11-08 08:07:29 +01:00
ff72ba14cb COMP: PointEdgeWave : missing curly 2010-11-04 17:24:06 +00:00
7fda6ce1aa ENH: PointEdgeWave : only call update if valid point info 2010-11-04 12:51:12 +00:00
d5acd22a63 STYLE: use labelUList typedef instead of UList<label> or unallocLabelList 2010-11-02 09:32:32 +01:00
4d428e8fe7 BUG: meshSearch : extraneous loop 2010-10-29 09:50:31 +01:00
51b8a7367c ENH: MeshWave: allow 1 cells cases. 2010-10-19 17:40:36 +01:00
ed89c6926e Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2010-10-15 15:47:46 +01:00
b31f8894aa ENH: setFields : all face sets to set patch values 2010-10-15 15:41:32 +01:00
a48897c558 STYLE: directMapped : updated comment 2010-10-15 10:43:18 +01:00
95219e6f76 COMP: specialization Foam::NamedEnum templates within namespace Foam
- otherwise gets flagged as an error by clang
2010-10-12 12:17:13 +02:00
95a2b3effd STYLE: 80 char lines. 2010-10-06 17:28:13 +01:00
4d4def5493 Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev 2010-10-06 17:25:25 +01:00
557d916342 ENH: face::nearestPointClassify, similar to triangle. 2010-10-06 15:34:07 +01:00
08a20c5bd1 BUG: indexedOctree : missing access function 2010-10-06 12:45:42 +01:00
6cdbd0ada7 ENH: Making nearestPointClassify query for triangle.
This is to access the face/edge/point status of the nearest at the
same time to ensure a consistent result.

Using getVolumeType query in distanceSurface, not simple normal
dot-product comparison, fails on edges.
2010-10-06 10:25:26 +01:00
0a26787282 ENH: Moving pointIndexHit to OpenFOAM, along-side pointHit. 2010-10-06 10:22:12 +01:00
2fe09db2c6 ENH: indexedOctree : add surface-surface nearness testing 2010-10-05 19:28:23 +01:00