12#ifndef DUMUX_TYPETRAITS_PERIODIC_HH 
   13#define DUMUX_TYPETRAITS_PERIODIC_HH 
   15#include <dune/common/std/type_traits.hh> 
   25{ 
return Dune::Std::is_detected<GGPeriodicMapDetector, GG>::value; }
 
 
Distance implementation details.
Definition cvfelocalresidual.hh:25
constexpr bool hasPeriodicDofMap()
Definition periodic.hh:24
decltype(std::declval< GG >().periodicDofMap()) GGPeriodicMapDetector
helper struct detecting if a gridGeometry object has a periodicDofMap() function
Definition periodic.hh:21