libMesh
Loading...
Searching...
No Matches
Functions
Hilbert Namespace Reference

Functions

std::ostream & operator<< (std::ostream &os, const libMesh::Parallel::DofObjectKey &hilbert_pair)
 

Function Documentation

◆ operator<<()

std::ostream & Hilbert::operator<< ( std::ostream &  os,
const libMesh::Parallel::DofObjectKey hilbert_pair 
)
inline

Definition at line 97 of file parallel_hilbert.h.

99{
100 os << '(' << hilbert_pair.first << ',' << hilbert_pair.second << ')' << std::endl;
101 return os;
102}