MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
allow user to specify 'variables' left and right state at physical boundaries to control flux through the boundary surface More...
Public Member Functions | |
subroutine | set_wlr (ixIL, ixOL, qt, wLC, wRC, wLp, wRp, s, idir) |
allow user to specify 'variables' left and right state at physical boundaries to control flux through the boundary surface
Definition at line 547 of file mod_usr_methods.t.
subroutine mod_usr_methods::set_wLR::set_wlr | ( | integer, intent(in) | ixI, |
integer, intent(in) | L, | ||
integer, intent(in) | ixO, | ||
L, | |||
double precision, intent(in) | qt, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wLC, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wRC, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wLp, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | wRp, | ||
type(state) | s, | ||
integer, intent(in) | idir | ||
) |
Definition at line 547 of file mod_usr_methods.t.