Face-centered staggered: use overlapping model. More...
#include <dumux/linear/linearsolvertraits.hh>
Face-centered staggered: use overlapping model.
Classes | |
class | DofMapper |
Public Types | |
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 | |
static DofMapper | dofMapper (const GridGeometry &gg) |
template<class GridView > | |
static bool | isNonOverlapping (const GridView &gridView) |
Static Public Attributes | |
static constexpr int | dofCodim = 1 |
static constexpr bool | canCommunicate |
using Dumux::LinearSolverTraitsImpl< GridGeometry, DiscretizationMethods::FCStaggered >::Grid = typename GridGeometry::GridView::Traits::Grid |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlinestatic |
|
inlinestatic |
|
staticconstexpr |
|
staticconstexpr |