udfGetEbcQuadId()

Return the quadrature point ID of the quadrature rule for the surface set.

Syntax

quadId = udfGetEbcQuadId( udfHd ) ;

Type

AcuSolve User-Defined Example Boundary Condition

Parameters

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

Return Value

QuadId (integer)
Quadrature ID of the quadrature rule for the surface set.

Description

This routine returns the quadrature point ID of the quadrature rule for the surface set. For example,
Integer quadId ;
...
quadId = udfGetEbcQuadId( udfHd ) ;

Errors

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