udfGetEbcQuadType()
Return the type of the quadrature rule for the surface set.
Syntax
quadType = udfGetEbcQuadType( udfHd ) ;
Type
AcuSolve User-Defined Example Boundary Condition
Parameters
- udfHd
- The opaque handle (pointer) which was passed to the user function.
Return Value
- quadType (integer)
- Type of the quadrature rule for the surface set.
Description
This routine returns the quadrature type of the surface set. For
example,
Integer quadType ;
...
quadType = udfGetEbcQuadType( udfHd ) ;
Errors
- This routine expects a valid udfHd.
- This routine may only be called within an Element Boundary Condition user function.