dune-fem
2.8-git
|
#include <dune/fem/gridpart/filter/basicfilterwrapper.hh>
Classes | |
struct | Codim |
Public Types | |
typedef Traits::FilterType | FilterType |
type of the filter implementation More... | |
typedef Traits::EntityType | EntityType |
type of codim 0 entity More... | |
Public Member Functions | |
BasicFilterWrapper (const GridPartType &gridPart, const BasicFilterType &filter) | |
constructor More... | |
template<typename ... Args> | |
BasicFilterWrapper (const GridPartType &gridPart, Args &&... args) | |
constructor More... | |
BasicFilterWrapper (const ThisType &other) | |
copy constructor More... | |
ThisType & | operator= (const ThisType &other) |
assignment operator More... | |
template<class Intersection > | |
bool | interiorIntersection (const Intersection &intersection) const |
default implementation returns contains from neighbor More... | |
template<int cd> | |
bool | contains (const typename Codim< cd >::EntityType &entity) const |
returns true if the given entity of the pointer in the domain More... | |
template<class Entity > | |
bool | contains (const Entity &entity) const |
returns true if the given entity of the pointer in the domain More... | |
template<class Intersection > | |
bool | intersectionBoundary (const Intersection &intersection) const |
returns true if an intersection is a boundary intersection More... | |
template<class Intersection > | |
int | intersectionBoundaryId (const Intersection &intersection) const |
returns the boundary id for an intersection More... | |
template<class Intersection > | |
bool | intersectionNeighbor (const Intersection &intersection) const |
returns true if for an intersection a neighbor exsits More... | |
void | reset () |
reset cached values More... | |
bool | contains (const typename Codim< cd >::EntityType &) const |
returns true if the given entity of the pointer in the domain More... | |
bool | contains (const typename Codim< cd >::EntityType &entity) const |
returns true if the given entity of the pointer in the domain More... | |
bool | contains (const Entity &entity) const |
returns true if the given entity of the pointer in the domain More... | |
bool | contains (const typename Codim< cd >::EntityType &entity) const |
returns true if the given entity of the pointer in the domain More... | |
Protected Member Functions | |
FilterType & | asImp () |
const FilterType & | asImp () const |
const FilterType & | asImp () const |
typedef Traits::EntityType Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::EntityType |
type of codim 0 entity
typedef Traits::FilterType Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::FilterType |
type of the filter implementation
|
inline |
constructor
|
inline |
constructor
|
inline |
copy constructor
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inline |
returns true if the given entity of the pointer in the domain
|
inlineinherited |
returns true if the given entity of the pointer in the domain
|
inherited |
returns true if the given entity of the pointer in the domain
|
inline |
returns true if the given entity of the pointer in the domain
|
inlineinherited |
returns true if the given entity of the pointer in the domain
|
inlineinherited |
returns true if the given entity of the pointer in the domain
|
inline |
default implementation returns contains from neighbor
|
inline |
returns true if an intersection is a boundary intersection
|
inline |
returns the boundary id for an intersection
|
inline |
returns true if for an intersection a neighbor exsits
|
inline |
assignment operator
|
inline |
reset cached values