#include <MixedReactionMover.h>
Inheritance diagram for CMixedReactionMover:
Public Methods | |
CMixedReactionMover () | |
CMixedReactionMover (int seed, CDifferentialEquationMover *pODEMover, double absTol) | |
virtual | ~CMixedReactionMover () |
void | Move (double xInitial, double xFinal, ReactionNetwork *pReactionNetwork) |
void | DoStochasticMove (double dRand) |
Private Attributes | |
CDifferentialEquationMover * | m_pODEMover |
CMixedReactionNetwork * | m_pMixedReactionNetwork |
CTauNetwork * | m_pTauNetwork |
Rand * | m_pRNG |
double | m_dAbsTol |
|
Definition at line 11 of file MixedReactionMover.cpp. |
|
Definition at line 16 of file MixedReactionMover.cpp. References m_dAbsTol, m_pODEMover, and m_pRNG. |
|
Definition at line 24 of file MixedReactionMover.cpp. References m_pRNG. |
|
Definition at line 159 of file MixedReactionMover.cpp. References Reaction::DoReactionOnce, Reaction::GetChemicals, Reaction::GetNumberChangedByReaction, CMixedReactionNetwork::GetNumberOfStochasticReactions, CMixedReactionNetwork::GetStochasticReaction, CMixedReactionNetwork::GetStochasticReactionRates, and m_pMixedReactionNetwork. Referenced by Move. |
|
|
Definition at line 42 of file MixedReactionMover.h. Referenced by CMixedReactionMover, and Move. |
|
Definition at line 38 of file MixedReactionMover.h. Referenced by DoStochasticMove, and Move. |
|
Definition at line 37 of file MixedReactionMover.h. Referenced by CMixedReactionMover, and Move. |
|
Definition at line 40 of file MixedReactionMover.h. Referenced by CMixedReactionMover, Move, and ~CMixedReactionMover. |
|
Definition at line 39 of file MixedReactionMover.h. Referenced by Move. |