1#ifndef DUNE_FEM_GRIDPART_FILTER_VOIDFILTER_HH
2#define DUNE_FEM_GRIDPART_FILTER_VOIDFILTER_HH
13 template<
class Gr
idPart >
17 typedef VoidFilter FilterType;
19 typedef GridPart GridPartType;
24 typedef typename GridPartType::template Codim< cd >::EntityType EntityType;
27 typedef typename Codim< 0 >::EntityType EntityType;
29 template<
class Entity >
30 static bool contains (
const Entity & )
36 static bool contains (
const typename Codim< cd >::EntityType & )
41 template <
class Intersection >
42 static bool intersectionBoundary(
const Intersection & )
47 template <
class Intersection >
48 static int intersectionBoundaryId(
const Intersection & )
53 template <
class Intersection >
54 static bool intersectionNeighbor(
const Intersection & )
59 template<
class Intersection >
60 static bool interiorIntersection(
const Intersection & )
Dune namespace.
Definition: alignedallocator.hh:13
constexpr std::bool_constant<((II==value)||...)> contains(std::integer_sequence< T, II... >, std::integral_constant< T, value >)
Checks whether or not a given sequence contains a value.
Definition: integersequence.hh:137