openfoam/applications/utilities/surface
Mark Olesen 297fee00f1 COMP: adjustments for nvc++ compiler
- remove unneeded -Wno-old-style flags with boost/cgal elements
- add nvc equivalent to gcc/clang -Wno-invalid-offsetof
- avoid warnings about set-but-unused variable and change of scoping

STYLE: remove wmake 'CGAL' rule
- was a transitional forward to 'cgal' rule since DEC-2020
2025-01-24 10:46:06 +00:00
..
surfaceAdd ENH: add -verbose option to surface conversion, cleanup 2023-05-09 19:30:57 +02:00
surfaceBooleanFeatures COMP: adjustments for nvc++ compiler 2025-01-24 10:46:06 +00:00
surfaceCheck ENH: add surface patch index to surfaceCheck output 2024-03-05 16:18:02 +01:00
surfaceClean STYLE: use 'is_sorted()' instead of 'sorted()' for readers, Pair, ... 2023-07-19 14:10:31 +02:00
surfaceCoarsen ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
surfaceConvert ENH: add -verbose option to surface conversion, cleanup 2023-05-09 19:30:57 +02:00
surfaceFeatureConvert ENH: adjust fileName methods for similarity to std::filesystem::path 2022-10-11 17:58:22 +02:00
surfaceFeatureExtract ENH: surfaceFeatureExtract: do simple non-manifold. Fixes #3267 2024-11-21 13:36:46 +00:00
surfaceFind ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
surfaceHookUp ENH: use simpler constructor forms for treeData types 2022-11-24 12:21:01 +00:00
surfaceInertia ENH: report average surface normal in surfaceInertia utility (#3184) 2024-06-14 12:45:47 +02:00
surfaceInflate ENH: use tmp field factory methods [12] (#2723) 2024-02-21 14:31:40 +01:00
surfaceLambdaMuSmooth ENH: use tmp field factory methods [12] (#2723) 2024-02-21 14:31:40 +01:00
surfaceMeshConvert RELEASE: Updated headers to v2412 2024-12-24 11:17:31 +00:00
surfaceMeshExport ENH: add -verbose option to surface conversion, cleanup 2023-05-09 19:30:57 +02:00
surfaceMeshExtract ENH: snappyHexMesh: add buffer layers before snapping 2024-12-12 16:13:32 +00:00
surfaceMeshImport ENH: add -verbose option to surface conversion, cleanup 2023-05-09 19:30:57 +02:00
surfaceMeshInfo ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
surfaceOrient ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
surfacePatch ENH: reduce reliance on stringListOps functions 2024-04-16 10:18:08 +02:00
surfacePointMerge ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
surfaceRedistributePar ENH: improve consistency in handling of global IOobjects (#3045) 2023-12-07 17:42:25 +01:00
surfaceRefineRedGreen ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
surfaceSplitByPatch ENH: reduce reliance on stringListOps functions 2024-04-16 10:18:08 +02:00
surfaceSplitByTopology ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
surfaceSplitNonManifolds ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
surfaceSubset STYLE: use 'is_sorted()' instead of 'sorted()' for readers, Pair, ... 2023-07-19 14:10:31 +02:00
surfaceToPatch STYLE: use polyPatchList instead of List<polyPatch*> in more places 2022-09-26 18:03:23 +02:00
surfaceTransformPoints ENH: surfaceTransformPoints: make consistent with transformPoints. 2024-06-04 16:59:15 +01:00
README GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +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

surfaceMeshExtract
- Extracts mesh patches (or faceSets) and writes as a single surface.
- foamToSurface duplicates this

surfaceFind
- Finds nearest vertex and face to given point.

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