GetTime
Returns the current time of a transient solution.
Calling convention:
bool GetTime (double* val)
Argument | Data type | Description |
---|---|---|
val | double* | The current time. |
You can find a definition of this function in the CaeUtils_Exp_IContext.hxx header file.
Example:
double time = 0.0;
boolResult = pContext->GetTime(&time);