openfoam/applications/utilities/surface
2013-06-04 14:28:16 +01:00
..
surfaceAdd ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceAutoPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceBooleanFeatures ENH: surfaceBooleanFeatures: Update and start handling baffles 2013-05-31 17:17:34 +01:00
surfaceCheck STYLE: Corrected spelling mistakes 2013-04-16 17:01:23 +01:00
surfaceClean ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceCoarsen ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceConvert ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceFeatureConvert ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceFeatureExtract ENH: Remove dependencies on CGAL because of new curvature calculation method 2013-05-31 12:42:38 +01:00
surfaceFind ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceHookUp REVERT: Remove findNearestOpSubset from treeDataEdge and add to the application 2013-05-16 10:43:44 +01:00
surfaceInertia ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceLambdaMuSmooth STYLE: surfaceLambdaMuSmooth: remove unused code 2013-06-04 14:28:16 +01:00
surfaceMeshConvert ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshConvertTesting ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshExport ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshImport ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshInfo ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshTriangulate ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceOrient ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfacePointMerge STYLE: Corrected spelling mistakes 2013-04-16 17:01:23 +01:00
surfaceRedistributePar ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceRefineRedGreen ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceSplitByPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceSplitByTopology BUG: surfaceSplitByTopology: #485 2012-05-01 17:24:09 +01:00
surfaceSplitNonManifolds ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceSubset ENH: Merge searchableSurface and indexedOctree volumeType 2013-04-11 19:52:03 +01:00
surfaceToPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceTransformPoints ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +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