-
- Downloads
Cleanup data mapper
Rename `MeshToDiamondDualMeshDataMapper` as `ConnectivityToDiamondDualConnectivityDataMapper` which is correct This data mapper is now available through the DiamondDualConnectivityManager and is built when connectivity is constructed The construction of this mapper is still completely independent of the mesh construction itself which is bad since same assumptions are made twice... It should be actually constructed at the same time allowing for instance easy renumbering. This should be done soon... hopefully...
parent
6f38632b
No related branches found
No related tags found
Showing
- src/mesh/ConnectivityToDiamondDualConnectivityDataMapper.hpp 204 additions, 0 deletionssrc/mesh/ConnectivityToDiamondDualConnectivityDataMapper.hpp
- src/mesh/DiamondDualConnectivityManager.cpp 56 additions, 9 deletionssrc/mesh/DiamondDualConnectivityManager.cpp
- src/mesh/DiamondDualConnectivityManager.hpp 50 additions, 2 deletionssrc/mesh/DiamondDualConnectivityManager.hpp
- src/mesh/DiamondDualMeshBuilder.cpp 4 additions, 193 deletionssrc/mesh/DiamondDualMeshBuilder.cpp
Please register or sign in to comment