udfGetEbcType()

Return the type of the surface set.

Syntax

type = udfGetEbcType( udfHd ) ;

Type

AcuSolve User-Defined Example Boundary Condition

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 surface set. For example,
Integer type ;
...
type = udfGetEbcType( udfHd ) ;

Errors

  • This routine expects a valid udfHd.
  • This routine may only be called within an Element Boundary Condition user function.