MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
Functions/Subroutines
mod_ppm Module Reference

Functions/Subroutines

subroutine, public ppmlimitervar (ixil, ixl, idims, q, qct, qlc, qrc)
 
subroutine, public ppmlimiter (ixil, ixl, idims, w, wct, wlc, wrc)
 

Function/Subroutine Documentation

◆ ppmlimiter()

subroutine, public mod_ppm::ppmlimiter ( integer, intent(in)  ixi,
integer, intent(in)  l,
integer, intent(in)  ix,
  l,
integer, intent(in)  idims,
double precision, dimension(ixi^s,1:nw), intent(in)  w,
double precision, dimension(ixi^s,1:nw), intent(in)  wct,
double precision, dimension(ixi^s,1:nw), intent(inout)  wlc,
double precision, dimension(ixi^s,1:nw), intent(inout)  wrc 
)

Definition at line 102 of file mod_ppm.t.

◆ ppmlimitervar()

subroutine, public mod_ppm::ppmlimitervar ( integer, intent(in)  ixi,
integer, intent(in)  l,
integer, intent(in)  ix,
  l,
integer, intent(in)  idims,
double precision, dimension(ixi^s), intent(in)  q,
double precision, dimension(ixi^s), intent(in)  qct,
double precision, dimension(ixi^s), intent(inout)  qlc,
double precision, dimension(ixi^s), intent(inout)  qrc 
)

Definition at line 11 of file mod_ppm.t.