MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
This subroutine is called at the beginning of each time step by each processor. No communication is specified, so the user has to implement MPI routines if information has to be shared. More...
Public Member Functions | |
subroutine | process_global (iit, qt) |
This subroutine is called at the beginning of each time step by each processor. No communication is specified, so the user has to implement MPI routines if information has to be shared.
Definition at line 183 of file mod_usr_methods.t.
subroutine mod_usr_methods::process_global::process_global | ( | integer, intent(in) | iit, |
double precision, intent(in) | qt | ||
) |
Definition at line 183 of file mod_usr_methods.t.