public subroutine tem_time_advance(me, sim_dt, iter)
Advance the time definition.
Advance the time object by the given simulation time difference.
Optionally, iterations might be advanced by more than one. If iter is not
provided, iterations will be advanced by one.
The running time is always automatically updated using MPI_Wtime.
\note This is only valid, if me has been properly set by tem_time_reset!
If the number of iterations should not be increased by one,
this optional parameter can be used to define the increment for the
iterations. Default: 1.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.