openfoam/applications/utilities/surface
2016-04-04 13:53:20 +01:00
..
surfaceAdd ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceAutoPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceBooleanFeatures Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
surfaceCheck applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceClean Removed duplicate, inconsistent and spurious comments in .C files 2016-02-29 18:33:54 +00:00
surfaceCoarsen Made all template declarations consistent using 'class' rather than 'typename' 2016-03-22 15:02:55 +00:00
surfaceConvert applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceFeatureConvert applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceFeatureExtract SquareMatrix, SymmetricSquareMatrix: Changed the constructor from size to require only n 2016-03-22 14:13:48 +00:00
surfaceFind ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceHookUp Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
surfaceInertia applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceLambdaMuSmooth OpenFOAM: Updated all libraries, solvers and utilities to use the new const-safe tmp 2016-02-26 17:31:28 +00:00
surfaceMeshConvert surfaceMeshConvert: Reinstated missing error messages 2016-04-04 13:53:20 +01:00
surfaceMeshConvertTesting applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceMeshExport applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceMeshImport applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceMeshInfo ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceMeshTriangulate applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceOrient ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfacePointMerge STYLE: Corrected spelling mistakes 2013-04-16 17:01:23 +01:00
surfaceRedistributePar Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
surfaceRefineRedGreen ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceSplitByPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceSplitByTopology Correct formatting: "forAll (" -> "forAll(" 2016-01-09 23:10:16 +00:00
surfaceSplitNonManifolds applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceSubset applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
surfaceToPatch ENH: Applying Gijs' patch: Update header documentation for utilities 2013-02-21 10:54:34 +00:00
surfaceTransformPoints transformPoints, surfaceTransformPoints: Updated quaternion construction from Euler-angles 2016-03-14 16:40:35 +00: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