OpenCMISS-Iron FORTRAN API Documentation
|
Returns the number of Gauss points in each Xi direction on a basis quadrature. More...
Private Member Functions | |
subroutine | cmfe_basis_quadraturenumberofgaussxigetnumber (userNumber, numberOfGaussXi, err) |
Returns the number of Gauss points in each Xi directions for a basis quadrature identified by a user number. More... | |
subroutine | cmfe_basis_quadraturenumberofgaussxigetobj (basis, numberOfGaussXi, err) |
Returns the number Gauss points in each Xi directions for a basis quadrature identified by an object. More... | |
Returns the number of Gauss points in each Xi direction on a basis quadrature.
Definition at line 732 of file opencmiss_iron.f90.
|
private |
Returns the number of Gauss points in each Xi directions for a basis quadrature identified by a user number.
[in] | usernumber | The user number of the basis to get the number of Gauss Xi for. |
[out] | numberofgaussxi | On return, the number of Gauss points in each Xi directions in the specified basis. |
[out] | err | The error code. |
Definition at line 11396 of file opencmiss_iron.f90.
|
private |
Returns the number Gauss points in each Xi directions for a basis quadrature identified by an object.
[in] | basis | The basis to get the number of Gauss Xi for. |
[out] | numberofgaussxi | On return, the number of Gauss points in each Xi directions in the specified basis. |
[out] | err | The error code. |
Definition at line 11432 of file opencmiss_iron.f90.