udfGetTimeStep()

Return the current time step.

Syntax

timeStep = udfGetTimeStep( udfHd ) ;

Type

AcuSolve User-Defined Function Global

Parameters

udfHd
The opaque handle (pointer) which was passed to the user function.

Return Value

timeStep (integer)
Current time step.

Description

This routine returns the current time step. For example,
Integer timeStep ;
...
timeStep = udfGetTimeStep( udfHd ) ;

Errors

This routine expects a valid udfHd.