-
- Downloads
Add a set of functions to check if items are on the domain boundary
isBoundaryFace(), isBoundaryEdge() and isBoundaryNode() which returns boolean ItemValue's Also add a template version isBoundary<item_type>() to ease generic programming.
parent
46c4d948
No related branches found
No related tags found
Showing
- src/mesh/Connectivity.cpp 86 additions, 0 deletionssrc/mesh/Connectivity.cpp
- src/mesh/Connectivity.hpp 55 additions, 2 deletionssrc/mesh/Connectivity.hpp
- tests/CMakeLists.txt 1 addition, 0 deletionstests/CMakeLists.txt
- tests/test_Connectivity.cpp 558 additions, 0 deletionstests/test_Connectivity.cpp
tests/test_Connectivity.cpp
0 → 100644
This diff is collapsed.
Please register or sign in to comment