libMesh
Public Attributes | List of all members
libMesh::StaticCondensation::MatrixData Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ Acc

EigenMatrix libMesh::StaticCondensation::MatrixData::Acc

condensed-condensed matrix entries

Definition at line 230 of file static_condensation.h.

◆ AccFactor

std::remove_const<decltype(Acc.partialPivLu())>::type libMesh::StaticCondensation::MatrixData::AccFactor

Definition at line 239 of file static_condensation.h.

◆ Acu

EigenMatrix libMesh::StaticCondensation::MatrixData::Acu

condensed-uncondensed matrix entries

Definition at line 232 of file static_condensation.h.

◆ Auc

EigenMatrix libMesh::StaticCondensation::MatrixData::Auc

uncondensed-condensed matrix entries

Definition at line 234 of file static_condensation.h.

◆ Auu

EigenMatrix libMesh::StaticCondensation::MatrixData::Auu

uncondensed-uncondensed matrix entries

Definition at line 236 of file static_condensation.h.


The documentation for this struct was generated from the following file: