udfGetSdNEbcs()

Return the number of boundary element sets in the subdomain.

Syntax

nEbcs = udfGetSdNEbcs( udfHd ) ;

Type

AcuSolve User-Defined Subdomain Routine

Parameters

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

Return Value

nEbcs (integer)
Number of boundary element sets in the subdomain.

Description

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

Errors

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