Cell-centered tpfa: use overlapping model. More...
#include <dumux/linear/linearsolvertraits.hh>
Cell-centered tpfa: 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 = Dumux::Detail::canCommunicate<Grid, dofCodim> |
| using Dumux::LinearSolverTraitsImpl< GridGeometry, DiscretizationMethods::CCTpfa >::DofMapper = typename GridGeometry::ElementMapper |
| using Dumux::LinearSolverTraitsImpl< GridGeometry, DiscretizationMethods::CCTpfa >::Grid = typename GridGeometry::GridView::Traits::Grid |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlinestatic |
|
staticconstexpr |
|
staticconstexpr |