Data handle for quantities related to diffusion.
#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.
|
| |
| 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
|
| |
| void | setContextIndex2 (unsigned int idx) const |
| |
| const CellVector & | uj () const |
| | Access to the iv-wide known cell/Dirichlet values.
|
| |
| CellVector & | uj () |
| |
|
| 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() [1/2]
◆ A() [2/2]
◆ AB() [1/2]
◆ AB() [2/2]
◆ CA() [1/2]
◆ CA() [2/2]
◆ omegas() [1/2]
◆ omegas() [2/2]
◆ setComponentIndex()
template<class MatVecTraits, class PhysicsTraits, bool EnableDiffusion>
◆ setContextIndex1() [1/2]
◆ setContextIndex1() [2/2]
◆ setContextIndex2() [1/2]
◆ setContextIndex2() [2/2]
◆ setPhaseIndex()
template<class MatVecTraits, class PhysicsTraits, bool EnableDiffusion>
◆ 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: