udfGetTime()
Return the time of the current time step.
Syntax
time = udfGetTime( udfHd ) ;
Type
AcuSolve User-Defined Function Global
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
Return Value
- time (real)
- Time of the current time step.
Description
This routine returns the time of the current time step. For
example,
Real time ;
...
time = udfGetTime( udfHd ) ;
Errors
This routine expects a valid udfHd.