chombo-discharge
|
Declaration of a simple state vector for running Kinetic Monte Carlo for plasma problems. More...
#include <vector>
#include <CD_NamespaceHeader.H>
#include <CD_NamespaceFooter.H>
#include <CD_KMCDualStateImplem.H>
Go to the source code of this file.
Classes | |
class | KMCDualState< T > |
Declaration of a "dual state" for advancing with the Kinetic Monte Carlo module. More... | |
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &ostr, const KMCDualState< T > &a_state) |
State printing function. More... | |
Declaration of a simple state vector for running Kinetic Monte Carlo for plasma problems.
|
inline |
State printing function.
[in] | ostr | Output stream |
[in] | a_state | State vector |