-
- Downloads
Separate and factorize dual 1d mesh builder
It is now shared in 1d with median and diamond dual meshes
parent
fa25e263
No related branches found
No related tags found
Showing
- src/language/modules/MeshModule.cpp 6 additions, 6 deletionssrc/language/modules/MeshModule.cpp
- src/mesh/CMakeLists.txt 1 addition, 0 deletionssrc/mesh/CMakeLists.txt
- src/mesh/DiamondDualMeshBuilder.cpp 9 additions, 13 deletionssrc/mesh/DiamondDualMeshBuilder.cpp
- src/mesh/DiamondDualMeshBuilder.hpp 2 additions, 2 deletionssrc/mesh/DiamondDualMeshBuilder.hpp
- src/mesh/Dual1DMeshBuilder.cpp 50 additions, 0 deletionssrc/mesh/Dual1DMeshBuilder.cpp
- src/mesh/Dual1DMeshBuilder.hpp 20 additions, 0 deletionssrc/mesh/Dual1DMeshBuilder.hpp
- src/mesh/DualMeshManager.cpp 43 additions, 17 deletionssrc/mesh/DualMeshManager.cpp
- src/mesh/DualMeshManager.hpp 4 additions, 4 deletionssrc/mesh/DualMeshManager.hpp
- src/mesh/MedianDualMeshBuilder.cpp 6 additions, 11 deletionssrc/mesh/MedianDualMeshBuilder.cpp
- src/mesh/MedianDualMeshBuilder.hpp 2 additions, 2 deletionssrc/mesh/MedianDualMeshBuilder.hpp
- tests/test_CellIntegrator.cpp 1 addition, 1 deletiontests/test_CellIntegrator.cpp
- tests/test_DualMeshManager.cpp 8 additions, 8 deletionstests/test_DualMeshManager.cpp
- tests/test_EdgeIntegrator.cpp 1 addition, 1 deletiontests/test_EdgeIntegrator.cpp
- tests/test_FaceIntegrator.cpp 1 addition, 1 deletiontests/test_FaceIntegrator.cpp
Loading
Please register or sign in to comment