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
2016-06-21 15:04:21 +02:00
..
surfaceAdd Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceAutoPatch Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceCheck Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceClean Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceCoarsen Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceConvert Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceFeatureConvert Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceFeatureExtract Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceFind Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceMeshConvert Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceMeshConvertTesting Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceMeshExport Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceMeshImport Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceMeshTriangulate Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceOrient Bump version in headers 2016-06-21 15:04:12 +02:00
surfacePointMerge Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceRedistributePar Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceRefineRedGreen Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceSmooth Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceSplitByPatch Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceSplitNonManifolds Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceSubset Update case files 2016-06-21 15:04:21 +02:00
surfaceToPatch Bump version in headers 2016-06-21 15:04:12 +02:00
surfaceTransformPoints Bump version in headers 2016-06-21 15:04:12 +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