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>
| 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. | |
| 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_ {0} | 
| indices to be set before accessing data | |
| unsigned int | contextIdx2_ {0} | 
| std::array< std::array< CellVector, size2 >, size1 > | u_ | 
| The interaction volume-local known values. | |
| 
 | inlineprotected | 
| 
 | inlineprotected | 
| 
 | inline | 
| 
 | inline | 
| 
 | mutableprotected | 
| 
 | mutableprotected | 
| 
 | protected |