udfGetElmType()
Return the type of the element set.
Syntax
type = udfGetElmType (udfHd) ;
Type
User Defined Element
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
Return Value
- type (integer)
- Type of the element set.
Description
Integer type ;
...
type = udfGetElmType( 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.