udfGetEbcNQuads()
Return the number of quadrature points of the quadrature rule for the surface set.
Syntax
nQuads = udfGetEbcNQuads( udfHd ) ;
Type
AcuSolve User-Defined Example Boundary Condition
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
Return Value
- nQuads (integer)
- Number of quadrature points of the quadrature rule for the surface set.
Description
Integer nQuads ;
...
nQuads = udfGetEbcNQuads( udfHd )
Errors
- This routine expects a valid udfHd.
- This routine may only be called within an Element Boundary Condition user function.