Returns the collapsed Xi flags for a basis.  
 More...
Returns the collapsed Xi flags for a basis. 
Definition at line 672 of file opencmiss_iron.f90.
  
  | 
        
          | 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] | usernumber | The user number of the basis to get the collapsed Xi flags for. |  | [out] | collapsedxi | collapsedXi(ni). On return, the collapsed Xi parameter for the ni'th Xi direction. |  
 
- See also
- OPENCMISS::Basis::XiCollapse
- Parameters
- 
  
  
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] | basis | The basis to get the collapsed Xi flags for. |  | [out] | collapsedxi | collapsedXi(ni). On return, the collapsed Xi parameter for the ni'th Xi direction. |  
 
- See also
- OPENCMISS::Basis::XiCollapse
- Parameters
- 
  
  
Definition at line 10816 of file opencmiss_iron.f90.