| OpenCMISS-Iron FORTRAN API Documentation
    | 
Returns the number of Xi directions in a basis. More...
| Private Member Functions | |
| subroutine | cmfe_basis_numberofxigetnumber (userNumber, numberOfXi, err) | 
| Returns the number of Xi directions in a basis identified by a user number.  More... | |
| subroutine | cmfe_basis_numberofxigetobj (basis, numberOfXi, err) | 
| Returns the number of Xi directions in a basis identified by an object.  More... | |
Returns the number of Xi directions in a basis.
Definition at line 720 of file opencmiss_iron.f90.
| 
 | private | 
Returns the number of Xi directions in a basis identified by a user number.
| [in] | usernumber | The user number of the basis to get the number xi for. | 
| [out] | numberofxi | On return, the number of xi directions in the specified basis. | 
| [out] | err | The error code. | 
Definition at line 11274 of file opencmiss_iron.f90.
| 
 | private | 
Returns the number of Xi directions in a basis identified by an object.
| [in] | basis | The basis to get the number of xi directions for. | 
| [out] | numberofxi | On return, the number of xi directions in the specified basis. | 
| [out] | err | The error code. | 
Definition at line 11309 of file opencmiss_iron.f90.