#include <dune/fem/gridpart/filter/filter.hh>
|
template<class Intersection > |
bool | interiorIntersection (const Intersection &intersection) const |
| default implementation returns contains from neighbor
|
|
template<int cd> |
bool | contains (const typename Codim< cd >::EntityType &) const |
| returns true if the given entity of the pointer in the domain
|
|
template<class Intersection > |
bool | intersectionBoundary (const Intersection &) const |
| returns true if an intersection is a boundary intersection
|
|
template<class Intersection > |
int | intersectionBoundaryId (const Intersection &) const |
| returns the boundary id for an intersection
|
|
template<class Intersection > |
bool | intersectionNeighbor (const Intersection &) const |
| returns true if for an intersection a neighbor exsits
|
|
template<int cd> |
bool | contains (const typename Codim< cd >::EntityType &entity) const |
| returns true if the given entity of the pointer in the domain
|
|
template<class Entity > |
bool | contains (const Entity &entity) const |
| returns true if the given entity of the pointer in the domain
|
|
template<int cd> |
bool | contains (const typename Codim< cd >::EntityType &entity) const |
| returns true if the given entity of the pointer in the domain
|
|
◆ EntityType
template<class FilterTraits >
◆ FilterType
template<class FilterTraits >
type of the filter implementation
◆ FilterDefaultImplementation() [1/3]
template<class FilterTraits >
◆ FilterDefaultImplementation() [2/3]
template<class FilterTraits >
◆ FilterDefaultImplementation() [3/3]
template<class FilterTraits >
◆ asImp() [1/2]
template<class FilterTraits >
◆ asImp() [2/2]
template<class FilterTraits >
◆ contains() [1/4]
template<class FilterTraits >
template<class Entity >
returns true if the given entity of the pointer in the domain
◆ contains() [2/4]
template<class FilterTraits >
template<int cd>
returns true if the given entity of the pointer in the domain
◆ contains() [3/4]
template<class FilterTraits >
template<int cd>
returns true if the given entity of the pointer in the domain
◆ contains() [4/4]
template<class FilterTraits >
template<int cd>
returns true if the given entity of the pointer in the domain
◆ interiorIntersection()
template<class FilterTraits >
template<class Intersection >
default implementation returns contains from neighbor
◆ intersectionBoundary()
template<class FilterTraits >
template<class Intersection >
returns true if an intersection is a boundary intersection
◆ intersectionBoundaryId()
template<class FilterTraits >
template<class Intersection >
returns the boundary id for an intersection
◆ intersectionNeighbor()
template<class FilterTraits >
template<class Intersection >
returns true if for an intersection a neighbor exsits
◆ operator=() [1/2]
template<class FilterTraits >
◆ operator=() [2/2]
template<class FilterTraits >
The documentation for this class was generated from the following files: