3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::CheckOverlapSize< discMethod > Struct Template Reference

Check if the overlap size is valid for a given discretization method. More...

#include <dumux/discretization/checkoverlapsize.hh>

Inheritance diagram for Dumux::CheckOverlapSize< discMethod >:
Inheritance graph

Description

template<DiscretizationMethod discMethod>
struct Dumux::CheckOverlapSize< discMethod >

Check if the overlap size is valid for a given discretization method.

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

Static Public Member Functions

template<class GridView>
static bool isValid (const GridView &gridView) noexcept

Member Function Documentation

◆ isValid()

template<DiscretizationMethod discMethod>
template<class GridView>
bool Dumux::CheckOverlapSize< discMethod >::isValid ( const GridView & gridView)
inlinestaticnoexcept

The documentation for this struct was generated from the following file: