openfoam/applications/utilities/surface
2011-06-17 10:57:23 +01:00
..
surfaceAdd Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceAutoPatch Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceBooleanFeatures COMP: meshTools.H 2011-05-13 10:39:19 +01:00
surfaceCheck ENH: Using triangle quality without checking - check is now in triangle class. 2011-01-19 19:39:27 +00:00
surfaceClean ENH: surfaceClean: do a triangle cleanup unless suppressed 2011-03-29 12:27:25 +01:00
surfaceCoarsen Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceConvert Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
surfaceFeatureConvert Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceFeatureExtract BUG/STYLE: vector type fails to compile. Using extendedFeatureEdgeMesh naming. 2011-05-03 16:33:11 +01:00
surfaceFind Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceInertia STYLE: date. 2011-03-10 13:55:20 +00:00
surfaceMeshConvert ENH: Reverted back to version dev 2011-06-17 10:08:20 +01: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 Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceOrient Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfacePointMerge Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceRedistributePar Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceRefineRedGreen Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceSmooth Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceSplitByPatch Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceSplitByTopology Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceSplitNonManifolds Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +00:00
surfaceSubset ENH: Reverted back to version dev 2011-06-17 10:08:20 +01:00
surfaceToPatch STYLE: removed globalMeshData::bb(). Use mesh.bounds() instead 2011-01-20 13:46:02 +00:00
surfaceTransformPoints Revert "ENH: Copyright dates to allow a push." 2011-01-19 10:26:24 +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