Reference documentation for deal.II version 9.1.0-pre
Public Member Functions | List of all members
IteratorFilters::AtBoundary 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 iterator of the object pointed to is on the boundary.

Author
Bruno Turcksin, 2016

Definition at line 325 of file filtered_iterator.h.

Member Function Documentation

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

Evaluate the iterator and return true if the object at the boundary.

Definition at line 1326 of file filtered_iterator.h.


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