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