diff --git a/dune/fem-dg/examples/euler/algorithmcreator.hh b/dune/fem-dg/examples/euler/algorithmcreator.hh index e94620adf178ac50d7248686b3d812b702c8b5a8..a2822b912793893e36846f9ac4a4525d6643e1b3 100644 --- a/dune/fem-dg/examples/euler/algorithmcreator.hh +++ b/dune/fem-dg/examples/euler/algorithmcreator.hh @@ -64,9 +64,9 @@ namespace Fem Adaptivity::Enum::yes, //DiscreteFunctionSpaces::Enum::orthonormal, //DiscreteFunctionSpaces::Enum::lagrange, - //DiscreteFunctionSpaces::Enum::gausslobatto, + DiscreteFunctionSpaces::Enum::gausslobatto, //DiscreteFunctionSpaces::Enum::gausslegendre, - DiscreteFunctionSpaces::Enum::hierarchic_legendre, + //DiscreteFunctionSpaces::Enum::hierarchic_legendre, Solver::Enum::fem, AdvectionLimiter::Enum::limited, Matrix::Enum::matrixfree, diff --git a/dune/fem-dg/examples/euler/test/CMakeLists.txt b/dune/fem-dg/examples/euler/test/CMakeLists.txt index 790e36d294eb77b2468bf6857739dad6e4a4d94a..61c78881f60a7ce2f28be904f2a25fd2d2797a0f 100644 --- a/dune/fem-dg/examples/euler/test/CMakeLists.txt +++ b/dune/fem-dg/examples/euler/test/CMakeLists.txt @@ -1,9 +1,9 @@ include_directories("${CMAKE_SOURCE_DIR}/dune/fem-dg/examples/euler/") # specify type of grid implemention, dimension and polynomial order -#set( GRIDTYPE ALUGRID_CUBE ) +set( GRIDTYPE ALUGRID_CUBE ) #set( GRIDTYPE SPGRID_COUNT_FLOPS ) -set( GRIDTYPE SPGRID ) +#set( GRIDTYPE SPGRID ) set( GRIDDIM 2 ) set( POLORDER 4 ) diff --git a/dune/fem-dg/examples/euler/test/parameters/euler b/dune/fem-dg/examples/euler/test/parameters/euler index 42f3d563e97ff4da38d68043b47bb475792265e7..e0ed5802faaecb31175c5c8fb5e690964f6cace8 100644 --- a/dune/fem-dg/examples/euler/test/parameters/euler +++ b/dune/fem-dg/examples/euler/test/parameters/euler @@ -19,7 +19,7 @@ femdg.limiter.indicatoroutput: true # DATA WRITER #------------ fem.io.datafileprefix: RC -fem.io.savestep: 0.16 # SaveStep (write data every `saveStep' time period, <=0 deactivates) +fem.io.savestep: 0.01 # SaveStep (write data every `saveStep' time period, <=0 deactivates) fem.io.savecount: -1 # SaveCount (write data every saveCount time steps, <=0 deactivates) @@ -32,6 +32,9 @@ gridsol.filename: straka-checkpoint fem.eoc.steps: 4 femdg.stepper.printcount: 100 +# coarsest level that should be present (also initial refinement) +fem.adaptation.coarsestLevel: 0 + # STEPPER #-------- femdg.stepper.starttime: 0. @@ -71,7 +74,8 @@ fem.adaptation.finestLevel: 6 # DOMAIN SETUP #------------- fem.io.macroGridFile_1d: ../../grids/unitcube1.dgf -fem.io.macroGridFile_2d: ../../grids/grid2d_str1d.dgf +#fem.io.macroGridFile_2d: ../../grids/grid2d_str1d.dgf +fem.io.macroGridFile_2d: ../../grids/grid2d_nonaffine.dgf fem.io.macroGridFile_3d: ../../grids/unitcube3.dgf