Sets/changes the collapsed Xi flags for a basis.  
 More...
Sets/changes the collapsed Xi flags for a basis. 
Definition at line 678 of file opencmiss_iron.f90.
  
  | 
        
          | 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] | usernumber | The user number of the basis to set the collapsed Xi flags for. |  | [in] | collapsedxi | collapsedXi(ni). The collapsed Xi parameter for the ni'th Xi direction to set. |  
 
- See also
- OPENCMISS::Basis::XiCollapse
- Parameters
- 
  
  
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] | basis | The basis to set the collapsed Xi flags for. |  | [in] | collapsedxi | collapsedXi(ni). The collapsed Xi parameter for the ni'th Xi direction to set. |  
 
- See also
- OPENCMISS::Basis::XiCollapse
- Parameters
- 
  
  
Definition at line 10877 of file opencmiss_iron.f90.