|  | 
| using | BlockIndex = multi_index_container< Indexes, indexed_by< ordered_unique< composite_key< Indexes, const_mem_fun< Indexes, UId, &Indexes::getRowUId >, const_mem_fun< Indexes, UId, &Indexes::getColUId > > >, ordered_non_unique< const_mem_fun< Indexes, UId, &Indexes::getFEUId > >, ordered_non_unique< const_mem_fun< Indexes, UId, &Indexes::getRowUId > >, ordered_non_unique< const_mem_fun< Indexes, UId, &Indexes::getColUId > > > > | 
|  | 
| virtual | ~DiagBlockIndex ()=default | 
|  | 
Definition at line 305 of file Schur.cpp.
 
◆ dataBlocksPtr
      
        
          | boost::shared_ptr<std::vector<double> > MoFEM::BlockStructure::dataBlocksPtr | 
      
 
 
◆ ghostX
◆ ghostY
◆ multiplyByPreconditioner
      
        
          | bool MoFEM::BlockStructure::multiplyByPreconditioner = false | 
      
 
 
◆ parentBlockStructurePtr
      
        
          | boost::shared_ptr<std::vector<double> > MoFEM::BlockStructure::parentBlockStructurePtr | 
      
 
 
◆ preconditionerBlocksPtr
      
        
          | boost::shared_ptr<std::vector<double> > MoFEM::BlockStructure::preconditionerBlocksPtr | 
      
 
 
The documentation for this struct was generated from the following file: