time
- class granoo3.lib.time
Bases:
Boost.Python.instance
utility class for time and iteration management
Methods Summary
get
()get the current timer object
get_dt
(arg1)get the current time step
get_it
(arg1)get the current iteration value
get_t
(arg1)set the current time step
set_dt
(arg1, arg2)set the current time step
set_it
(arg1, arg2)set the current iteration value
set_t
(arg1, arg2)Methods Documentation
- get_dt((time)arg1) float[STATIC]
get the current time step
- get_it((time)arg1) int[STATIC]
get the current iteration value
- get_t((time)arg1) float[STATIC]
set the current time step
- set_dt((time)arg1, (float)arg2) None[STATIC]
set the current time step
- set_it((time)arg1, (int)arg2) None[STATIC]
set the current iteration value
- set_t((time)arg1, (float)arg2) None[STATIC]