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

#include <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 &)
 
template<int cd>
static bool contains (const typename Codim< cd >::EntityType &)
 
template<class Intersection >
static bool intersectionBoundary (const Intersection &)
 
template<class Intersection >
static int intersectionBoundaryId (const Intersection &)
 
template<class Intersection >
static bool intersectionNeighbor (const Intersection &)
 
template<class Intersection >
static bool interiorIntersection (const Intersection &)
 

Member Typedef Documentation

◆ EntityType

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

◆ FilterType

template<class GridPart >
typedef VoidFilter Dune::Fem::VoidFilter< GridPart >::FilterType

◆ GridPartType

template<class GridPart >
typedef GridPart Dune::Fem::VoidFilter< GridPart >::GridPartType

Member Function Documentation

◆ contains() [1/2]

template<class GridPart >
template<class Entity >
static bool Dune::Fem::VoidFilter< GridPart >::contains ( const Entity &  )
inlinestatic

◆ contains() [2/2]

template<class GridPart >
template<int cd>
static bool Dune::Fem::VoidFilter< GridPart >::contains ( const typename Codim< cd >::EntityType )
inlinestatic

◆ interiorIntersection()

template<class GridPart >
template<class Intersection >
static bool Dune::Fem::VoidFilter< GridPart >::interiorIntersection ( const Intersection &  )
inlinestatic

◆ intersectionBoundary()

template<class GridPart >
template<class Intersection >
static bool Dune::Fem::VoidFilter< GridPart >::intersectionBoundary ( const Intersection &  )
inlinestatic

◆ intersectionBoundaryId()

template<class GridPart >
template<class Intersection >
static int Dune::Fem::VoidFilter< GridPart >::intersectionBoundaryId ( const Intersection &  )
inlinestatic

◆ intersectionNeighbor()

template<class GridPart >
template<class Intersection >
static bool Dune::Fem::VoidFilter< GridPart >::intersectionNeighbor ( const Intersection &  )
inlinestatic

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