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

Euler sod with GL space.

parent 299a4789
No related branches found
No related tags found
1 merge request!15Exchange troubled cell
Pipeline #29483 failed
......@@ -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,
......
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 )
......
......@@ -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
......
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