|
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 > > >> |
|
Definition at line 221 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> >, ordered_non_unique< const_mem_fun<Indexes, UId, &Indexes::getRowUId> >, ordered_non_unique< const_mem_fun<Indexes, UId, &Indexes::getColUId> > >> |
◆ ~DiagBlockIndex()
virtual MoFEM::DiagBlockIndex::~DiagBlockIndex |
( |
| ) |
|
|
virtualdefault |
◆ blockIndex
blocks indexes storage
Definition at line 302 of file Schur.cpp.
The documentation for this struct was generated from the following file: