https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Functions
ElemExtrema.C File Reference

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const ElemExtrema &elem_extrema)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const ElemExtrema elem_extrema 
)

Definition at line 64 of file ElemExtrema.C.

66{
67 os << elem_extrema.print();
68 return os;
69}
std::string print() const
Prints the current state (at edge, at vertex, not at either)
Definition ElemExtrema.C:36