Check if the overlap size is valid for a given discretization method.
More...
#include <dumux/discretization/checkoverlapsize.hh>
template<class DiscretizationMethod>
struct Dumux::CheckOverlapSize< DiscretizationMethod >
- Note
- the default checks if the grid has at least an overlap of one if there are no ghosts
-
for sequential grids every overlap is fine
-
specialize this for your discretization method if the default doesn't apply
|
template<class GridView > |
static bool | isValid (const GridView &gridView) noexcept |
|
◆ isValid()
template<class DiscretizationMethod >
template<class GridView >
The documentation for this struct was generated from the following file: