From a27ac02e7467387338293f3264ec0fb7d3fe0256 Mon Sep 17 00:00:00 2001 From: bennibolm Date: Thu, 19 Oct 2023 15:02:06 +0200 Subject: [PATCH] Fix typo --- src/callbacks_stage/subcell_bounds_check.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callbacks_stage/subcell_bounds_check.jl b/src/callbacks_stage/subcell_bounds_check.jl index 81e7007f5a3..66e11dc9222 100644 --- a/src/callbacks_stage/subcell_bounds_check.jl +++ b/src/callbacks_stage/subcell_bounds_check.jl @@ -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.