udfGetSdNElms()

Return the number of element sets in the subdomain.

Syntax

nElms = udfGetSdNElms( udfHd ) ;

Type

AcuSolve User-Defined Subdomain Routine

Parameters

udfHd
The opaque handle (pointer) which was passed to the user function.

Return Value

nElms (integer)
Number of element sets in the subdomain.

Description

This routine returns the number of element sets in the current subdomain. For example,
Integer nElms ;
...
nElms = udfGetSdNElms( udfHd ) ;

Errors

  • This routine expects a valid udfHd.
  • This routine may only be called within an external code.