Common base class to all handles. Stores arrays of the vectors involved in the interaction volume-local systems of equations. More...
#include <dumux/discretization/cellcentered/mpfa/interactionvolumedatahandle.hh>
Common base class to all handles. Stores arrays of the vectors involved in the interaction volume-local systems of equations.
MVT | The matrix/vector traits collecting type information used by the iv |
size1 | first size specifier for the arrays |
size2 | second size specifier for the arrays |
Public Member Functions | |
const CellVector & | uj () const |
Access to the iv-wide known cell/Dirichlet values. More... | |
CellVector & | uj () |
Protected Member Functions | |
void | setContextIndex1 (unsigned int idx) const |
functionality to set the context indices More... | |
void | setContextIndex2 (unsigned int idx) const |
Protected Attributes | |
unsigned int | contextIdx1_ {0} |
indices to be set before accessing data More... | |
unsigned int | contextIdx2_ {0} |
std::array< std::array< CellVector, size2 >, size1 > | u_ |
The interaction volume-local known values. More... | |
|
inlineprotected |
functionality to set the context indices
|
inlineprotected |
|
inline |
|
inline |
Access to the iv-wide known cell/Dirichlet values.
|
mutableprotected |
indices to be set before accessing data
|
mutableprotected |
|
protected |
The interaction volume-local known values.