-
- Downloads
Add a first stencil construction mechanism
- in parallel, ghost cells have no stencil - the stencil is composed of cells that share a node with the considered cell - a storage mechanism should be used to build the stencil once for all (soon?)
parent
c5392ac9
No related branches found
No related tags found
Showing
- src/mesh/CMakeLists.txt 1 addition, 0 deletionssrc/mesh/CMakeLists.txt
- src/mesh/Stencil.hpp 26 additions, 0 deletionssrc/mesh/Stencil.hpp
- src/mesh/StencilBuilder.cpp 117 additions, 0 deletionssrc/mesh/StencilBuilder.cpp
- src/mesh/StencilBuilder.hpp 26 additions, 0 deletionssrc/mesh/StencilBuilder.hpp
- tests/CMakeLists.txt 1 addition, 0 deletionstests/CMakeLists.txt
- tests/test_StencilBuilder.cpp 113 additions, 0 deletionstests/test_StencilBuilder.cpp
src/mesh/Stencil.hpp
0 → 100644
src/mesh/StencilBuilder.cpp
0 → 100644
src/mesh/StencilBuilder.hpp
0 → 100644
tests/test_StencilBuilder.cpp
0 → 100644
Please register or sign in to comment