| OpenCMISS-Iron FORTRAN API Documentation
    | 
Returns the number of local nodes in a basis. More...
| Private Member Functions | |
| subroutine | cmfe_basis_numberoflocalnodesgetnumber (userNumber, numberOfLocalNodes, err) | 
| Returns the number of local nodes in a basis identified by a user number.  More... | |
| subroutine | cmfe_basis_numberoflocalnodesgetobj (basis, numberOfLocalNodes, err) | 
| Returns the number of local nodes in a basis identified by an object.  More... | |
Returns the number of local nodes in a basis.
Definition at line 714 of file opencmiss_iron.f90.
| 
 | private | 
Returns the number of local nodes in a basis identified by a user number.
| [in] | usernumber | The user number of the basis to get the interpolation xi for. | 
| [out] | numberoflocalnodes | On return, the number of local nodes in the specified basis. | 
| [out] | err | The error code. | 
Definition at line 11213 of file opencmiss_iron.f90.
| 
 | private | 
Returns the number of local nodes in a basis identified by an object.
| [in] | basis | The basis to get the number of local nodes for. | 
| [out] | numberoflocalnodes | On return, the number of local nodes in the specified basis. | 
| [out] | err | The error code. | 
Definition at line 11248 of file opencmiss_iron.f90.