1#ifndef DUNE_FEM_MISC_HASBOUNDARYINTERSECTION_HH
2#define DUNE_FEM_MISC_HASBOUNDARYINTERSECTION_HH
9 template<
class Gr
idPart >
10 struct HasBoundaryIntersection
12 using EntityType =
typename GridPart::template Codim<0>::EntityType;
13 static bool apply(
const EntityType &entity)
15 return entity.hasBoundaryIntersections();
Dune namespace.
Definition: alignedallocator.hh:13