Go to the source code of this file.
|
struct | ElemExtrema |
| Helper for defining if at an element's edge, vertex, or neither. More...
|
|
|
| libMesh |
| The following methods are specializations for using the Parallel::packed_range_* routines for a vector of Rays.
|
|
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const ElemExtrema & |
elem_extrema |
|
) |
| |
Definition at line 65 of file ElemExtrema.C.
std::string print() const
Prints the current state (at edge, at vertex, not at either)
std::basic_ostream< charT, traits > * os