Commit Graph

1003 Commits

Author SHA1 Message Date
a3417e4596 Merge branch 'master' into cvm
Conflicts:
	tutorials/lagrangian/reactingParcelFilmFoam/evaporationTest/system/extrudeToRegionMeshDict
	tutorials/lagrangian/reactingParcelFilmFoam/panel/system/extrudeToRegionMeshDict
2011-04-21 12:02:49 +01:00
592fb7c942 BUG: treeDataPoint: work with empty subset. 2011-04-15 17:24:30 +01:00
13ce640b92 ENH: dates 2011-04-07 22:36:11 +01:00
39de49429d ENH: surfaceFeatures: search start of string 2011-04-07 22:35:34 +01:00
fe0f6a487a Merge branch 'master' into cvm
Conflicts:
	applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
2011-04-07 14:17:08 +01:00
876aa9cdda Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/OpenFOAM/meshes/primitiveMesh/primitiveMeshClear.C
2011-04-07 09:36:51 +01:00
dccfa2171b STYLE: primitiveMesh.H: removed extraneous includes 2011-04-07 08:56:12 +01:00
1a0095489b gcc-4.6.0 warnings: removed initialised but unused variables 2011-04-06 22:55:47 +01:00
b1ce027774 ENH: cellClassification: parallel running 2011-04-06 10:36:00 +01:00
081e4ff810 ENH: cellClassification: work in parallel 2011-04-06 10:24:13 +01:00
0fbe553bca ENH: nearestToCell: use polyMesh meshSearch 2011-04-04 15:26:19 +01:00
1ea4bb9890 STYLE: faceSet: removed printing of sync 2011-04-04 15:25:01 +01:00
5fcd183b8b Merge branch 'master' into cvm 2011-04-04 10:10:56 +01:00
d311e29011 BUG: size was returning points size instead of subset size 2011-04-01 03:16:14 +01:00
1bad1265f7 Merge branch 'master' into cvm 2011-03-31 11:58:44 +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
f81c0abef7 Merge branch 'master' into cvm 2011-03-28 12:06:56 +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
99d76986ab Merge branch 'master' into cvm 2011-03-22 12:09:28 +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
1fac7b662e Merge branch 'master' into cvm
Conflicts:
	src/mesh/Allwmake
2011-03-10 13:54:43 +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
de64877baa Merge branch 'master' into cvm
Conflicts:
	applications/utilities/surface/surfaceFeatureExtract/surfaceFeatureExtract.C
	src/edgeMesh/Make/files
	src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C
	src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H
2011-02-17 11:20:03 +00:00
0090ec6526 Merge branch 'master' into cvm 2011-02-14 15:39:40 +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
a2f7b0d958 ENH: surfaceFeatures trim walking - never walk over feature points. 2011-01-28 17:23:00 +00:00
e0738943c8 STYLE: Removing short feature case debug output from surfaceFeatures. 2011-01-28 11:00:37 +00:00
3171dd78a8 Merge branch 'master' into cvm 2011-01-24 13:24:07 +00:00
b328499d02 ENH: Various improvements.
+ No fatal error on triSurfaceTools::surfaceSide, commented out WarningIn.

  + Make cellSizeControlSurfaces look for a GREAT span for the nearest surface
    point.

  + Identify and limit filtering on single internal face cells in polyMesh
    quality assessment.

  + Create cellSet of remaining protruding cells after polyMesh creation.

  + Implemented wellOutside function by generalising wellInside to
    wellInOutSide.
2011-01-24 13:19:44 +00:00
4f30c291bd BUG: indexedOctree : intersection might be outside current box for triangle straddling two boxes. 2011-01-24 12:37:54 +00:00
5cd9ccf88b ENH: Returning feature edge enumeration from trimFeatures and writing out. 2011-01-21 18:38:23 +00:00
52bc7df7d7 Merge branch 'master' into cvm 2011-01-21 14:05:20 +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
b1c7bcee4e Merge branch 'master' into cvm
Conflicts:
	applications/test/Distribution/DistributionTest.C
	applications/test/Distribution/Make/options
	src/OpenFOAM/containers/Lists/Distribution/Distribution.C
	src/OpenFOAM/containers/Lists/Distribution/Distribution.H
	src/OpenFOAM/containers/Lists/Distribution/DistributionI.H
2011-01-19 10:32:36 +00:00
89619c5015 Revert "ENH: Copyright dates to allow a push."
This reverts commit c5bea5242b.
2011-01-19 10:26:24 +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