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 Intersection >
47 template <
class Intersection >
53 template <
class Intersection >
59 template<
class Intersection >
Definition: bindguard.hh:11
Definition: voidfilter.hh:15
VoidFilter FilterType
Definition: voidfilter.hh:17
Codim< 0 >::EntityType EntityType
Definition: voidfilter.hh:27
static bool intersectionBoundary(const Intersection &)
Definition: voidfilter.hh:42
static bool contains(const typename Codim< cd >::EntityType &)
Definition: voidfilter.hh:36
static int intersectionBoundaryId(const Intersection &)
Definition: voidfilter.hh:48
static bool interiorIntersection(const Intersection &)
Definition: voidfilter.hh:60
static bool contains(const Entity &)
Definition: voidfilter.hh:30
static bool intersectionNeighbor(const Intersection &)
Definition: voidfilter.hh:54
GridPart GridPartType
Definition: voidfilter.hh:19
Definition: voidfilter.hh:23
GridPartType::template Codim< cd >::EntityType EntityType
Definition: voidfilter.hh:24