#include <dumux/discretization/cellcentered/mpfa/interactionvolumedatahandle.hh>
|
| void | setPhaseIndex (unsigned int phaseIdx) const |
| | diffusion caches need to set phase and component index
|
| void | setComponentIndex (unsigned int compIdx) const |
| const CMatrix & | CA () const |
| | Access functions to context-dependent data.
|
| const AMatrix & | A () const |
| const BMatrix & | AB () const |
| const TMatrix & | T () const |
| const OutsideTij & | tijOutside () const |
| const OmegaStorage & | omegas () const |
| void | setContextIndex1 (unsigned int idx) const |
| | functionality to set the context indices
|
| void | setContextIndex2 (unsigned int idx) const |
| const CellVector & | uj () const |
| | Access to the iv-wide known cell/Dirichlet values.
|
|
| unsigned int | contextIdx1_ |
| | indices to be set before accessing data
|
| 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< 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< 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< 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.
|
◆ A()
◆ AB()
◆ CA()
◆ omegas()
◆ setComponentIndex()
◆ setContextIndex1() [1/2]
◆ setContextIndex1() [2/2]
◆ setContextIndex2() [1/2]
◆ setContextIndex2() [2/2]
◆ setPhaseIndex()
◆ T()
◆ tijOutside()
◆ uj()
◆ A_
◆ AB_
◆ CA_
◆ contextIdx1_ [1/2]
◆ contextIdx1_ [2/2]
◆ contextIdx2_ [1/2]
◆ contextIdx2_ [2/2]
◆ T_
◆ tijOutside_
◆ u_
◆ wijk_
The documentation for this class was generated from the following file: