reworked surfMesh and PrimitivePatchExtra
- ditched PrimitivePatchExtra in favour of a PatchTools class that is currently just a collection of static functions. They could equally well live within PrimitivePatch itself, but isolated also has its advantages. - MeshedSurface, UnsortedMeshedSurface now have 'regions' instead of 'patches' since they are more like a faceZone for meshed surfaces than patches. This might avoid confusion at a later stage.
Showing
- applications/utilities/surface/surfaceMeshConvert/surfaceMeshConvert.C 5 additions, 4 deletions...utilities/surface/surfaceMeshConvert/surfaceMeshConvert.C
- src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H 0 additions, 2 deletions.../polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.C 86 additions, 50 deletions...FOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H 136 additions, 133 deletions...FOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatch.H
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchAddressing.C 4 additions, 11 deletions...s/primitiveMesh/PrimitivePatch/PrimitivePatchAddressing.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchBdryPoints.C 4 additions, 10 deletions...s/primitiveMesh/PrimitivePatch/PrimitivePatchBdryPoints.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchCheck.C 16 additions, 14 deletions...meshes/primitiveMesh/PrimitivePatch/PrimitivePatchCheck.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchClear.C 16 additions, 14 deletions...meshes/primitiveMesh/PrimitivePatch/PrimitivePatchClear.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchEdgeLoops.C 9 additions, 11 deletions...es/primitiveMesh/PrimitivePatch/PrimitivePatchEdgeLoops.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchLocalPointOrder.C 4 additions, 12 deletions...mitiveMesh/PrimitivePatch/PrimitivePatchLocalPointOrder.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshData.C 15 additions, 16 deletions...hes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshData.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchMeshEdges.C 11 additions, 13 deletions...es/primitiveMesh/PrimitivePatch/PrimitivePatchMeshEdges.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchPointAddressing.C 6 additions, 12 deletions...mitiveMesh/PrimitivePatch/PrimitivePatchPointAddressing.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatch/PrimitivePatchProjectPoints.C 12 additions, 21 deletions...rimitiveMesh/PrimitivePatch/PrimitivePatchProjectPoints.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatchExtra/PrimitivePatchExtra.C 0 additions, 173 deletions...s/primitiveMesh/PrimitivePatchExtra/PrimitivePatchExtra.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatchTools/PrimitivePatchTools.C 37 additions, 0 deletions...s/primitiveMesh/PrimitivePatchTools/PrimitivePatchTools.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatchTools/PrimitivePatchTools.H 181 additions, 0 deletions...s/primitiveMesh/PrimitivePatchTools/PrimitivePatchTools.H
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatchTools/PrimitivePatchToolsCheck.C 180 additions, 0 deletions...mitiveMesh/PrimitivePatchTools/PrimitivePatchToolsCheck.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatchTools/PrimitivePatchToolsEdgeOwner.C 95 additions, 0 deletions...veMesh/PrimitivePatchTools/PrimitivePatchToolsEdgeOwner.C
- src/OpenFOAM/meshes/primitiveMesh/PrimitivePatchTools/PrimitivePatchToolsSearch.C 52 additions, 67 deletions...itiveMesh/PrimitivePatchTools/PrimitivePatchToolsSearch.C
Please register or sign in to comment