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
2019-02-14 17:13:56 +00:00
..
surfaceAdd Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceAutoPatch Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceCheck List<label> -> labelList and simiar throughout 2019-02-04 21:58:51 +01:00
surfaceClean Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceCoarsen Update to c++-11 standard: nullptr and compilation flags 2019-01-25 16:22:44 +00:00
surfaceConvert Bugfix: additionaArgs is no longer a reference 2019-02-14 17:13:56 +00:00
surfaceFeatureConvert List<label> -> labelList and simiar throughout 2019-02-04 21:58:51 +01:00
surfaceFeatureExtract Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceFind Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceMeshConvert Bugfix: additionaArgs is no longer a reference 2019-02-14 17:13:56 +00:00
surfaceMeshConvertTesting Bugfix: additionaArgs is no longer a reference 2019-02-14 17:13:56 +00:00
surfaceMeshExport Bugfix: additionaArgs is no longer a reference 2019-02-14 17:13:56 +00:00
surfaceMeshImport Bugfix: additionaArgs is no longer a reference 2019-02-14 17:13:56 +00:00
surfaceMeshTriangulate Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceOrient Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfacePointMerge Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceRedistributePar Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceRefineRedGreen Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceSmooth Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceSplitByPatch Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceSplitNonManifolds Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceSubset Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
surfaceToPatch List<label> -> labelList and simiar throughout 2019-02-04 21:58:51 +01:00
surfaceTransformPoints Upgrade copyright notices & banner in source code 2018-06-01 18:11:37 +02:00
CMakeLists.txt Upgrade copyright notices & banner in source code 2018-06-01 18:11: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