![]() |
v0.15.0 |
Static Public Member Functions | |
static MoFEMErrorCode | MatSetValues (Mat M, const EntitiesFieldData::EntData &row_data, const EntitiesFieldData::EntData &col_data, const MatrixDouble &mat, InsertMode iora) |
![]() | |
static MoFEMErrorCode | MatSetValues (Mat M, const EntitiesFieldData::EntData &row_data, const EntitiesFieldData::EntData &col_data, const MatrixDouble &mat, InsertMode iora) |
Additional Inherited Members | |
![]() | |
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 |
![]() | |
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 |
|
static |
Definition at line 2748 of file Schur.cpp.