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

add reftest fv_advection_sine

parent b9b88aa1
No related branches found
No related tags found
1 merge request!75Add a finite volume method for ScalarEq
Pipeline #6038 passed
[ScalarEq]
equation = "advection"
id = "sine"
[Mesh]
range = [ 0.0, 1.0 ]
k = 256
basis = "lgl_lumped"
scheme = "FV"
[Output]
every_iteration = 0
variables = [ "u" ]
aligned_ts = [ 0.25, 0.50, 0.75, 1.0, 1.25, 1.50, 1.75, 2.0 ]
[Evolution]
tend = 2.2
cfl = 0.9
File added
...@@ -7,6 +7,9 @@ default_abstol = 1e-8 ...@@ -7,6 +7,9 @@ default_abstol = 1e-8
[advection_sine] [advection_sine]
variables = [ "u" ] variables = [ "u" ]
[fv_advection_sine]
variables = [ "u" ]
[advection_sine_glgl] [advection_sine_glgl]
variables = [ "u" ] variables = [ "u" ]
......
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