libMesh
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
94
of file
parallel_hilbert.h
.
96
{
97
os <<
'('
<< hilbert_pair.first <<
','
<< hilbert_pair.second <<
')'
<< std::endl;
98
return
os;
99
}
Generated on Sat Jan 25 2020 12:07:28 for libMesh by
1.8.16