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

[bugfix][CI] Use ALUGrid by default.

parent 2676cdaf
No related branches found
No related tags found
1 merge request!51Make euler example work with FV space.
Pipeline #61314 passed
......@@ -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