SERiF 0.0.1a
3+1D Stellar Structure and Evolution
|
Classes | |
struct | CanonicalComposition |
class | Composition |
Manages the composition of elements. More... | |
struct | CompositionEntry |
Represents an entry in the composition with a symbol and mass fraction. More... | |
struct | GlobalComposition |
Represents the global composition of a system. This tends to be used after finalize and is primarily for internal use. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const GlobalComposition &comp) |
std::ostream & | operator<< (std::ostream &os, const CompositionEntry &entry) |
std::ostream & | operator<< (std::ostream &os, const Composition &composition) |
std::ostream & serif::composition::operator<< | ( | std::ostream & | os, |
const Composition & | composition ) |
os | The output stream. |
composition | The Composition to output. |
Definition at line 675 of file composition.cpp.
std::ostream & serif::composition::operator<< | ( | std::ostream & | os, |
const CompositionEntry & | entry ) |
os | The output stream. |
entry | The CompositionEntry to output. |
Definition at line 670 of file composition.cpp.
std::ostream & serif::composition::operator<< | ( | std::ostream & | os, |
const GlobalComposition & | comp ) |
Definition at line 663 of file composition.cpp.