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

[bugfix][cmake] use ALUGrid as test grid.

parent 31202b65
No related branches found
No related tags found
1 merge request!31Feature/python timings
Pipeline #34827 passed
This commit is part of merge request !31. Comments created here will be created in the context of that merge request.
......@@ -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 )
......
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