Skip to content
Snippets Groups Projects

Feature/interpolation

Merged Praetorius, Simon requested to merge feature/interpolation into master
Files
3
+ 4
1
@@ -4,6 +4,8 @@
# include "config.h"
#endif
#if DUNE_HAVE_CXX_VARIANT
#include <iostream>
#include <dune/common/parallel/mpihelper.hh> // An initializer of MPI
#include <dune/common/exceptions.hh> // We use exceptions
@@ -53,6 +55,7 @@ int main(int argc, char** argv)
grid.globalRefine(4);
printGrid(grid.levelGridView(2), grid.leafGridView());
#endif
}
#endif // DUNE_HAVE_CXX_VARIANT
\ No newline at end of file
Loading