blockMesh: most mesh data are now demand-driven
- Unless the points(), cells(), patches() methods are called, the classes should know maintain a lightweight representation for as long as possible. - bugfix: old-code used xferMove() instead of xferCopy() when creating the topology mesh - causing const pointField& to break if the code order was changed - relocate blockMesh from src/meshing -> src/mesh
Showing
- applications/utilities/mesh/generation/blockMesh/Make/options 1 addition, 1 deletion...ications/utilities/mesh/generation/blockMesh/Make/options
- applications/utilities/mesh/generation/blockMesh/blockMeshApp.C 34 additions, 1 deletion...ations/utilities/mesh/generation/blockMesh/blockMeshApp.C
- applications/utilities/miscellaneous/foamDebugSwitches/Make/options 2 additions, 1 deletion...ns/utilities/miscellaneous/foamDebugSwitches/Make/options
- src/Allwmake 1 addition, 0 deletionssrc/Allwmake
- src/mesh/Allwmake 0 additions, 0 deletionssrc/mesh/Allwmake
- src/mesh/blockMesh/Make/files 2 additions, 5 deletionssrc/mesh/blockMesh/Make/files
- src/mesh/blockMesh/Make/options 0 additions, 0 deletionssrc/mesh/blockMesh/Make/options
- src/mesh/blockMesh/block/block.C 33 additions, 17 deletionssrc/mesh/blockMesh/block/block.C
- src/mesh/blockMesh/block/block.H 29 additions, 13 deletionssrc/mesh/blockMesh/block/block.H
- src/mesh/blockMesh/block/blockCreate.C 54 additions, 38 deletionssrc/mesh/blockMesh/block/blockCreate.C
- src/mesh/blockMesh/block/blockList.H 0 additions, 0 deletionssrc/mesh/blockMesh/block/blockList.H
- src/mesh/blockMesh/blockDescriptor/blockDescriptor.C 13 additions, 8 deletionssrc/mesh/blockMesh/blockDescriptor/blockDescriptor.C
- src/mesh/blockMesh/blockDescriptor/blockDescriptor.H 14 additions, 4 deletionssrc/mesh/blockMesh/blockDescriptor/blockDescriptor.H
- src/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C 2 additions, 1 deletionsrc/mesh/blockMesh/blockDescriptor/blockDescriptorEdges.C
- src/mesh/blockMesh/blockMesh/blockMesh.C 37 additions, 30 deletionssrc/mesh/blockMesh/blockMesh/blockMesh.C
- src/mesh/blockMesh/blockMesh/blockMesh.H 35 additions, 28 deletionssrc/mesh/blockMesh/blockMesh/blockMesh.H
- src/mesh/blockMesh/blockMesh/blockMeshCheck.C 7 additions, 7 deletionssrc/mesh/blockMesh/blockMesh/blockMeshCheck.C
- src/mesh/blockMesh/blockMesh/blockMeshCreate.C 86 additions, 8 deletionssrc/mesh/blockMesh/blockMesh/blockMeshCreate.C
- src/mesh/blockMesh/blockMesh/blockMeshMerge.C 57 additions, 39 deletionssrc/mesh/blockMesh/blockMesh/blockMeshMerge.C
- src/mesh/blockMesh/blockMesh/blockMeshTopology.C 49 additions, 33 deletionssrc/mesh/blockMesh/blockMesh/blockMeshTopology.C
Please register or sign in to comment