Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Schlottke-Lakemper <[email protected]>
  • Loading branch information
amrueda and sloede authored Dec 11, 2024
1 parent 6e68caf commit f16b80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/equations/ideal_glm_mhd_multiion_2d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ References:
of the Ideal Multi-Ion Magnetohydrodynamics System (2024). Journal of Computational Physics.
[DOI: 10.1016/j.jcp.2024.113655](https://doi.org/10.1016/j.jcp.2024.113655).
!!! info "The multi-ion GLM-MHD require source terms"
!!! info "The multi-ion GLM-MHD equations require source terms"
In case of more than one ion species, the multi-ion GLM-MHD equations should ALWAYS be used
with [`source_terms_lorentz`](@ref).
"""
Expand Down Expand Up @@ -222,7 +222,7 @@ Entropy-conserving non-conservative two-point "flux"" as described in
of the Ideal Multi-Ion Magnetohydrodynamics System (2024). Journal of Computational Physics.
[DOI: 10.1016/j.jcp.2024.113655](https://doi.org/10.1016/j.jcp.2024.113655).
!!! info "Usage and Scaling of Non-Conservative Fluxes in Trixi"
!!! info "Usage and Scaling of Non-Conservative Fluxes in Trixi.jl"
The non-conservative fluxes derived in the reference above are written as the product
of local and symmetric parts and are meant to be used in the same way as the conservative
fluxes (i.e., flux + flux_noncons in both volume and surface integrals). In this routine,
Expand Down

0 comments on commit f16b80f

Please sign in to comment.