- similar to -dry-run handling, can be interrogated from argList, which makes it simpler to add into utilities. - support multiple uses of -dry-run and -verbose to increase the level. For example, could have someApplication -verbose -verbose and inside of the application: if (args.verbose() > 2) ... BUG: error with empty distributed roots specification (fixes #2196) - previously used the size of distributed roots to transmit if the case was running in distributed mode, but this behaves rather poorly with bad input. Specifically, the following questionable setup: distributed true; roots ( /*none*/ ); Now transmit the ParRunControl distributed() value instead, and also emit a gentle warning for the user: WARNING: running distributed but did not specify roots! |
||
---|---|---|
.. | ||
surfaceAdd | ||
surfaceBooleanFeatures | ||
surfaceCheck | ||
surfaceClean | ||
surfaceCoarsen | ||
surfaceConvert | ||
surfaceFeatureConvert | ||
surfaceFeatureExtract | ||
surfaceFind | ||
surfaceHookUp | ||
surfaceInertia | ||
surfaceInflate | ||
surfaceLambdaMuSmooth | ||
surfaceMeshConvert | ||
surfaceMeshExport | ||
surfaceMeshExtract | ||
surfaceMeshImport | ||
surfaceMeshInfo | ||
surfaceOrient | ||
surfacePatch | ||
surfacePointMerge | ||
surfaceRedistributePar | ||
surfaceRefineRedGreen | ||
surfaceSplitByPatch | ||
surfaceSplitByTopology | ||
surfaceSplitNonManifolds | ||
surfaceSubset | ||
surfaceToPatch | ||
surfaceTransformPoints | ||
README |
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