This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/applications/utilities/surface
2018-05-23 15:26:37 +02:00
..
surfaceAdd Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceAutoPatch Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceCheck Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceClean Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceCoarsen Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceConvert Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceFeatureConvert Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceFeatureExtract Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceFind Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceMeshConvert Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceMeshConvertTesting Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceMeshExport Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceMeshImport Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceMeshTriangulate Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceOrient Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfacePointMerge Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceRedistributePar Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceRefineRedGreen Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceSmooth Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceSplitByPatch Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceSplitNonManifolds Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceSubset Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceToPatch Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
surfaceTransformPoints Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
CMakeLists.txt Transition to cmake build system (most libs and utils & some apps compile) 2018-05-23 15:26:37 +02:00
README Port update: to utilities/post-processing 2010-08-25 22:42:57 +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 facses 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