![]() |
deal.II version 9.7.0
|
#include <deal.II/grid/filtered_iterator.h>
Filter for iterators that evaluates to true if the level subdomain id of a cell is equal to the current processor id.
Definition at line 214 of file filtered_iterator.h.
Public Member Functions | |
| template<class Iterator> | |
| bool | operator() (const Iterator &i) const |
|
inline |
Evaluation operator. Returns true if the level subdomain id of the cell is equal to the current processor id.
Definition at line 1466 of file filtered_iterator.h.