Data handle for quantities related to heat conduction.
#include <dumux/discretization/cellcentered/mpfa/interactionvolumedatahandle.hh>
|
const CMatrix & | CA () const |
| Access functions to context-dependent data. More...
|
|
CMatrix & | CA () |
|
const AMatrix & | A () const |
|
AMatrix & | A () |
|
const BMatrix & | AB () const |
|
BMatrix & | AB () |
|
const TMatrix & | T () const |
|
TMatrix & | T () |
|
const OutsideTij & | tijOutside () const |
|
OutsideTij & | tijOutside () |
|
const OmegaStorage & | omegas () const |
|
OmegaStorage & | omegas () |
|
void | setContextIndex1 (unsigned int idx) const |
| functionality to set the context indices More...
|
|
void | setContextIndex2 (unsigned int idx) const |
|
const CellVector & | uj () const |
| Access to the iv-wide known cell/Dirichlet values. More...
|
|
CellVector & | uj () |
|
|
unsigned int | contextIdx1_ |
| indices to be set before accessing data More...
|
|
unsigned int | contextIdx2_ |
|
std::array< std::array< OmegaStorage, size2 >, size1 > | wijk_ |
| The omega factors that form the entries of the matrices. More...
|
|
std::array< std::array< TMatrix, size2 >, size1 > | T_ |
| The transmissibility matrix. More...
|
|
std::array< std::array< AMatrix, size2 >, size1 > | A_ |
| Inverse of the iv-local system matrix. More...
|
|
std::array< std::array< BMatrix, size2 >, size1 > | AB_ |
| A_ left multiplied to B. More...
|
|
std::array< std::array< CMatrix, size2 >, size1 > | CA_ |
| A_ right multiplied to C. More...
|
|
std::array< std::array< OutsideTij, size2 >, size1 > | tijOutside_ |
| The transmissibilities for "outside" faces (on surface grids) More...
|
|
unsigned int | contextIdx1_ |
| indices to be set before accessing data More...
|
|
unsigned int | contextIdx2_ |
|
std::array< std::array< CellVector, size2 >, size1 > | u_ |
| The interaction volume-local known values. More...
|
|
◆ A() [1/2]
◆ A() [2/2]
◆ AB() [1/2]
◆ AB() [2/2]
◆ CA() [1/2]
◆ CA() [2/2]
◆ omegas() [1/2]
◆ omegas() [2/2]
◆ setContextIndex1() [1/2]
◆ setContextIndex1() [2/2]
◆ setContextIndex2() [1/2]
◆ setContextIndex2() [2/2]
◆ T() [1/2]
◆ T() [2/2]
◆ tijOutside() [1/2]
◆ tijOutside() [2/2]
◆ uj() [1/2]
◆ uj() [2/2]
◆ A_
◆ AB_
◆ CA_
◆ contextIdx1_ [1/2]
|
mutableprotectedinherited |
◆ contextIdx1_ [2/2]
|
mutableprotectedinherited |
◆ contextIdx2_ [1/2]
|
mutableprotectedinherited |
◆ contextIdx2_ [2/2]
|
mutableprotectedinherited |
◆ T_
◆ tijOutside_
◆ u_
◆ wijk_
The documentation for this class was generated from the following file: