MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Go to the source code of this file.
Modules | |
module | mod_mp5 |
Module containing the MP5 (fifth order) flux scheme. | |
Functions/Subroutines | |
subroutine, public | mod_mp5::mp5limiter (ixil, ill, idims, w, wlc, wrc) |
MP5 limiter from Suresh & Huynh 1997 Following the convention of Mignone et al. 2010. Needs at least three ghost cells. | |
subroutine, public | mod_mp5::mp5limiterl (ixil, ill, idims, w, wlc) |
subroutine, public | mod_mp5::mp5limiterr (ixil, ill, idims, w, wrc) |
subroutine, public | mod_mp5::mp5limitervar (ixil, ill, idims, w, wlc, wrc) |
MP5 limiter from Suresh & Huynh 1997 Following the convention of Mignone et al. 2010. Needs at least three ghost cells. Set nghostcells=3. | |