openfoam/applications/utilities/surface
graham ad669ae3d8 Merge branch 'master' into cvm
Conflicts:
	doc/codingStyleGuide.org
2009-11-30 14:55:39 +00:00
..
surfaceAdd coding style adherence 2009-11-27 15:39:14 +01:00
surfaceAutoPatch coding style adherence 2009-11-27 15:39:14 +01:00
surfaceCheck Apply coding style recommendations: 2009-11-30 08:55:03 +01:00
surfaceClean Use new last() method for List-type classes 2009-11-26 13:35:57 +01:00
surfaceCoarsen Apply coding style recommendations: 2009-11-30 08:55:03 +01:00
surfaceConvert adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceFeatureConvert Added points and edges only constructor for surfaceFeatureConvert 2009-04-24 17:57:18 +01:00
surfaceFeatureExtract merging master, fixing conflict in surfaceFeatureExtract. 2009-05-20 18:40:50 +01:00
surfaceFind coding style adherence 2009-11-27 15:39:14 +01:00
surfaceMeshConvert updating verion dev->1.6 2009-07-24 17:49:15 +01:00
surfaceMeshConvertTesting adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceMeshExport adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceMeshImport adjust solvers and utilities to use new argList methods 2009-05-19 20:21:50 +02:00
surfaceMeshTriangulate coding style adherence 2009-11-27 15:39:14 +01:00
surfaceOrient coding style adherence 2009-11-27 15:39:14 +01:00
surfacePointMerge Apply coding style recommendations: 2009-11-30 08:55:03 +01:00
surfaceRedistributePar explicit constructor 2009-11-13 18:18:32 +00:00
surfaceRefineRedGreen coding style adherence 2009-11-27 15:39:14 +01:00
surfaceSmooth Apply coding style recommendations: 2009-11-30 08:55:03 +01:00
surfaceSplitByPatch coding style adherence 2009-11-27 15:39:14 +01:00
surfaceSplitByTopology Rename utility surfaceRemoveBaffles -> surfaceSplitByTopology 2009-08-11 19:46:20 +01:00
surfaceSplitNonManifolds coding style adherence 2009-11-27 15:39:14 +01:00
surfaceSubset coding style adherence 2009-11-27 15:39:14 +01:00
surfaceToPatch coding style adherence 2009-11-27 15:39:14 +01:00
surfaceTransformPoints coding style adherence 2009-11-27 15:39:14 +01:00
README checked in surfMesh library code 2008-10-23 16:29:36 +02: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