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

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...
 

Detailed Description

Returns the number of local nodes in a basis.

Definition at line 714 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_numberoflocalnodesget::cmfe_basis_numberoflocalnodesgetnumber ( integer(intg), intent(in)  userNumber,
integer(intg), intent(out)  numberOfLocalNodes,
integer(intg), intent(out)  err 
)
private

Returns the number of local nodes in a basis identified by a user number.

Parameters
[in]usernumberThe user number of the basis to get the interpolation xi for.
[out]numberoflocalnodesOn return, the number of local nodes in the specified basis.
[out]errThe error code.

Definition at line 11213 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_numberoflocalnodesget::cmfe_basis_numberoflocalnodesgetobj ( type(cmfe_basistype), intent(in)  basis,
integer(intg), intent(out)  numberOfLocalNodes,
integer(intg), intent(out)  err 
)
private

Returns the number of local nodes in a basis identified by an object.

Parameters
[in]basisThe basis to get the number of local nodes for.
[out]numberoflocalnodesOn return, the number of local nodes in the specified basis.
[out]errThe error code.

Definition at line 11248 of file opencmiss_iron.f90.