Loading [MathJax]/extensions/TeX/newcommand.js
 deal.II version GIT relicensing-2846-g6fb608615f 2025-03-15 04:10: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
Classes | Functions
tria_iterator.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/point.h>
#include <deal.II/base/template_constraints.h>
#include <deal.II/grid/tria_iterator_base.h>
#include <iterator>
#include <ostream>

Go to the source code of this file.

Classes

class  TriaRawIterator< Accessor >
 
class  TriaIterator< Accessor >
 
class  TriaActiveIterator< Accessor >
 

Functions

template<typename Accessor >
std::ostream & operator<< (std::ostream &out, const TriaRawIterator< Accessor > &i)
 
template<typename Accessor >
std::ostream & operator<< (std::ostream &out, const TriaIterator< Accessor > &i)
 
template<typename Accessor >
std::ostream & operator<< (std::ostream &out, const TriaActiveIterator< Accessor > &i)
 

Function Documentation

◆ operator<<() [1/3]

template<typename Accessor >
std::ostream & operator<< ( std::ostream &  out,
const TriaRawIterator< Accessor > &  i 
)
inline

Print the address to which this iterator points to out. The address is given by the pair (level,index), where index is an index relative to the level in which the object is that is pointed to.

Definition at line 1207 of file tria_iterator.h.

◆ operator<<() [2/3]

template<typename Accessor >
std::ostream & operator<< ( std::ostream &  out,
const TriaIterator< Accessor > &  i 
)
inline

Print the address to which this iterator points to out. The address is given by the pair (level,index), where index is an index relative to the level in which the object is that is pointed to.

Definition at line 1222 of file tria_iterator.h.

◆ operator<<() [3/3]

template<typename Accessor >
std::ostream & operator<< ( std::ostream &  out,
const TriaActiveIterator< Accessor > &  i 
)
inline

Print the address to which this iterator points to out. The address is given by the pair (level,index), where index is an index relative to the level in which the object is that is pointed to.

Definition at line 1237 of file tria_iterator.h.