MPI-AMRVAC  3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Functions/Subroutines
mod_venk Module Reference

Functions/Subroutines

subroutine, public venklimiter (ixIL, iLL, idims, dxdim, w, wLC, wRC)
 

Function/Subroutine Documentation

◆ venklimiter()

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 
)
Parameters
[in]llocal
[in]llocal
[in]llocal

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.