MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Go to the source code of this file.
Modules | |
module | mod_advance |
Module containing all the time stepping schemes. | |
Functions/Subroutines | |
subroutine, public | mod_advance::advance (iit) |
Advance all the grids over one time step, including all sources. | |
subroutine, public | mod_advance::process (iit, qt) |
process is a user entry in time loop, before output and advance allows to modify solution, add extra variables, etc. Warning: CFL dt already determined (and is not recomputed)! | |
subroutine, public | mod_advance::process_advanced (iit, qt) |
process_advanced is user entry in time loop, just after advance allows to modify solution, add extra variables, etc. added for handling two-way coupled PIC-MHD Warning: w is now at global_time^(n+1), global time and iteration at global_time^n, it^n | |