dune-fem  2.4.1-rc
Classes | Public Types | Public Member Functions | Protected Member Functions | List of all members
Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp > Class Template Reference

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/gridpart/filter/basicfilterwrapper.hh>

Inheritance diagram for Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >:
Inheritance graph

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=BasicFilterType())
 constructor More...
 
 BasicFilterWrapper (const ThisType &other)
 copy constructor More...
 
ThisTypeoperator= (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...
 
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...
 

Protected Member Functions

FilterTypeasImp ()
 
const FilterTypeasImp () const
 

Member Typedef Documentation

template<class GridPartImp , class BasicFilterImp >
typedef Traits::EntityType Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::EntityType

type of codim 0 entity

template<class GridPartImp , class BasicFilterImp >
typedef Traits::FilterType Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::FilterType

type of the filter implementation

Constructor & Destructor Documentation

template<class GridPartImp , class BasicFilterImp >
Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::BasicFilterWrapper ( const GridPartType &  gridPart,
const BasicFilterType &  filter = BasicFilterType() 
)
inline

constructor

template<class GridPartImp , class BasicFilterImp >
Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::BasicFilterWrapper ( const ThisType other)
inline

copy constructor

Member Function Documentation

template<class FilterTraits>
FilterType& Dune::Fem::FilterInterface< FilterTraits >::asImp ( )
inlineprotectedinherited
template<class FilterTraits>
const FilterType& Dune::Fem::FilterInterface< FilterTraits >::asImp ( ) const
inlineprotectedinherited
template<class FilterTraits>
template<int cd>
bool Dune::Fem::FilterInterface< FilterTraits >::contains ( const typename Codim< cd >::EntityType entity) const
inlineinherited

returns true if the given entity of the pointer in the domain

bool Dune::Fem::FilterDefaultImplementation< BasicFilterWrapperTraits< GridPartImp, BasicFilterImp > >::contains ( const typename Codim< cd >::EntityType ) const
inherited

returns true if the given entity of the pointer in the domain

template<class GridPartImp , class BasicFilterImp >
template<int cd>
bool Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::contains ( const typename Codim< cd >::EntityType entity) const
inline

returns true if the given entity of the pointer in the domain

template<class GridPartImp , class BasicFilterImp >
template<class Entity >
bool Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::contains ( const Entity &  entity) const
inline

returns true if the given entity of the pointer in the domain

template<class GridPartImp , class BasicFilterImp >
template<class Intersection >
bool Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::interiorIntersection ( const Intersection &  intersection) const
inline

default implementation returns contains from neighbor

template<class GridPartImp , class BasicFilterImp >
template<class Intersection >
bool Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::intersectionBoundary ( const Intersection &  intersection) const
inline

returns true if an intersection is a boundary intersection

template<class GridPartImp , class BasicFilterImp >
template<class Intersection >
int Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::intersectionBoundaryId ( const Intersection &  intersection) const
inline

returns the boundary id for an intersection

template<class GridPartImp , class BasicFilterImp >
template<class Intersection >
bool Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::intersectionNeighbor ( const Intersection &  intersection) const
inline

returns true if for an intersection a neighbor exsits

template<class GridPartImp , class BasicFilterImp >
ThisType& Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::operator= ( const ThisType other)
inline

assignment operator

template<class GridPartImp , class BasicFilterImp >
void Dune::Fem::BasicFilterWrapper< GridPartImp, BasicFilterImp >::reset ( )
inline

reset cached values


The documentation for this class was generated from the following file: