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