Type traits to detect periodicity support. More...
#include <dune/common/std/type_traits.hh>Go to the source code of this file.
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::Detail |
Typedefs | |
| template<class GG > | |
| using | Dumux::Detail::GGPeriodicMapDetector = decltype(std::declval< GG >().periodicDofMap()) |
| helper struct detecting if a gridGeometry object has a periodicDofMap() function More... | |
Functions | |
| template<class GG > | |
| constexpr bool | Dumux::Detail::hasPeriodicDofMap () |