- "cpp -traditional-cpp" doesn't strip C++-style comments Probably need a workaround with sed -e 's@^ *//@@' if we wish to support C++-style comments in Make/{files,options} - lduMatrixTests.C:121:1: error: ‘Foam::lduMatrix::solverPerformance::solverPerformance’ names the constructor, not the type - edgeFaceCirculatorI.H:355:1: error: ‘Foam::edgeFaceCirculator::edgeFaceCirculator’ names the constructor, not the type - patchPointEdgeCirculatorI.H:236:1: error: ‘Foam::patchPointEdgeCirculator::patchPointEdgeCirculator’ names the constructor, not the type - objToVTK.C:116:5: error: ‘Foam::argList::argList’ names the constructor, not the type same in surfaceClean.C, surfaceRefineRedGreen.C, surfaceSplitByPatch.C - fireFoam/createFields.H:74:41: error: type/value mismatch at argument 1 in template parameter list for ‘template<class T> class Foam::autoPtr’ |
||
---|---|---|
.. | ||
surfaceAdd | ||
surfaceAutoPatch | ||
surfaceCheck | ||
surfaceClean | ||
surfaceCoarsen | ||
surfaceConvert | ||
surfaceFeatureConvert | ||
surfaceFeatureExtract | ||
surfaceFind | ||
surfaceInertia | ||
surfaceMeshConvert | ||
surfaceMeshConvertTesting | ||
surfaceMeshExport | ||
surfaceMeshImport | ||
surfaceMeshTriangulate | ||
surfaceOrient | ||
surfacePointMerge | ||
surfaceRedistributePar | ||
surfaceRefineRedGreen | ||
surfaceSmooth | ||
surfaceSplitByPatch | ||
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 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