MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
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. More... | |
subroutine, public | mod_mp5::mp5limiterl (ixIL, iLL, idims, w, wLC) |
subroutine, public | mod_mp5::mp5limiterr (ixIL, iLL, idims, w, wRC) |
subroutine | mod_mp5::minmod (ixIL, ixOL, a, b, minm) |
subroutine | mod_mp5::median (ixIL, ixOL, a, b, c, med) |
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. More... | |