Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Public Member Functions | List of all members
IteratorFilters::LocallyOwnedCell 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 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 module.

Definition at line 195 of file filtered_iterator.h.

Member Function Documentation

◆ operator()()

template<class Iterator >
bool IteratorFilters::LocallyOwnedCell::operator() ( const Iterator &  i) const
inline

Evaluation operator. Returns true if the cell is locally owned.

Definition at line 1456 of file filtered_iterator.h.


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