OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_basis_quadraturetypeget Interface Reference

Returns the quadrature type for a basis quadrature. More...

Private Member Functions

subroutine cmfe_basis_quadraturetypegetnumber (userNumber, quadratureType, err)
 Returns the type of quadrature a basis quadrature identified by a user number. More...
 
subroutine cmfe_basis_quadraturetypegetobj (basis, quadratureType, err)
 Returns the the type of quadrature for a basis quadrature identified by an object. More...
 

Detailed Description

Returns the quadrature type for a basis quadrature.

Definition at line 764 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_quadraturetypeget::cmfe_basis_quadraturetypegetnumber ( integer(intg), intent(in)  userNumber,
integer(intg), intent(out)  quadratureType,
integer(intg), intent(out)  err 
)
private

Returns the type of quadrature a basis quadrature identified by a user number.

Parameters
[in]usernumberThe user number of the basis to get the quadrature type for.
[out]quadraturetypeOn return, the type of quadrature in the specified basis.
See also
OPENCMISS_QuadratureTypes
Parameters
[out]errThe error code.

Definition at line 11773 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_quadraturetypeget::cmfe_basis_quadraturetypegetobj ( type(cmfe_basistype), intent(in)  basis,
integer(intg), intent(out)  quadratureType,
integer(intg), intent(out)  err 
)
private

Returns the the type of quadrature for a basis quadrature identified by an object.

Parameters
[in]basisThe basis to get the quadrature order for.
[out]quadraturetypeOn return, the type of quadrature in the specified basis.
See also
OPENCMISS_QuadratureTypes
Parameters
[out]errThe error code.

Definition at line 11808 of file opencmiss_iron.f90.