MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Module containing all the time stepping schemes. More...
Functions/Subroutines | |
subroutine, public | advance (iit) |
Advance all the grids over one time step, including all sources. | |
subroutine, public | 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 | 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 | |
Module containing all the time stepping schemes.
subroutine, public mod_advance::advance | ( | integer, intent(in) | iit | ) |
Advance all the grids over one time step, including all sources.
Definition at line 17 of file mod_advance.t.
subroutine, public mod_advance::process | ( | integer, intent(in) | iit, |
double precision, intent(in) | 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)!
Definition at line 736 of file mod_advance.t.
subroutine, public mod_advance::process_advanced | ( | integer, intent(in) | iit, |
double precision, intent(in) | 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
Definition at line 768 of file mod_advance.t.