Reference documentation for deal.II version GIT relicensing-245-g36f19064f7 2024-03-29 07:20:02+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\}}\)
Loading...
Searching...
No Matches
Classes | Functions
cell_id.h File Reference
#include <deal.II/base/config.h>
#include <deal.II/base/array_view.h>
#include <deal.II/base/exceptions.h>
#include <array>
#include <cstdint>
#include <iostream>
#include <vector>
#include <deal.II/distributed/p4est_wrappers.h>

Go to the source code of this file.

Classes

class  CellId
 

Functions

std::ostream & operator<< (std::ostream &os, const CellId &cid)
 
std::istream & operator>> (std::istream &is, CellId &cid)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const CellId cid 
)
inline

Write a CellId object into a stream.

Definition at line 247 of file cell_id.h.

◆ operator>>()

std::istream & operator>> ( std::istream &  is,
CellId cid 
)
inline

Read a CellId object from a stream.

Definition at line 278 of file cell_id.h.