MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Functions/Subroutines | |
subroutine, public | venklimiter (ixil, ill, idims, dxdim, w, wlc, wrc) |
subroutine, public mod_venk::venklimiter | ( | integer, intent(in) | ixi, |
integer, intent(in) | l, | ||
integer, intent(in) | il, | ||
l, | |||
integer, intent(in) | idims, | ||
double precision, intent(in) | dxdim, | ||
double precision, dimension(ixi^s,1:nw), intent(in) | w, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wlc, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wrc | ||
) |
local
use central difference approximation as (eq.5) and take phi = 1
(eq.30) & (eq.31)
(eq.3)
(eq.5)
Definition at line 16 of file mod_venk.t.