deal.II version GIT relicensing-2140-gf963fb7f8e 2024-11-11 12:50:00+00:00
|
#include <deal.II/grid/filtered_iterator.h>
Public Member Functions | |
template<class Iterator > | |
bool | operator() (const Iterator &i) const |
Filter for iterators that evaluates to true if a cell is owned by the current processor, i.e., if it is a locally owned cell.
This class is used in step-32, in connection with the methods of the Parallel computing with multiple processors using distributed memory topic.
Definition at line 194 of file filtered_iterator.h.
|
inline |
Evaluation operator. Returns true if the cell is locally owned.
Definition at line 1455 of file filtered_iterator.h.