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

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

Inheritance diagram for Dune::Fem::FilterDefaultImplementation< FilterTraits >:
Inheritance graph

Classes

struct  Codim
 entity types More...
 

Public Types

typedef BaseType::FilterType FilterType
 type of the filter implementation More...
 
typedef BaseType::EntityType EntityType
 type of codim 0 entity More...
 

Public Member Functions

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 &) const
 returns true if the given entity of the pointer in the domain More...
 
template<class Intersection >
bool intersectionBoundary (const Intersection &) const
 returns true if an intersection is a boundary intersection More...
 
template<class Intersection >
int intersectionBoundaryId (const Intersection &) const
 returns the boundary id for an intersection More...
 
template<class Intersection >
bool intersectionNeighbor (const Intersection &) const
 returns true if for an intersection a neighbor exsits 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...
 

Protected Member Functions

 FilterDefaultImplementation ()
 
 FilterDefaultImplementation (const ThisType &)
 
ThisTypeoperator= (const ThisType &)
 
FilterTypeasImp ()
 
const FilterTypeasImp () const
 

Member Typedef Documentation

template<class FilterTraits>
typedef BaseType::EntityType Dune::Fem::FilterDefaultImplementation< FilterTraits >::EntityType

type of codim 0 entity

template<class FilterTraits>
typedef BaseType::FilterType Dune::Fem::FilterDefaultImplementation< FilterTraits >::FilterType

type of the filter implementation

Constructor & Destructor Documentation

template<class FilterTraits>
Dune::Fem::FilterDefaultImplementation< FilterTraits >::FilterDefaultImplementation ( )
inlineprotected
template<class FilterTraits>
Dune::Fem::FilterDefaultImplementation< FilterTraits >::FilterDefaultImplementation ( const ThisType )
protected

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

template<class FilterTraits>
template<class Entity >
bool Dune::Fem::FilterInterface< FilterTraits >::contains ( const Entity &  entity) const
inlineinherited

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

template<class FilterTraits>
template<int cd>
bool Dune::Fem::FilterDefaultImplementation< FilterTraits >::contains ( const typename Codim< cd >::EntityType ) const

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

template<class FilterTraits>
template<class Intersection >
bool Dune::Fem::FilterDefaultImplementation< FilterTraits >::interiorIntersection ( const Intersection &  intersection) const
inline

default implementation returns contains from neighbor

template<class FilterTraits>
template<class Intersection >
bool Dune::Fem::FilterDefaultImplementation< FilterTraits >::intersectionBoundary ( const Intersection &  ) const

returns true if an intersection is a boundary intersection

template<class FilterTraits>
template<class Intersection >
int Dune::Fem::FilterDefaultImplementation< FilterTraits >::intersectionBoundaryId ( const Intersection &  ) const

returns the boundary id for an intersection

template<class FilterTraits>
template<class Intersection >
bool Dune::Fem::FilterDefaultImplementation< FilterTraits >::intersectionNeighbor ( const Intersection &  ) const

returns true if for an intersection a neighbor exsits

template<class FilterTraits>
ThisType& Dune::Fem::FilterDefaultImplementation< FilterTraits >::operator= ( const ThisType )
protected

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