MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
special boundary types, users must assign conservative variables in boundaries More...
Public Member Functions | |
subroutine | special_bc (qt, ixIL, ixOL, iB, w, x) |
special boundary types, users must assign conservative variables in boundaries
Definition at line 126 of file mod_usr_methods.t.
subroutine mod_usr_methods::special_bc::special_bc | ( | double precision, intent(in) | qt, |
integer, intent(in) | ixI, | ||
integer, intent(in) | L, | ||
integer, intent(in) | ixO, | ||
L, | |||
integer, intent(in) | iB, | ||
double precision, dimension(ixi^s,1:nw), intent(inout) | w, | ||
double precision, dimension(ixi^s,1:ndim), intent(in) | x | ||
) |
[in] | ixi | Shape of input arrays |
[in] | l | Shape of input arrays |
[in] | ixo | Region where boundary values have to be set |
[in] | l | Region where boundary values have to be set |
[in] | ib | Integer indicating direction of boundary |
Definition at line 126 of file mod_usr_methods.t.