Skip to content
Snippets Groups Projects
Commit 2676cdaf authored by Robert K's avatar Robert K
Browse files

Make euler example work with FV space.

parent 98368ab7
No related branches found
No related tags found
1 merge request!51Make euler example work with FV space.
Pipeline #61302 failed
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment