openfoam/applications/utilities/surface
2017-05-17 16:35:18 +01:00
..
surfaceAdd BUG: surfaceAdd: incorrect size when not merging regions. Fixes #144. 2016-11-09 15:22:59 +00:00
surfaceBooleanFeatures Integrated Foundation code to commit 104aac5 2017-05-17 16:35:18 +01:00
surfaceCheck BUG: missing surfaceCheck -outputThreshold option (fixes #347) 2016-12-16 05:14:46 +00:00
surfaceClean STYLE: fixup usage for -clean/-noClean options 2016-11-25 01:10:25 +01:00
surfaceCoarsen GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceConvert GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceFeatureConvert Integrated Foundation code to commit 104aac5 2017-05-17 16:35:18 +01:00
surfaceFeatureExtract Integrated Foundation code to commit 104aac5 2017-05-17 16:35:18 +01:00
surfaceFind GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceHookUp GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceInertia GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceInflate STYLE: use the more succinct forms for argList (issue #307) 2016-11-20 13:06:57 +01:00
surfaceLambdaMuSmooth Integrated Foundation code to commit 104aac5 2017-05-17 16:35:18 +01:00
surfaceMeshConvert Merge remote-tracking branch 'origin/decomposeParDict' into develop 2016-11-19 15:34:36 +01:00
surfaceMeshConvertTesting STYLE: fixup usage for -clean/-noClean options 2016-11-25 01:10:25 +01:00
surfaceMeshExport GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceMeshImport STYLE: minor adjustments to doxygen comments 2016-10-04 09:16:08 +02:00
surfaceMeshInfo GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceMeshTriangulate ENH: surfaceMeshTriangulate: handle absolute paths. Fixes #398. 2017-02-08 08:45:40 +00:00
surfaceOrient ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
surfacePatch STYLE: Consistency updates 2016-09-23 16:52:46 +01:00
surfacePointMerge ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
surfaceRedistributePar BUG: snappyHexMesh with -decomposeParDict option (issue #265) 2016-11-24 12:02:11 +01:00
surfaceRefineRedGreen ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
surfaceSplitByPatch GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceSplitByTopology GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceSplitNonManifolds GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceSubset GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceToPatch GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceTransformPoints ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01: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