OpenCMISS-Iron FORTRAN API Documentation
opencmiss_iron::cmfe_basis_numberofxiget Interface Reference

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

Detailed Description

Returns the number of Xi directions in a basis.

Definition at line 720 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_numberofxiget::cmfe_basis_numberofxigetnumber ( integer(intg), intent(in)  userNumber,
integer(intg), intent(out)  numberOfXi,
integer(intg), intent(out)  err 
)
private

Returns the number of Xi directions in a basis identified by a user number.

Parameters
[in]usernumberThe user number of the basis to get the number xi for.
[out]numberofxiOn return, the number of xi directions in the specified basis.
[out]errThe error code.

Definition at line 11274 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_numberofxiget::cmfe_basis_numberofxigetobj ( type(cmfe_basistype), intent(in)  basis,
integer(intg), intent(out)  numberOfXi,
integer(intg), intent(out)  err 
)
private

Returns the number of Xi directions in a basis identified by an object.

Parameters
[in]basisThe basis to get the number of xi directions for.
[out]numberofxiOn return, the number of xi directions in the specified basis.
[out]errThe error code.

Definition at line 11309 of file opencmiss_iron.f90.