version 3.11-dev
Loading...
Searching...
No Matches
periodic.hh File Reference

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

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 ()