Skip to content

Commit

Permalink
Update src/callbacks_step/glm_speed.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Winters <[email protected]>
  • Loading branch information
SimonCan and andrewwinters5000 authored Feb 16, 2024
1 parent 21717ba commit 0a346c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/callbacks_step/glm_speed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ 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 a couplings semidiscretization specify for which semi_index the divergence
cleaning should be applied to.
In case of coupling semidiscretizations, specify for which semi_index the divergence
cleaning should be applied.
"""
struct GlmSpeedCallback{RealT <: Real}
glm_scale::RealT
Expand Down

0 comments on commit 0a346c5

Please sign in to comment.