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

This routine returns the number of auxiliary nodes given in the input file. For example,
Integer nAuxs ;
...
nAuxs = udfGetNbcNumAuxs( udfHd ) ;

Errors

This routine expects a valid udfHd.