|
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 > > > > |
|
Definition at line 206 of file Schur.cpp.
◆ BlockIndex
using MoFEM::DiagBlockIndex::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> > > > |
◆ ~DiagBlockIndex()
virtual MoFEM::DiagBlockIndex::~DiagBlockIndex |
( |
| ) |
|
|
virtualdefault |
◆ blockIndex
blocks indexes storage
Definition at line 277 of file Schur.cpp.
The documentation for this struct was generated from the following file: