Skip to content

Commit

Permalink
Merge branch 'subcell-limiting-bounds-check' into subcell-limiting-bo…
Browse files Browse the repository at this point in the history
…unds-check-fix
  • Loading branch information
bennibolm committed Oct 19, 2023
2 parents 9e9e99e + a27ac02 commit f746aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callbacks_stage/subcell_bounds_check.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Subcell limiting techniques with [`SubcellLimiterIDP`](@ref) are constructed to
local or global bounds. To make sure that these bounds are actually met, this callback calculates
the maximum deviation from the bounds. The maximum deviation per applied bound is printed to
the screen at the end of the simulation.
Additionally, for more insights, the occuring errors can be exported with `save_errors==true`
Additionally, for more insights, the occurring errors can be exported with `save_errors==true`
every `interval` time steps during the simulation. Then, the maximum deviations since the last
export are saved in "`output_directory`/deviations.txt".
It has to be implied as a stage callback for SSPRK.
Expand Down

0 comments on commit f746aa0

Please sign in to comment.