OpenCMISS-Iron Internal API Documentation
|
Returns the order of quadrature for a basis quadrature. More...
Private Member Functions | |
subroutine | cmfe_basis_quadratureordergetnumber (userNumber, quadratureOrder, err) |
Returns the order of quadrature a basis quadrature identified by a user number. More... | |
subroutine | cmfe_basis_quadratureordergetobj (basis, quadratureOrder, err) |
Returns the the order of quadrature for a basis quadrature identified by an object. More... | |
Returns the order of quadrature for a basis quadrature.
Definition at line 752 of file opencmiss_iron.f90.
|
private |
Returns the order of quadrature a basis quadrature identified by a user number.
[in] | usernumber | The user number of the basis to get the quadrature order for. |
[out] | quadratureorder | On return, the order of quadrature in the specified basis. |
[out] | err | The error code. |
Definition at line 11650 of file opencmiss_iron.f90.
|
private |
Returns the the order of quadrature for a basis quadrature identified by an object.
[in] | basis | The basis to get the quadrature order for. |
[out] | quadratureorder | On return, the order of quadrature in the specified basis. |
[out] | err | The error code. |
Definition at line 11685 of file opencmiss_iron.f90.