Skip to content
Snippets Groups Projects

Make euler example work with FV space.

Merged Robert K requested to merge bugfix/remove-default-echo 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 0 )
Loading