Go to the source code of this file.
Classes | |
class | DiscreteNucleationInserterBase |
This UserObject manages the insertion and expiration of nuclei in the simulation domain it manages a list of nuclei with their insertion times and their center positions. More... | |
struct | DiscreteNucleationInserterBase::NucleusLocation |
A nucleus has an expiration time, a location, and a size. More... | |
Functions | |
template<> | |
void | dataStore (std::ostream &stream, DiscreteNucleationInserterBase::NucleusLocation &nl, void *context) |
template<> | |
void | dataLoad (std::istream &stream, DiscreteNucleationInserterBase::NucleusLocation &nl, void *context) |
void dataLoad | ( | std::istream & | stream, |
DiscreteNucleationInserterBase::NucleusLocation & | nl, | ||
void * | context | ||
) |
Definition at line 42 of file DiscreteNucleationInserterBase.C.
void dataStore | ( | std::ostream & | stream, |
DiscreteNucleationInserterBase::NucleusLocation & | nl, | ||
void * | context | ||
) |
Definition at line 31 of file DiscreteNucleationInserterBase.C.