Struct representing the time domain.
Definition: TimeDomain.h:23
char first
If true, this is the first load/time step.
Definition: TimeDomain.h:29
int it
Current iteration within current time/load step.
Definition: TimeDomain.h:28
TimeDomain(double t0)
Constructor for linear problems with fixed (non-zero) time.
Definition: TimeDomain.h:35
TimeDomain(int i=0, bool f=true)
Default constructor.
Definition: TimeDomain.h:32
double dt
Current timestep (or load parameter) increment.
Definition: TimeDomain.h:25
double t
Current time (or pseudo time, load parameter)
Definition: TimeDomain.h:24
double dtn
Previous timestep (or load parameter) increment.
Definition: TimeDomain.h:26
double CFL
Current CFL number (used by CFD simulators)
Definition: TimeDomain.h:27