#include <dune/fem/gridpart/filter/basicfilterwrapper.hh>
|
| BasicFilterWrapper (const GridPartType &gridPart, const BasicFilterType &filter) |
| constructor
|
|
template<typename ... Args> |
| BasicFilterWrapper (const GridPartType &gridPart, Args &&... args) |
| constructor
|
|
| BasicFilterWrapper (const ThisType &other) |
| copy constructor
|
|
ThisType & | operator= (const ThisType &other) |
| assignment operator
|
|
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 &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<class Intersection > |
bool | intersectionBoundary (const Intersection &intersection) const |
| returns true if an intersection is a boundary intersection
|
|
template<class Intersection > |
int | intersectionBoundaryId (const Intersection &intersection) const |
| returns the boundary id for an intersection
|
|
template<class Intersection > |
bool | intersectionNeighbor (const Intersection &intersection) const |
| returns true if for an intersection a neighbor exsits
|
|
void | reset () |
| reset cached values
|
|
bool | contains (const typename Codim< cd >::EntityType &) 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 GridPartImp , class BasicFilterImp >
◆ FilterType
template<class GridPartImp , class BasicFilterImp >
type of the filter implementation
◆ BasicFilterWrapper() [1/3]
template<class GridPartImp , class BasicFilterImp >
Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::BasicFilterWrapper |
( |
const GridPartType & |
gridPart, |
|
|
const BasicFilterType & |
filter |
|
) |
| |
|
inline |
◆ BasicFilterWrapper() [2/3]
template<class GridPartImp , class BasicFilterImp >
template<typename ... Args>
◆ BasicFilterWrapper() [3/3]
template<class GridPartImp , class BasicFilterImp >
◆ asImp() [1/2]
◆ asImp() [2/2]
◆ contains() [1/4]
template<class GridPartImp , class BasicFilterImp >
template<class Entity >
returns true if the given entity of the pointer in the domain
◆ contains() [2/4]
returns true if the given entity of the pointer in the domain
◆ contains() [3/4]
template<class GridPartImp , class BasicFilterImp >
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 GridPartImp , class BasicFilterImp >
template<class Intersection >
default implementation returns contains from neighbor
◆ intersectionBoundary()
template<class GridPartImp , class BasicFilterImp >
template<class Intersection >
returns true if an intersection is a boundary intersection
◆ intersectionBoundaryId()
template<class GridPartImp , class BasicFilterImp >
template<class Intersection >
returns the boundary id for an intersection
◆ intersectionNeighbor()
template<class GridPartImp , class BasicFilterImp >
template<class Intersection >
returns true if for an intersection a neighbor exsits
◆ operator=()
template<class GridPartImp , class BasicFilterImp >
◆ reset()
template<class GridPartImp , class BasicFilterImp >
The documentation for this class was generated from the following file: