udfGetSdId()

Return the ID of the subdomain.

Syntax

sdId = udfGetSdId( udfHd ) ;

Type

AcuSolve User-Defined Function Global

Parameters

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

Return Value

sdId (integer)
ID of subdomain, from 0 to udfGetNumSds(udfHd)-1.

Description

This routine returns the ID of subdomain. For example,
Integer sdId ;
...
sdId = udfGetSdId( udfHd ) ;

Errors

This routine expects a valid udfHd.