-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'feature/yaspgrid-testing' into 'master'
Split YaspGrid tests into more tests and introduce parallel testing The previous YaspGrid test was a single test which took ages to compile and run. This branch remodels the Yasp testing suite to achieve the following: * [x] Split the different parts into separate tests * [x] Introduce a more sophisticated communication test * [ ] Test periodic grids * [x] Do parallel testing through dune_add_test * [x] Test with -Wall -Werror!!! * [x] Have tests with and without deprecations! See merge request !3
No related branches found
No related tags found
Pipeline #
Showing
- dune/grid/test/CMakeLists.txt 3 additions, 3 deletionsdune/grid/test/CMakeLists.txt
- dune/grid/test/checkcomcorrectness.hh 346 additions, 0 deletionsdune/grid/test/checkcomcorrectness.hh
- dune/grid/test/yasp/CMakeLists.txt 42 additions, 0 deletionsdune/grid/test/yasp/CMakeLists.txt
- dune/grid/test/yasp/test-yaspgrid-backuprestore-equidistant.cc 36 additions, 0 deletions...grid/test/yasp/test-yaspgrid-backuprestore-equidistant.cc
- dune/grid/test/yasp/test-yaspgrid-backuprestore-equidistantoffset.cc 36 additions, 0 deletions...est/yasp/test-yaspgrid-backuprestore-equidistantoffset.cc
- dune/grid/test/yasp/test-yaspgrid-backuprestore-tensor.cc 36 additions, 0 deletionsdune/grid/test/yasp/test-yaspgrid-backuprestore-tensor.cc
- dune/grid/test/yasp/test-yaspgrid-tensorgridfactory.cc 44 additions, 0 deletionsdune/grid/test/yasp/test-yaspgrid-tensorgridfactory.cc
- dune/grid/test/yasp/test-yaspgrid-yaspfactory-1d.cc 34 additions, 0 deletionsdune/grid/test/yasp/test-yaspgrid-yaspfactory-1d.cc
- dune/grid/test/yasp/test-yaspgrid-yaspfactory-2d.cc 47 additions, 0 deletionsdune/grid/test/yasp/test-yaspgrid-yaspfactory-2d.cc
- dune/grid/test/yasp/test-yaspgrid-yaspfactory-3d.cc 34 additions, 0 deletionsdune/grid/test/yasp/test-yaspgrid-yaspfactory-3d.cc
- dune/grid/test/yasp/test-yaspgrid.hh 66 additions, 89 deletionsdune/grid/test/yasp/test-yaspgrid.hh
dune/grid/test/checkcomcorrectness.hh
0 → 100644
dune/grid/test/yasp/CMakeLists.txt
0 → 100644
Please register or sign in to comment