dune-fem
2.8-git
|
#include <dune/fem/gridpart/filter/simple.hh>
Public Types | |
template<int codim> | |
using | Codim = typename Base::template Codim< codim > |
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 Contains > | |
SimpleFilter (const GridPart &gridPart, Contains contains, int domainId) | |
template<int codim> | |
bool | contains (const typename Codim< codim >::EntityType &entity) const |
template<class Entity > | |
bool | contains (const Entity &entity) const |
template<class Intersection > | |
bool | interiorIntersection (const Intersection &intersection) const |
template<class Intersection > | |
bool | intersectionBoundary (const Intersection &) const |
template<class Intersection > | |
int | intersectionBoundaryId (const Intersection &intersection) const |
template<class Intersection > | |
bool | intersectionNeighbor (const Intersection &) const |
bool | contains (const typename Codim< cd >::EntityType &) const |
returns true if the given entity of the pointer in the domain More... | |
bool | contains (const typename Codim< cd >::EntityType &entity) const |
returns true if the given entity of the pointer in the domain More... | |
bool | contains (const Entity &entity) const |
returns true if the given entity of the pointer in the domain More... | |
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 | |
FilterType & | asImp () |
const FilterType & | asImp () const |
const FilterType & | asImp () const |
using Dune::Fem::SimpleFilter< GridPart >::Codim = typename Base::template Codim< codim > |
|
inherited |
type of codim 0 entity
|
inherited |
type of the filter implementation
|
inline |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inlineinherited |
returns true if the given entity of the pointer in the domain
|
inline |
|
inherited |
returns true if the given entity of the pointer in the domain
|
inlineinherited |
returns true if the given entity of the pointer in the domain
|
inlineinherited |
returns true if the given entity of the pointer in the domain
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |