IFEM  90A354
Public Member Functions | Public Attributes | List of all members
TimeDomain Struct Reference

Struct representing the time domain. More...

#include <TimeDomain.h>

Public Member Functions

 TimeDomain (int i=0, bool f=true)
 Default constructor.
 
 TimeDomain (double t0)
 Constructor for linear problems with fixed (non-zero) time.
 

Public Attributes

double t
 Current time (or pseudo time, load parameter)
 
double dt
 Current timestep (or load parameter) increment.
 
double dtn
 Previous timestep (or load parameter) increment.
 
double CFL
 Current CFL number (used by CFD simulators)
 
int it
 Current iteration within current time/load step.
 
char first
 If true, this is the first load/time step.
 

Detailed Description

Struct representing the time domain.


The documentation for this struct was generated from the following file: