Process-dependent data handles when related process is disabled.
|
| void | setPhaseIndex (unsigned int phaseIdx) const |
| | Set the phase index of the context.
|
| |
| const FaceVector & | g () const |
| | The gravitational flux contributions for a phase on all faces.
|
| |
| FaceVector & | g () |
| |
| const UnknownVector & | deltaG () const |
| | The deltaG vector for gravity within the iv-local eq-system.
|
| |
| UnknownVector & | deltaG () |
| |
| const OutsideGravityStorage & | gOutside () const |
| | The gravitational acceleration for one phase on "outside" faces (used on surface grids)
|
| |
| OutsideGravityStorage & | gOutside () |
| |
| 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 () |
| |
|
| 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.
|
| |