|
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 > > > > |
|
virtual | ~DiagBlockIndex ()=default |
|
Definition at line 280 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: