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

This routine returns the type of the element set. For example,
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.