OpenCMISS-Iron Internal API Documentation
opencmiss_iron::cmfe_basis_quadraturetypeset Interface Reference

Sets/changes the quadrature type for a basis quadrature. More...

Private Member Functions

subroutine cmfe_basis_quadraturetypesetnumber (userNumber, quadratureType, err)
 Sets/changes the type of quadrature a basis quadrature identified by a user number. More...
 
subroutine cmfe_basis_quadraturetypesetobj (basis, quadratureType, err)
 Sets/changes the the type of quadrature for a basis quadrature identified by an object. More...
 

Detailed Description

Sets/changes the quadrature type for a basis quadrature.

Definition at line 770 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_quadraturetypeset::cmfe_basis_quadraturetypesetnumber ( integer(intg), intent(in)  userNumber,
integer(intg), intent(in)  quadratureType,
integer(intg), intent(out)  err 
)
private

Sets/changes 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.
[in]quadraturetypeThe type of quadrature in the specified basis to set.
See also
OPENCMISS_QuadratureTypes
Parameters
[out]errThe error code.

Definition at line 11834 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_quadraturetypeset::cmfe_basis_quadraturetypesetobj ( type(cmfe_basistype), intent(inout)  basis,
integer(intg), intent(in)  quadratureType,
integer(intg), intent(out)  err 
)
private

Sets/changes the the type of quadrature for a basis quadrature identified by an object.

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

Definition at line 11869 of file opencmiss_iron.f90.