Cell-centered mpfa: use overlapping model. More...
#include <dumux/linear/linearsolvertraits.hh>

Cell-centered mpfa: use overlapping model.
Public Types | |
| using | DofMapper = typename GridGeometry::ElementMapper |
| using | Grid = typename GridGeometry::GridView::Traits::Grid |
| using | GridView = typename GridGeometry::GridView |
| template<class Matrix, class Vector> | |
| using | Sequential = SequentialSolverTraits<Matrix, Vector> |
| template<class Matrix, class Vector> | |
| using | ParallelOverlapping = OverlappingSolverTraits<Matrix, Vector> |
| template<class Matrix, class Vector> | |
| using | ParallelNonoverlapping = NonoverlappingSolverTraits<Matrix, Vector> |
Static Public Member Functions | |
| template<class GridView> | |
| static bool | isNonOverlapping (const GridView &gridView) |
Static Public Attributes | |
| static constexpr int | dofCodim = 0 |
| static constexpr bool | canCommunicate |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlinestaticinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |