MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
If defined, this routine is called before writing output, and it can set/modify the variables in the w array. More...
Public Member Functions | |
subroutine | sub_modify_io (ixIL, ixOL, qt, w, x) |
If defined, this routine is called before writing output, and it can set/modify the variables in the w array.
Definition at line 173 of file mod_usr_methods.t.
subroutine mod_usr_methods::sub_modify_io::sub_modify_io | ( | 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) | w, | ||
double precision, dimension(ixi^s,1:ndim), intent(in) | x | ||
) |
Definition at line 173 of file mod_usr_methods.t.