Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-2684-gc61376a70f 2025-02-22 15:30:00+00:00
\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\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
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 214 of file filtered_iterator.h.

Member Function Documentation

◆ operator()()

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


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