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

Sets/changes the collapsed Xi flags for a basis. More...

Private Member Functions

subroutine cmfe_basis_collapsedxisetnumber (userNumber, collapsedXi, err)
 Sets/changes the collapsed Xi flags of a basis identified by a user number. More...
 
subroutine cmfe_basis_collapsedxisetobj (basis, collapsedXi, err)
 Sets/changes the collapsed Xi flags of a basis identified by an object. More...
 

Detailed Description

Sets/changes the collapsed Xi flags for a basis.

Definition at line 678 of file opencmiss_iron.f90.

Member Function/Subroutine Documentation

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

Sets/changes the collapsed Xi flags of a basis identified by a user number.

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

Definition at line 10842 of file opencmiss_iron.f90.

subroutine opencmiss_iron::cmfe_basis_collapsedxiset::cmfe_basis_collapsedxisetobj ( type(cmfe_basistype), intent(inout)  basis,
integer(intg), dimension(:), intent(in)  collapsedXi,
integer(intg), intent(out)  err 
)
private

Sets/changes the collapsed Xi flags of a basis identified by an object.

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

Definition at line 10877 of file opencmiss_iron.f90.