openfoam/applications/utilities/surface
graham 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
..
surfaceAdd STYLE: remove superfluous uses of argList::validArgs.clear() 2010-05-03 08:38:39 +02:00
surfaceAutoPatch STYLE: remove superfluous uses of argList::validArgs.clear() 2010-05-03 08:38:39 +02:00
surfaceCheck ENH: Renaming "corners" in boundBox to "points". Overridden in treeBoundBox. 2010-12-13 14:39:55 +00:00
surfaceClean STYLE: Fixing code style requirements for all apps. 2010-07-27 15:27:05 +01:00
surfaceCoarsen STYLE: Fixing code style requirements for more files - those not 2010-07-29 11:28:44 +01:00
surfaceConvert STYLE: remove superfluous uses of argList::validArgs.clear() 2010-05-03 08:38:39 +02:00
surfaceFeatureConvert STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
surfaceFeatureExtract ENH: featureEdgeMesh : merged dev_cvm functionality. 2010-11-22 10:48:07 +00:00
surfaceFind STYLE: remove superfluous uses of argList::validArgs.clear() 2010-05-03 08:38:39 +02:00
surfaceInertia BUG: Passing by copy. 2010-12-10 11:07:59 +00:00
surfaceMeshConvert ENH: add ZoneMesh::findIndices() method 2010-07-26 13:18:59 +02:00
surfaceMeshConvertTesting STYLE: Fixing code style requirements for more files - those not 2010-07-29 11:28:44 +01:00
surfaceMeshExport ENH: add ZoneMesh::findIndices() method 2010-07-26 13:18:59 +02:00
surfaceMeshImport ENH: add ZoneMesh::findIndices() method 2010-07-26 13:18:59 +02:00
surfaceMeshTriangulate STYLE: Fixing code style requirements for more files - those not 2010-07-29 11:28:44 +01:00
surfaceOrient STYLE: remove superfluous uses of argList::validArgs.clear() 2010-05-03 08:38:39 +02:00
surfacePointMerge STYLE: remove superfluous uses of argList::validArgs.clear() 2010-05-03 08:38:39 +02:00
surfaceRedistributePar BUG: surfaceRedistributePar : added -ldistributed to linkage 2010-08-26 17:40:09 +01:00
surfaceRefineRedGreen STYLE: remove superfluous uses of argList::validArgs.clear() 2010-05-03 08:38:39 +02:00
surfaceSmooth STYLE: remove superfluous uses of argList::validArgs.clear() 2010-05-03 08:38:39 +02:00
surfaceSplitByPatch STYLE: remove superfluous uses of argList::validArgs.clear() 2010-05-03 08:38:39 +02:00
surfaceSplitNonManifolds STYLE: Fixing code style requirements for more files - those not 2010-07-29 11:28:44 +01:00
surfaceSubset ENH: tet decomposed particle tracking. 2010-09-17 16:59:17 +01:00
surfaceToPatch STYLE: add notes to some (most) command-line options 2010-04-27 10:50:15 +02:00
surfaceTransformPoints STYLE: remove superfluous uses of argList::validArgs.clear() 2010-05-03 08:38:39 +02:00
README Enhance edgeMesh to support more formats. 2009-12-11 16:29:55 +01:00

2008-10-23

Contents:

surfaceAdd
- adds to surface files. (but does not intersect or anything)

surfaceBooleanOp
- Boolean operations (add, or, xor) on closed surfaces. Probably not working.

surfaceCheck
- checks surface for incorrect topology. Checks normals of neighbouring faces.

surfaceCoarsen
- Stan Melax coarsening algorithm

surfaceConvert
- Converts surfaces to/from various formats

surfaceFind
- Finds nearest vertex and face to given point.

surfaceMeshTriangulate
- Triangulate external faces of mesh and write as surface.

surfacePointMerge
- Explicit point merge of surface.

surfaceSetOutside
- Orient normals on (closed) surface.

surfaceSmooth
- Laplacian smoothing on surface vertices

surfaceSubset
- Subsets surface

surfaceToPatch
- Applies region information of surfaces to mesh.
  Each external face of mesh gets region number of nearest surface triangle.

-------------------------------------------------------------------------------

surfaceMeshConvert
- Similar to surfaceConvert, but uses surfMesh library