version 3.9-dev
Dumux::CheckOverlapSize< DiscretizationMethod > Struct Template Reference

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

#include <dumux/discretization/checkoverlapsize.hh>

Description

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

Static Public Member Functions

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

Member Function Documentation

◆ isValid()

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

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