1 #ifndef DUNE_FEM_GRIDPART_FILTER_VOIDFILTER_HH 2 #define DUNE_FEM_GRIDPART_FILTER_VOIDFILTER_HH 13 template<
class Gr
idPart >
29 template<
class Entity >
41 template <
class IntersectionIteratorType >
47 template <
class IntersectionIteratorType >
53 template <
class IntersectionIteratorType>
59 template<
class Intersection >
71 #endif // #ifndef DUNE_FEM_GRIDPART_FILTER_VOIDFILTER_HH Definition: voidfilter.hh:14
static bool contains(const Entity &entity)
Definition: voidfilter.hh:30
GridPartType::template Codim< cd >::EntityType EntityType
Definition: voidfilter.hh:24
static bool intersectionNeighbor(const IntersectionIteratorType &it)
Definition: voidfilter.hh:54
static int intersectionBoundaryId(const IntersectionIteratorType &it)
Definition: voidfilter.hh:48
static bool interiorIntersection(const Intersection &intersection)
Definition: voidfilter.hh:60
Definition: coordinate.hh:4
static bool intersectionBoundary(const IntersectionIteratorType &it)
Definition: voidfilter.hh:42
VoidFilter FilterType
Definition: voidfilter.hh:17
Definition: voidfilter.hh:22
static bool contains(const typename Codim< cd >::EntityType &entity)
Definition: voidfilter.hh:36
Codim< 0 >::EntityType EntityType
Definition: voidfilter.hh:27
GridPart GridPartType
Definition: voidfilter.hh:19