getCurrentTime Module Function

pure module function getCurrentTime(this) result(time)

Return current value of the integrator time variable if the integrator object is a composite integrator or the value of the "time" variable if it isn't

Arguments

Type IntentOptional Attributes Name
class(Modeller), intent(in) :: this

Return Value real(kind=rk)