dune-fem 2.8.0
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | Protected Member Functions | List of all members
Dune::Fem::FilterDefaultImplementation< FilterTraits > Class Template Reference

#include <dune/fem/gridpart/filter/filter.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
 
typedef BaseType::EntityType EntityType
 type of codim 0 entity
 

Public Member Functions

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
 

Protected Member Functions

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

Member Typedef Documentation

◆ EntityType

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

type of codim 0 entity

◆ FilterType

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

type of the filter implementation

Constructor & Destructor Documentation

◆ FilterDefaultImplementation() [1/3]

template<class FilterTraits >
Dune::Fem::FilterDefaultImplementation< FilterTraits >::FilterDefaultImplementation ( )
protecteddefault

◆ FilterDefaultImplementation() [2/3]

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

◆ FilterDefaultImplementation() [3/3]

template<class FilterTraits >
Dune::Fem::FilterDefaultImplementation< FilterTraits >::FilterDefaultImplementation ( ThisType &&  )
protecteddefault

Member Function Documentation

◆ asImp() [1/2]

template<class FilterTraits >
FilterType & Dune::Fem::FilterInterface< FilterTraits >::asImp ( )
inlineprotected

◆ asImp() [2/2]

template<class FilterTraits >
const FilterType & Dune::Fem::FilterInterface< FilterTraits >::asImp ( ) const
inlineprotected

◆ contains() [1/4]

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

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

◆ contains() [2/4]

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

◆ contains() [3/4]

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

◆ contains() [4/4]

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

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

◆ interiorIntersection()

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

default implementation returns contains from neighbor

◆ intersectionBoundary()

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

returns true if an intersection is a boundary intersection

◆ intersectionBoundaryId()

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

returns the boundary id for an intersection

◆ intersectionNeighbor()

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

returns true if for an intersection a neighbor exsits

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

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