dune-fem  2.4.1-rc
Classes | Public Types | Static Public Member Functions | List of all members
Dune::Fem::VoidFilter< GridPart > Class Template Reference

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

Classes

struct  Codim
 

Public Types

typedef VoidFilter FilterType
 
typedef GridPart GridPartType
 
typedef Codim< 0 >::EntityType EntityType
 

Static Public Member Functions

template<class Entity >
static bool contains (const Entity &entity)
 
template<int cd>
static bool contains (const typename Codim< cd >::EntityType &entity)
 
template<class IntersectionIteratorType >
static bool intersectionBoundary (const IntersectionIteratorType &it)
 
template<class IntersectionIteratorType >
static int intersectionBoundaryId (const IntersectionIteratorType &it)
 
template<class IntersectionIteratorType >
static bool intersectionNeighbor (const IntersectionIteratorType &it)
 
template<class Intersection >
static bool interiorIntersection (const Intersection &intersection)
 

Member Typedef Documentation

template<class GridPart >
typedef Codim< 0 >::EntityType Dune::Fem::VoidFilter< GridPart >::EntityType
template<class GridPart >
typedef VoidFilter Dune::Fem::VoidFilter< GridPart >::FilterType
template<class GridPart >
typedef GridPart Dune::Fem::VoidFilter< GridPart >::GridPartType

Member Function Documentation

template<class GridPart >
template<class Entity >
static bool Dune::Fem::VoidFilter< GridPart >::contains ( const Entity &  entity)
inlinestatic
template<class GridPart >
template<int cd>
static bool Dune::Fem::VoidFilter< GridPart >::contains ( const typename Codim< cd >::EntityType entity)
inlinestatic
template<class GridPart >
template<class Intersection >
static bool Dune::Fem::VoidFilter< GridPart >::interiorIntersection ( const Intersection &  intersection)
inlinestatic
template<class GridPart >
template<class IntersectionIteratorType >
static bool Dune::Fem::VoidFilter< GridPart >::intersectionBoundary ( const IntersectionIteratorType &  it)
inlinestatic
template<class GridPart >
template<class IntersectionIteratorType >
static int Dune::Fem::VoidFilter< GridPart >::intersectionBoundaryId ( const IntersectionIteratorType &  it)
inlinestatic
template<class GridPart >
template<class IntersectionIteratorType >
static bool Dune::Fem::VoidFilter< GridPart >::intersectionNeighbor ( const IntersectionIteratorType &  it)
inlinestatic

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