MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
adjust w when restart from dat file with different w variables More...
Public Member Functions | |
subroutine | transform_w (ixIL, ixOL, nw_in, w_in, x, w_out) |
adjust w when restart from dat file with different w variables
Definition at line 406 of file mod_usr_methods.t.
subroutine mod_usr_methods::transform_w::transform_w | ( | integer, intent(in) | ixI, |
integer, intent(in) | L, | ||
integer, intent(in) | ixO, | ||
L, | |||
integer, intent(in) | nw_in, | ||
double precision, dimension(ixi^s,1:nw_in), intent(in) | w_in, | ||
double precision, dimension(ixi^s, 1:ndim), intent(in) | x, | ||
double precision, dimension(ixi^s,1:nw), intent(out) | w_out | ||
) |
Definition at line 406 of file mod_usr_methods.t.