From 2114a81268f42f60326e3c0bbb583fcea42dbbfc Mon Sep 17 00:00:00 2001 From: Simon Candelaresi <10759273+SimonCan@users.noreply.github.com> Date: Thu, 14 Mar 2024 11:03:38 +0000 Subject: [PATCH] Update src/callbacks_step/glm_speed.jl Co-authored-by: Andrew Winters --- src/callbacks_step/glm_speed.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callbacks_step/glm_speed.jl b/src/callbacks_step/glm_speed.jl index b7f0323ba02..508db686171 100644 --- a/src/callbacks_step/glm_speed.jl +++ b/src/callbacks_step/glm_speed.jl @@ -14,7 +14,7 @@ The `cfl` number should be set to the same value as for the time step size calcu `glm_scale` ensures that the GLM wave speed is lower than the fastest physical waves in the MHD solution and should thus be set to a value within the interval [0,1]. Note that `glm_scale = 0` deactivates the divergence cleaning. -In case of coupling semidiscretizations, specify for which semi_index the divergence +In case of coupled semidiscretizations, specify for which semi_index the divergence cleaning should be applied. """ struct GlmSpeedCallback{RealT <: Real}