given center x and radius r, filter is characteristic function of clos B_r( x )
More...
|
| | RadialFilter (const GlobalCoordinateType ¢er=GlobalCoordinateType(0), ctype radius=0.25) |
| | constructor
|
| |
| template<class Entity > |
| bool | contains (const Entity &entity) const |
| | check whether entity center is inside of circle
|
| |
| template<class Intersection > |
| bool | interiorIntersection (const Intersection &intersection) const |
| | default implementation returns contains from neighbor
|
| |
| template<class Intersection > |
| bool | intersectionBoundary (const Intersection &) const |
| | return what boundary id we have in case of boundary intersection
|
| |
| template<class Intersection > |
| int | intersectionBoundaryId (const Intersection &) const |
| | return what boundary id we have in case of boundary intersection
|
| |
| template<class Intersection > |
| bool | intersectionNeighbor (const Intersection &) const |
| | if contains() is true then we have an interior entity
|
| |
template<typename ct, int dimw>
class Dune::Fem::RadialFilter< ct, dimw >
given center x and radius r, filter is characteristic function of clos B_r( x )
!