#include <dune/common/typelist.hh>
Go to the source code of this file.
|
template<class GF , class Intersection > |
constexpr auto | Dune::Fem::hasIntersectionBind (const MetaType< Intersection > &) -> decltype(std::declval< GF & >().bind(std::declval< const Intersection & >(), IntersectionSide::in), std::true_type{}) |
|
template<class GF > |
constexpr auto | Dune::Fem::hasIntersectionBind (...) -> std::false_type |
|
template<class GF , class Intersection > |
void | Dune::Fem::defaultIntersectionBind (GF &gf, const Intersection &intersection, IntersectionSide side) |
|