A filter returning true if any of the neighboring ncells of dimension 'dim' evaluate to true. More...
#include <filter.hpp>
Public Member Functions | |
vicinity_filter (DeviceType const &d, CheckerType const &c) | |
template<typename NCellType > | |
viennashe::enable_if< detail::is_lesser< NCellType::tag::dim, ElementTagT::dim >::value, bool >::type | operator() (NCellType const &cell) const |
template<typename NCellType > | |
viennashe::enable_if<(NCellType::tag::dim >ElementTagT::dim), bool >::type | operator() (NCellType const &cell) const |
A filter returning true if any of the neighboring ncells of dimension 'dim' evaluate to true.
Definition at line 143 of file filter.hpp.
|
inline |
Definition at line 148 of file filter.hpp.
|
inline |
Definition at line 154 of file filter.hpp.
|
inline |
Definition at line 175 of file filter.hpp.