udfGetEbcNQuads()

Return the number of quadrature points of the quadrature rule for the surface set.

Syntax

nQuads = udfGetEbcNQuads( udfHd ) ;

Type

AcuSolve User-Defined Example Boundary Condition

Parameters

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

Return Value

nQuads (integer)
Number of quadrature points of the quadrature rule for the surface set.

Description

This routine returns the number of quadrature points of the quadrature rule for the surface set. For example,
Integer nQuads ;
...
nQuads = udfGetEbcNQuads( udfHd )

Errors

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