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

Sets/changes the order of quadrature for a basis quadrature. More...

Private Member Functions

subroutine cmfe_basis_quadratureordersetnumber (userNumber, quadratureOrder, err)
 Sets/changes the order of quadrature a basis quadrature identified by a user number. More...
 
subroutine cmfe_basis_quadratureordersetobj (basis, quadratureOrder, err)
 Sets/changes the the order of quadrature for a basis quadrature identified by an object. More...
 

Detailed Description

Sets/changes the order of quadrature for a basis quadrature.

Definition at line 758 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_quadratureorderset::cmfe_basis_quadratureordersetnumber ( integer(intg), intent(in)  userNumber,
integer(intg), intent(in)  quadratureOrder,
integer(intg), intent(out)  err 
)
private

Sets/changes the order of quadrature a basis quadrature identified by a user number.

Parameters
[in]usernumberThe user number of the basis to set the quadrature order for.
[in]quadratureorderThe order of quadrature in the specified basis to set.
[out]errThe error code.

Definition at line 11712 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_quadratureorderset::cmfe_basis_quadratureordersetobj ( type(cmfe_basistype), intent(inout)  basis,
integer(intg), intent(in)  quadratureOrder,
integer(intg), intent(out)  err 
)
private

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

Parameters
[in,out]basisThe basis to set the quadrature order for.
[in]quadratureorderThe order of quadrature in the specified basis to set.
[out]errThe error code.

Definition at line 11747 of file opencmiss_iron.f90.