openfoam/applications/utilities/surface
2011-04-12 12:53:51 +02:00
..
surfaceAdd STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceAutoPatch STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceCheck STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceClean ENH: surfaceClean: do a triangle cleanup unless suppressed 2011-03-29 12:27:25 +01:00
surfaceCoarsen STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceConvert Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
surfaceFeatureConvert STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceFeatureExtract ENH: featureEdgeMesh : moved new stuff to extendedFeatureEdgeMesh 2011-02-11 12:32:11 +00:00
surfaceFind STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceInertia STYLE: date. 2011-03-10 13:55:20 +00:00
surfaceMeshConvert Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
surfaceMeshConvertTesting Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
surfaceMeshExport Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
surfaceMeshImport Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
surfaceMeshInfo STYLE: drop face::area() and triFace::area() - less useful than expected 2011-04-12 12:53:51 +02:00
surfaceMeshTriangulate STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceOrient STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfacePointMerge STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceRedistributePar STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceRefineRedGreen STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceSmooth STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceSplitByPatch STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceSplitNonManifolds STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceSubset STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
surfaceToPatch STYLE: removed globalMeshData::bb(). Use mesh.bounds() instead 2011-01-20 13:46:02 +00:00
surfaceTransformPoints STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00: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