Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | List of all members
IteratorFilters::LocallyOwnedLevelCell Class Reference

#include <deal.II/grid/filtered_iterator.h>

Public Member Functions

template<class Iterator >
bool operator() (const Iterator &i) const
 

Detailed Description

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 210 of file filtered_iterator.h.

Member Function Documentation

template<class Iterator >
bool IteratorFilters::LocallyOwnedLevelCell::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 1251 of file filtered_iterator.h.


The documentation for this class was generated from the following file: