staggered: use overlapping model More...
#include <dumux/linear/linearsolvertraits.hh>
staggered: 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> |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlinestaticinherited |
|
staticconstexprinherited |
|
staticconstexprinherited |