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
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/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 1231 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 1246 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 1261 of file tria_iterator.h.