openfoam/applications/utilities/surface
Mark Olesen 55ed6ec776 STYLE: use MUST_READ consistently for decomposeParDict
- there was a slight mix of MUST_READ and MUST_READ_IF_MODIFIED
  but with no obvious code to handle runtime modified values
  of the decomposition, or how this works with alternative
  dictionaries.
2016-11-24 11:26:03 +01:00
..
surfaceAdd BUG: surfaceAdd: incorrect size when not merging regions. Fixes #144. 2016-11-09 15:22:59 +00:00
surfaceBooleanFeatures STYLE: use the more succinct forms for argList (issue #307) 2016-11-20 13:06:57 +01:00
surfaceCheck COMP: surfaceCheck: edgei vs edgeI 2016-11-02 14:55:13 +00:00
surfaceClean GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +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 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: use the more succinct forms for argList (issue #307) 2016-11-20 13:06:57 +01: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 ENH: provide ModifiableMeshedSurface class 2016-11-14 00:45:41 +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 GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01: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 STYLE: use MUST_READ consistently for decomposeParDict 2016-11-24 11:26:03 +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