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

Returns the collapsed Xi flags for a basis. More...

Private Member Functions

subroutine cmfe_basis_collapsedxigetnumber (userNumber, collapsedXi, err)
 Returns the collapsed Xi flags of a basis identified by a user number. More...
 
subroutine cmfe_basis_collapsedxigetobj (basis, collapsedXi, err)
 Returns the collapsed Xi flags of a basis identified by an object. More...
 

Detailed Description

Returns the collapsed Xi flags for a basis.

Definition at line 672 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

subroutine opencmiss_iron::cmfe_basis_collapsedxiget::cmfe_basis_collapsedxigetnumber ( integer(intg), intent(in)  userNumber,
integer(intg), dimension(:), intent(out)  collapsedXi,
integer(intg), intent(out)  err 
)
private

Returns the collapsed Xi flags of a basis identified by a user number.

Parameters
[in]usernumberThe user number of the basis to get the collapsed Xi flags for.
[out]collapsedxicollapsedXi(ni). On return, the collapsed Xi parameter for the ni'th Xi direction.
See also
OPENCMISS::Basis::XiCollapse
Parameters
[out]errThe error code.

Definition at line 10781 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_collapsedxiget::cmfe_basis_collapsedxigetobj ( type(cmfe_basistype), intent(in)  basis,
integer(intg), dimension(:), intent(out)  collapsedXi,
integer(intg), intent(out)  err 
)
private

Returns the collapsed Xi flags of a basis identified by an object.

Parameters
[in]basisThe basis to get the collapsed Xi flags for.
[out]collapsedxicollapsedXi(ni). On return, the collapsed Xi parameter for the ni'th Xi direction.
See also
OPENCMISS::Basis::XiCollapse
Parameters
[out]errThe error code.

Definition at line 10816 of file opencmiss_iron.f90.