https://mooseframework.inl.gov
Classes | Namespaces | Functions
ElemExtrema.h File Reference

Go to the source code of this file.

Classes

struct  ElemExtrema
 Helper for defining if at an element's edge, vertex, or neither. More...
 

Namespaces

 libMesh
 The following methods are specializations for using the Parallel::packed_range_* routines for a vector of Rays.
 

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 65 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
std::basic_ostream< charT, traits > * os