[test][bboxtree] Add a feature test for the bounding box tree
* Constructs bounding box tree * Test intersection with points * If dune-foamgrid available tests for intersection with a network * Test all above tests for invariance w.r.t. grid coord scaling Things that could be added in the future: * Test with unstructured grids * Test with different grid managers
parent
37414d10
No related branches found
No related tags found
Showing
- test/common/CMakeLists.txt 1 addition, 0 deletionstest/common/CMakeLists.txt
- test/common/boundingboxtree/CMakeLists.txt 12 additions, 0 deletionstest/common/boundingboxtree/CMakeLists.txt
- test/common/boundingboxtree/network1d.geo 17 additions, 0 deletionstest/common/boundingboxtree/network1d.geo
- test/common/boundingboxtree/network1d.msh 25 additions, 0 deletionstest/common/boundingboxtree/network1d.msh
- test/common/boundingboxtree/test_bboxtree.cc 192 additions, 0 deletionstest/common/boundingboxtree/test_bboxtree.cc
test/common/boundingboxtree/CMakeLists.txt
0 → 100644
test/common/boundingboxtree/network1d.geo
0 → 100644
test/common/boundingboxtree/network1d.msh
0 → 100644
test/common/boundingboxtree/test_bboxtree.cc
0 → 100644
Please register or sign in to comment