Skip to content
Snippets Groups Projects
Commit 55102414 authored by Felix MARSOLLIER's avatar Felix MARSOLLIER
Browse files

Addition of an experiment annotation

parent 09ae2860
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,9 @@ initial equation ...@@ -24,9 +24,9 @@ initial equation
equation equation
// //
Vel = pulse.y; Vel = pulse.y;
// Boundary conditions // Boundary conditions
transport.u_ghost_left[:] = fill(1.0, 2); transport.u_ghost_left[:] = fill(1.0, 2);
transport.u_ghost_right[:] = fill(2.0, 2); transport.u_ghost_right[:] = fill(2.0, 2);
annotation(
experiment(StartTime = 0, StopTime = 1, Tolerance = 1e-6, Interval = 0.002));
end test_UpwindFirstOrder; end test_UpwindFirstOrder;
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