#include <dumux/discretization/cellcentered/mpfa/interactionvolumedatahandle.hh>
Public Member Functions | |
| const CMatrix & | CA () const |
| Access functions to context-dependent data. | |
| CMatrix & | CA () |
| const CMatrix & | CA () const |
| Access functions to context-dependent data. | |
| CMatrix & | CA () |
| const AMatrix & | A () const |
| AMatrix & | A () |
| const AMatrix & | A () const |
| AMatrix & | A () |
| const BMatrix & | AB () const |
| BMatrix & | AB () |
| const BMatrix & | AB () const |
| BMatrix & | AB () |
| const TMatrix & | T () const |
| TMatrix & | T () |
| const TMatrix & | T () const |
| TMatrix & | T () |
| const OutsideTij & | tijOutside () const |
| OutsideTij & | tijOutside () |
| const OutsideTij & | tijOutside () const |
| OutsideTij & | tijOutside () |
| const OmegaStorage & | omegas () const |
| OmegaStorage & | omegas () |
| const OmegaStorage & | omegas () const |
| OmegaStorage & | omegas () |
| void | setContextIndex1 (unsigned int idx) const |
| functionality to set the context indices | |
| void | setContextIndex1 (unsigned int idx) const |
| functionality to set the context indices | |
| void | setContextIndex2 (unsigned int idx) const |
| void | setContextIndex2 (unsigned int idx) const |
| const CellVector & | uj () const |
| Access to the iv-wide known cell/Dirichlet values. | |
| CellVector & | uj () |
Protected Member Functions | |
| void | setContextIndex1 (unsigned int idx) const |
| functionality to set the context indices | |
| void | setContextIndex2 (unsigned int idx) const |
Protected Attributes | |
| unsigned int | contextIdx1_ |
| indices to be set before accessing data | |
| unsigned int | contextIdx1_ |
| indices to be set before accessing data | |
| unsigned int | contextIdx2_ |
| unsigned int | contextIdx2_ |
| std::array< std::array< OmegaStorage, size2 >, size1 > | wijk_ |
| The omega factors that form the entries of the matrices. | |
| std::array< std::array< OmegaStorage, size2 >, size1 > | wijk_ |
| The omega factors that form the entries of the matrices. | |
| std::array< std::array< TMatrix, size2 >, size1 > | T_ |
| The transmissibility matrix. | |
| std::array< std::array< TMatrix, size2 >, size1 > | T_ |
| The transmissibility matrix. | |
| std::array< std::array< AMatrix, size2 >, size1 > | A_ |
| Inverse of the iv-local system matrix. | |
| std::array< std::array< AMatrix, size2 >, size1 > | A_ |
| Inverse of the iv-local system matrix. | |
| std::array< std::array< BMatrix, size2 >, size1 > | AB_ |
| A_ left multiplied to B. | |
| std::array< std::array< BMatrix, size2 >, size1 > | AB_ |
| A_ left multiplied to B. | |
| std::array< std::array< CMatrix, size2 >, size1 > | CA_ |
| A_ right multiplied to C. | |
| std::array< std::array< CMatrix, size2 >, size1 > | CA_ |
| A_ right multiplied to C. | |
| std::array< std::array< OutsideTij, size2 >, size1 > | tijOutside_ |
| The transmissibilities for "outside" faces (on surface grids) | |
| std::array< std::array< OutsideTij, size2 >, size1 > | tijOutside_ |
| The transmissibilities for "outside" faces (on surface grids) | |
| unsigned int | contextIdx1_ |
| indices to be set before accessing data | |
| unsigned int | contextIdx2_ |
| std::array< std::array< CellVector, size2 >, size1 > | u_ |
| The interaction volume-local known values. | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
mutableprotected |
|
mutableprotected |
|
mutableprotected |
|
mutableprotected |
|
mutableprotected |
|
mutableprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |