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 | ||
) |
[in] | l | local |
[in] | l | local |
[in] | l | 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.