openfoam/applications/utilities/surface
Mark Olesen d4c7d8c6e5 ENH: add possibility to enable/disable profiling globally (issue #441)
- use InfoSwitch to disable, or via static method.

- respect the state of the argList banner when deciding to emit
  initialization information. Can otherwise end up with unwanted
  output rubbish on things like foamDictionary and foamListTimes.
2017-04-19 17:04:37 +02:00
..
surfaceAdd BUG: surfaceAdd: incorrect size when not merging regions. Fixes #144. 2016-11-09 15:22:59 +00:00
surfaceBooleanFeatures STYLE: consistent use of LIB_SRC in Make/options 2017-04-06 23:56:23 +02: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 STYLE: remove tabs from files and shorten line-length. 2017-04-10 16:11:33 +02:00
surfaceConvert GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
surfaceFeatureConvert ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +01:00
surfaceFeatureExtract GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +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: consistent use of LIB_SRC in Make/options 2017-04-06 23:56:23 +02:00
surfaceLambdaMuSmooth ENH: (further) Doxygen documentation updates for module support 2016-06-27 20:34:19 +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 ENH: add possibility to enable/disable profiling globally (issue #441) 2017-04-19 17:04:37 +02: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