Home
About Us
Publications
Developers
Installation
Examples
Documentation
SomeWebsiteLogo
Home
About Us
Publications
Developers
Installation
Examples
Documentation
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
88
of file
parallel_hilbert.h
.
90
{
91
os <<
'('
<< hilbert_pair.first <<
','
<< hilbert_pair.second <<
')'
<< std::endl;
92
return
os;
93
}
generated by