udfGetElmNQuads()
Return the number of quadrature points of the quadrature rule for the element set.
Syntax
nQuads = udfGetElmNQuadType( udfHd ) ;
Type
User Defined Element
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 element set.
Description
Integer nQuads ;
...
nQuads = udfGetElmNQuads( udfHd ) ;
Errors
- This routine expects a valid udfHd.
- This routine may only be called within a Body Force, Material Model or Component Model user function.