libMesh
|
Data stored on a per-element basis used to compute element Schur complements and their applications to vectors. More...
Public Attributes | |
EigenMatrix | Acc |
condensed-condensed matrix entries More... | |
EigenMatrix | Acu |
condensed-uncondensed matrix entries More... | |
EigenMatrix | Auc |
uncondensed-condensed matrix entries More... | |
EigenMatrix | Auu |
uncondensed-uncondensed matrix entries More... | |
std::remove_const< decltype(Acc.partialPivLu())>::type | AccFactor |
Data stored on a per-element basis used to compute element Schur complements and their applications to vectors.
Definition at line 227 of file static_condensation.h.
EigenMatrix libMesh::StaticCondensation::MatrixData::Acc |
condensed-condensed matrix entries
Definition at line 230 of file static_condensation.h.
std::remove_const<decltype(Acc.partialPivLu())>::type libMesh::StaticCondensation::MatrixData::AccFactor |
Definition at line 239 of file static_condensation.h.
EigenMatrix libMesh::StaticCondensation::MatrixData::Acu |
condensed-uncondensed matrix entries
Definition at line 232 of file static_condensation.h.
EigenMatrix libMesh::StaticCondensation::MatrixData::Auc |
uncondensed-condensed matrix entries
Definition at line 234 of file static_condensation.h.
EigenMatrix libMesh::StaticCondensation::MatrixData::Auu |
uncondensed-uncondensed matrix entries
Definition at line 236 of file static_condensation.h.