Skip to content
Snippets Groups Projects

Feature/python timings

Merged Robert K requested to merge feature/python-timings into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -3,9 +3,9 @@ include_directories("${CMAKE_SOURCE_DIR}/dune/fem-dg/examples/euler/")
# specify type of grid implemention, dimension and polynomial order
#set( GRIDTYPE YASPGRID )
#set( GRIDTYPE ALUGRID_CUBE )
set( GRIDTYPE ALUGRID_CUBE )
#set( GRIDTYPE SPGRID_COUNT_FLOPS )
set( GRIDTYPE SPGRID )
#set( GRIDTYPE SPGRID )
set( GRIDDIM 2 )
set( POLORDER 2 )
Loading