|
Smith
0.1
Smith is an implicit thermal structural mechanics simulation code.
|
struct storing time and timestep information More...
#include <common.hpp>
Public Member Functions | |
| TimeInfo (double t, double t_step, size_t c=0) | |
| constructor | |
| double | time () const |
| accessor for the current time | |
| double | dt () const |
| accessor for dt | |
| size_t | cycle () const |
| accessor for cycle | |
struct storing time and timestep information
Definition at line 18 of file common.hpp.