Description of time
This type provides the description of a point in time in different terms. Currently supported are: - number of iterations - simulation time - running time (clock)
It can be used to describe certain points in time as well as periods of time.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iter | Time in iterations. |
|||
real(kind=rk), | private | :: | sim | Time in terms of simulated time. |
|||
real(kind=rk), | private | :: | clock | Time passed in seconds of running time. |
|||
real(kind=rk), | private | :: | clock_start | Wtime of the last reset. |