openfoam/applications/utilities/surface
Mark Olesen c59c3af146 STYLE: relocate surfaceMeshConvertTesting to test/ (closes #584)
- relocate as Test-surfaceMeshConvert.
2017-09-11 14:50:51 +02:00
..
surfaceAdd ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceBooleanFeatures ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceCheck ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
surfaceClean ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceCoarsen ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceConvert ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceFeatureConvert Integrated Foundation code to commit 104aac5 2017-05-17 16:35:18 +01:00
surfaceFeatureExtract ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceFind ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceHookUp ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
surfaceInertia ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceInflate ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02: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
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 input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceMeshTriangulate STYLE: hash constructors with power-of-two 2017-07-05 10:46:50 +02:00
surfaceOrient ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfacePatch STYLE: use auto and cfind to simplify selector usage (issue #512) 2017-07-03 10:36:03 +02:00
surfacePointMerge ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceRedistributePar ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02:00
surfaceRefineRedGreen ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
surfaceSplitByPatch ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
surfaceSplitByTopology ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
surfaceSplitNonManifolds ENH: improved handling of 'unresolved' surface intersections (issue #450) 2017-05-08 14:57:47 +02:00
surfaceSubset ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
surfaceToPatch ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
surfaceTransformPoints ENH: add input surface scaling (issue #514) 2017-08-14 09:18:15 +02: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