"README.md" did not exist on "02cabc3cf2f8b0edb8bc9d4e7875672bb5f37a99"
ENH: zone improvements
- retain group information when copying zones - support construct empty (add details later) - improve consistency for zone and boundaryMesh construction - support front/back/both selection for faceZoneToCell STYLE: prefer faceZone patch() method instead of operator() STYLE: use std::unique_ptr instead of manual pointer management - for zones and core patch types. Easier data management, allows default destructors (for example)
Showing
- etc/caseDicts/annotated/topoSetSourcesDict 3 additions, 3 deletionsetc/caseDicts/annotated/topoSetSourcesDict
- src/OpenFOAM/meshes/Identifiers/patch/patchIdentifier.C 24 additions, 7 deletionssrc/OpenFOAM/meshes/Identifiers/patch/patchIdentifier.C
- src/OpenFOAM/meshes/Identifiers/patch/patchIdentifier.H 16 additions, 3 deletionssrc/OpenFOAM/meshes/Identifiers/patch/patchIdentifier.H
- src/OpenFOAM/meshes/Identifiers/zone/zoneIdentifier.C 23 additions, 6 deletionssrc/OpenFOAM/meshes/Identifiers/zone/zoneIdentifier.C
- src/OpenFOAM/meshes/Identifiers/zone/zoneIdentifier.H 16 additions, 3 deletionssrc/OpenFOAM/meshes/Identifiers/zone/zoneIdentifier.H
- src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.C 1 addition, 1 deletionsrc/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapPolyMesh.C
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C 28 additions, 13 deletions...nFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H 18 additions, 7 deletions...nFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.C 27 additions, 1 deletion...eshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.C
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.H 13 additions, 5 deletions...eshes/polyMesh/polyBoundaryMesh/polyBoundaryMeshEntries.H
- src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C 12 additions, 16 deletions.../polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.C
- src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H 18 additions, 15 deletions.../polyMesh/polyPatches/constraint/cyclic/cyclicPolyPatch.H
- src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.C 12 additions, 8 deletions...penFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.C
- src/OpenFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H 4 additions, 4 deletions...penFOAM/meshes/polyMesh/polyPatches/polyPatch/polyPatch.H
- src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.C 77 additions, 43 deletionssrc/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.C
- src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.H 30 additions, 14 deletionssrc/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.H
- src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.C 87 additions, 9 deletionssrc/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.C
- src/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.H 54 additions, 19 deletionssrc/OpenFOAM/meshes/polyMesh/zones/cellZone/cellZone.H
- src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.C 234 additions, 149 deletionssrc/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.C
- src/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.H 120 additions, 56 deletionssrc/OpenFOAM/meshes/polyMesh/zones/faceZone/faceZone.H
Please register or sign in to comment