udfGetNumSds()

Return the number of subdomains.

Syntax

nSds = udfGetNumSds( udfHd ) ;

Type

AcuSolve User-Defined Function Global

Parameters

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

Return Value

nSds (integer)
Number of subdomains.

Description

The older function udfGetNSds is replaces with this user function. This routine returns the number of subdomains. For example,
Integer nSds ;
...
nSds = udfGetNumSds( udfHd ) ;

Errors

This routine expects a valid udfHd.