MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Functions/Subroutines | |
subroutine, public | fix_onelimiter (ixil, ill, wcin, wcout) |
subroutine, public | fix_onelimiter1 (ixil, ill, wcin, wcout) |
subroutine, public | fix_limiter (ixil, ill, wlcin, wrcin, wlcout, wrcout) |
subroutine, public | fix_limiter1 (ixil, ill, wlcin, wrcin, wlcout, wrcout) |
subroutine, public | weno3limiter (ixil, ill, idims, dxdim, w, wlc, wrc, var) |
subroutine, public | weno5limiter (ixil, ill, idims, dxdim, w, wlc, wrc, var) |
subroutine, public | teno5adlimiter (ixil, ill, idims, dxdim, w, wlc, wrc) |
subroutine, public | weno5nmlimiter (ixil, ill, idims, dxdim, w, wlc, wrc, var) |
subroutine, public | weno5limiterl (ixil, ill, idims, w, wlc, var) |
subroutine, public | weno5limiterr (ixil, ill, idims, w, wrc, var) |
subroutine, public | weno5nmlimiterl (ixil, ill, idims, w, wlc, var) |
subroutine, public | weno5nmlimiterr (ixil, ill, idims, w, wrc, var) |
subroutine, public | weno5cu6limiter (ixil, ill, idims, w, wlc, wrc) |
subroutine, public | weno7limiter (ixil, ill, idims, w, wlc, wrc, var) |
subroutine, public mod_weno::fix_limiter | ( | integer, intent(in) | ixi, |
integer, intent(in) | l, | ||
integer, intent(in) | il, | ||
l, | |||
double precision, dimension(ixi^s,1:nw), intent(in) | wlcin, | ||
double precision, dimension(ixi^s,1:nw), intent(in) | wrcin, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wlcout, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wrcout | ||
) |
Definition at line 100 of file mod_weno.t.
subroutine, public mod_weno::fix_limiter1 | ( | integer, intent(in) | ixi, |
integer, intent(in) | l, | ||
integer, intent(in) | il, | ||
l, | |||
double precision, dimension(ixi^s,1:nw), intent(in) | wlcin, | ||
double precision, dimension(ixi^s,1:nw), intent(in) | wrcin, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wlcout, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wrcout | ||
) |
Definition at line 135 of file mod_weno.t.
subroutine, public mod_weno::fix_onelimiter | ( | integer, intent(in) | ixi, |
integer, intent(in) | l, | ||
integer, intent(in) | il, | ||
l, | |||
double precision, dimension(ixi^s,1:nw), intent(in) | wcin, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wcout | ||
) |
Definition at line 41 of file mod_weno.t.
subroutine, public mod_weno::fix_onelimiter1 | ( | integer, intent(in) | ixi, |
integer, intent(in) | l, | ||
integer, intent(in) | il, | ||
l, | |||
double precision, dimension(ixi^s,1:nw), intent(in) | wcin, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wcout | ||
) |
Definition at line 73 of file mod_weno.t.
subroutine, public mod_weno::teno5adlimiter | ( | 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
left side
left value at right interface
right side
right value at right interface
Definition at line 379 of file mod_weno.t.
subroutine, public mod_weno::weno3limiter | ( | 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, | ||
integer, intent(in) | var | ||
) |
local
left side
left value at right interface
right side
right value at right interface
Definition at line 165 of file mod_weno.t.
subroutine, public mod_weno::weno5cu6limiter | ( | integer, intent(in) | ixi, |
integer, intent(in) | l, | ||
integer, intent(in) | il, | ||
l, | |||
integer, intent(in) | idims, | ||
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
left side
right side
Definition at line 957 of file mod_weno.t.
subroutine, public mod_weno::weno5limiter | ( | 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, | ||
integer, intent(in) | var | ||
) |
local
left side
right side
Definition at line 254 of file mod_weno.t.
subroutine, public mod_weno::weno5limiterl | ( | integer, intent(in) | ixi, |
integer, intent(in) | l, | ||
integer, intent(in) | il, | ||
l, | |||
integer, intent(in) | idims, | ||
double precision, dimension(ixi^s,1:nw), intent(in) | w, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wlc, | ||
integer, intent(in) | var | ||
) |
local
left side
left value at right interface
Definition at line 624 of file mod_weno.t.
subroutine, public mod_weno::weno5limiterr | ( | integer, intent(in) | ixi, |
integer, intent(in) | l, | ||
integer, intent(in) | il, | ||
l, | |||
integer, intent(in) | idims, | ||
double precision, dimension(ixi^s,1:nw), intent(in) | w, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wrc, | ||
integer, intent(in) | var | ||
) |
local
right side
right value at right interface
Definition at line 708 of file mod_weno.t.
subroutine, public mod_weno::weno5nmlimiter | ( | 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, | ||
integer, intent(in) | var | ||
) |
local
left side
left value at right interface
right side
right value at right interface
Definition at line 494 of file mod_weno.t.
subroutine, public mod_weno::weno5nmlimiterl | ( | integer, intent(in) | ixi, |
integer, intent(in) | l, | ||
integer, intent(in) | il, | ||
l, | |||
integer, intent(in) | idims, | ||
double precision, dimension(ixi^s,1:nw), intent(in) | w, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wlc, | ||
integer, intent(in) | var | ||
) |
local
left value at right interface
Definition at line 791 of file mod_weno.t.
subroutine, public mod_weno::weno5nmlimiterr | ( | integer, intent(in) | ixi, |
integer, intent(in) | l, | ||
integer, intent(in) | il, | ||
l, | |||
integer, intent(in) | idims, | ||
double precision, dimension(ixi^s,1:nw), intent(in) | w, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wrc, | ||
integer, intent(in) | var | ||
) |
local
right side
right value at right interface
Definition at line 874 of file mod_weno.t.
subroutine, public mod_weno::weno7limiter | ( | integer, intent(in) | ixi, |
integer, intent(in) | l, | ||
integer, intent(in) | il, | ||
l, | |||
integer, intent(in) | idims, | ||
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, | ||
integer, intent(in) | var | ||
) |
local
left side
right side
mmm -> pppp mm -> ppp m -> pp 0 -> p p -> 0 pp -> m ppp -> mm
Definition at line 1050 of file mod_weno.t.