Skip to content
Snippets Groups Projects
Commit a5f246be authored by Florian Atteneder's avatar Florian Atteneder
Browse files

implement FV method for Euler equation (!77)

* update some ref tests

- euler_isentropic_flow
- euler_sod_shock_tube_bernstein
needed because previously we employed a timestep that was too large,
because it only used the local cell width but not the smallest grid
spacing

* add ref test for FV euler sod shock tube

* update ScalarEq so that FV version can use non-periodic bdry conditions

* implement FV method for Euler equation

- also refactor timestep to work with DG and FV elements
- also refactored fv_update_step! methods to now accept buffers for bdry
  values
parent 8c450bb9
No related branches found
No related tags found
1 merge request!77implement FV method for Euler equation
Pipeline #6050 passed
Loading
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