|
| SchurElemMats (const size_t idx, const UId uid_row, const UId uid_col) |
|
virtual | ~SchurElemMats ()=default |
|
auto & | getMat () const |
|
auto & | getRowInd () const |
|
auto & | getColInd () const |
|
const size_t | iDX |
|
UId | uidRow |
|
UId | uidCol |
|
using | SchurElemStorage = multi_index_container< const SchurElemMats *, indexed_by< ordered_unique< tag< uid_mi_tag >, composite_key< SchurElemMats, member< SchurElemMats, const UId, &SchurElemMats::uidRow >, member< SchurElemMats, const UId, &SchurElemMats::uidCol > > >, ordered_non_unique< tag< col_mi_tag >, member< SchurElemMats, const UId, &SchurElemMats::uidCol > > > > |
|
static MoFEMErrorCode | assembleStorage (const EntitiesFieldData::EntData &row_data, const EntitiesFieldData::EntData &col_data, const MatrixDouble &mat, InsertMode iora) |
|
static boost::ptr_vector< MatrixDouble > | locMats |
|
static boost::ptr_vector< VectorInt > | rowIndices |
|
static boost::ptr_vector< VectorInt > | colIndices |
|
static boost::ptr_vector< SchurElemMats > | schurElemMats |
|
static size_t | maxIndexCounter = 0 |
|
static SchurElemStorage | schurL2Storage |
|
Definition at line 2332 of file Schur.cpp.