3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Member Functions | List of all members
Dumux::CheckOverlapSize< discMethod > Struct Template Reference

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

#include <dumux/discretization/checkoverlapsize.hh>

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 >
static bool Dumux::CheckOverlapSize< discMethod >::isValid ( const GridView &  gridView)
inlinestaticnoexcept

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