Commit Graph

1003 Commits

Author SHA1 Message Date
c5bea5242b ENH: Copyright dates to allow a push. 2011-01-07 15:09:52 +00:00
2135f644d1 Merge branch 'master' into cvm 2011-01-07 14:50:43 +00:00
82103f4ce2 ENH: tolerance on triangle normal check too tight.
A point very close to the face of a tri was erroneously triggering it.
2011-01-07 14:29:38 +00:00
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
8c04b4e692 Merge branch 'master' into cvm
Conflicts:
	src/OpenFOAM/meshes/boundBox/boundBox.H
2011-01-05 11:53:37 +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
e2285169d5 Merge branch 'master' into cvm 2010-12-20 17:23:38 +00:00
af7c53443e ENH: FaceCellWave,PointEdgeWave : contiguous underlying data type 2010-12-20 17:16:30 +00:00
664940fa3a ENH: surfaceBoooleanFeatures utility. 2010-12-20 11:42:13 +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
e1b537a057 Merge branch 'master' into cvm 2010-12-15 17:54:08 +00:00
aa15f4479c ENH: Transferring momentOfInertia calc from utils to meshTools lib.
Adding mesh cell inertia calc.
2010-12-15 17:46:15 +00:00
1f20976f2a 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
2d7f45738a 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-10 20:34:31 +00:00
e49ce4a622 Merge branch 'master' into cvm 2010-12-10 11:10:24 +00:00
71fd105821 BUG: patchProbes : split off nearInfo 2010-12-08 11:49:00 +00:00
44be359294 Merge branch 'master' into cvm 2010-12-07 16:11:09 +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
c5904c028a Merge branch 'master' into cvm 2010-11-30 10:54:29 +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
6595741ecd Merge branch 'master' into cvm 2010-11-25 17:36:43 +00:00
938084438e ENH: directMapped: allow offset specification; allow fieldName specification; allow non-constant interpolation 2010-11-25 13:33:27 +00:00
c630d77fc4 Merge branch 'master' into cvm 2010-11-24 14:02:07 +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
3629979263 Merge branch 'master' into cvm
Conflicts:
	src/OpenFOAM/primitives/random/Random/random.3
	src/OpenFOAM/primitives/random/Random/random.c
2010-11-11 18:29:28 +00:00
8ec07bb8ec ENH: Adding hierarchicalDensityWeightedStochastic initial points method.
Requires "overlaps(const boundBox& bb)" function for searchableSurface.
2010-11-11 18:27:02 +00:00
43aeab6828 Merge branch 'master' into cvm 2010-11-08 12:52:31 +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
5e693642e7 ENH: Adding length and presence of current edge to filtering calculation to
allow long, single edges to be kept.
2010-11-04 16:48:44 +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
f2fe2f5140 Merge branch 'master' into cvm 2010-11-01 17:23:23 +00:00
4d428e8fe7 BUG: meshSearch : extraneous loop 2010-10-29 09:50:31 +01:00