udfGetNbcNumAuxs()
Return the number of auxiliary nodes given in the input file.
Syntax
nAuxs = udfGetNbcNumAuxs( udfHd ) ;
Type
AcuSolve User-Defined Nodal Boundary Condition
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
Return Value
- nAuxs (integer)
- Number of auxiliary nodes given in the input file.
Description
Integer nAuxs ;
...
nAuxs = udfGetNbcNumAuxs( udfHd ) ;
Errors
This routine expects a valid udfHd.