Commit Graph

351 Commits

Author SHA1 Message Date
d311e29011 BUG: size was returning points size instead of subset size 2011-04-01 03:16:14 +01:00
31cea7cb8f STYLE: treeData*: renamed points() to shapePoints() to avoid confusion 2011-03-30 16:47:03 +01:00
a64c9a1dd3 BUG: treeDataPoint: return selected points 2011-03-29 12:40:34 +01:00
b5d6aee54f ENH: triSurfaceMesh: added tolerance for edgeTree as well 2011-03-24 21:21:07 +00:00
cd45f3c9c3 BUG: searchableSurfaceWithGaps: scale of perturb vectors 2011-03-24 18:28:41 +00:00
af60a98681 BUG: searchableCylinder: point on centreline incorrect nearest 2011-03-21 14:57:32 +00:00
714d79a3c1 ENH: treeDataPoint: work on subset of points 2011-03-18 17:23:08 +00:00
cb38e02622 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-03-01 18:04:55 +00:00
9ae8019446 STYLE: directMappedPatchBase.C: date 2011-03-01 18:03:34 +00:00
eb145c6f8d COMP: Added Make/files file missed during commit c2851ea 2011-02-24 16:14:23 +00:00
c2851eaa9f ENH: moved indexedOctree and treeBoundBox from meshTools to OpenFOAM 2011-02-24 16:06:51 +00:00
a218fb16ac STYLE: treeDataCell : removed comment 2011-02-18 18:08:56 +00:00
56e07de724 STYLE: changed some missed doxygen '@' to '\' 2011-02-14 10:00:48 +01:00
1e4d26429b Merge remote branch 'OpenCFD/master' into olesenm 2011-02-14 09:47:49 +01:00
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
96edf6f32d STYLE: pass wordReList instead of wordList to polyBoundaryMesh::patchSet()
- make warning optional and reuse in cellDistFuncs::getPatchIDs
2011-02-08 13:48:01 +01:00
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