DUNE-FEM (2.10)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
FilterGridPart
Classes | |
class | Dune::Fem::FilterInterface< FilterTraits > |
Interface class for filter to use with a Dune::FilteredGridPart. More... | |
class | Dune::Fem::FilteredGridPart< HostGridPartImp, FilterImp, useFilteredIndexSet > |
A FilteredGridPart allows to extract a set of entities from a grid satisfying a given constrainted defined through a filter class. More... | |
Detailed Description
A FilteredGridPart is a subset of a GridPart and a GridPart itself. The entities that belong to the FilteredGrid are defined by a filter class.
Note that codim 0 entities have a method hasBoundaryIntersection(). In general, this method will be inconsistent with the intersections returned by the filtered gridpart since entities are not wrapped.
