TTimeSteps

The TTimeSteps structure stores the results of a call to C_GetRecommendedTimeSteps.

typedef struct {

int Size;

double InnerTimeStep;

double OuterTimeStep;

} TTimeSteps;

Members

Size

Specifies the size, in bytes, of this data structure. Set this member to sizeof(TTimeSteps) before calling C_GetRecommendedTimeSteps.

InnerTimeStep

The recommended inner time step.

OuterTimeStep

The recommended outer time step.

See also

C_GetRecommendedTimeSteps.