udfGetElmQuadType()
Return the type of the quadrature rule for the element set.
Syntax
quadType = udfGetElmQuadType( udfHd ) ;
Type
User Defined Element
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
Return Value
- quadType (integer)
- Type of the quadrature rule for the element set.
Description
This routine returns the type quadrature rule of the element set. For
example,
Integer quadType ;
...
quadType = udfGetElmQuadType( 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.