Skip to content
Snippets Groups Projects

Fix weno to work with standard examples

Open Florian Atteneder requested to merge weno into main
Files
53
[Equation]
type = "Advection"
v = 1.0
[Mesh]
xrange = [-3.0, 3.0]
CFL = 0.2
N = 4
K = 160
[Output]
variables = [ "u", "flag" ]
every_dt = 0.01
aligned_times = [ 0.05, 0.15, 0.20 ]
[Grid]
type = "LGL_lumped"
[Evolution]
tend = 0.3
[Initialdata]
type = "bugner gaussian"
[TCI]
type = "Minmod"
[HRSC]
type = "WENOReconstruction"
order = 3
Loading