COPASI API
4.40.278
|
#include "CStochasticRungeKuttaRI5.h"
#include "copasi/copasi.h"
#include "CTrajectoryProblem.h"
#include "copasi/CopasiDataModel/CDataModel.h"
#include "copasi/core/CRootContainer.h"
#include "copasi/math/CMathContainer.h"
#include "copasi/model/CModel.h"
#include "copasi/model/CState.h"
#include "copasi/randomGenerator/CRandom.h"
Variables | |
const C_FLOAT64 | A021 = 1.0 |
const C_FLOAT64 | A031 = 25.0 / 144.0 |
const C_FLOAT64 | A032 = 35.0 / 144.0 |
const C_FLOAT64 | A121 = 1.0 / 4.0 |
const C_FLOAT64 | A131 = 1.0 / 4.0 |
const C_FLOAT64 | A132 = 0.0 |
const C_FLOAT64 | A221 = 0.0 |
const C_FLOAT64 | A231 = 0.0 |
const C_FLOAT64 | A232 = 0.0 |
const C_FLOAT64 | alpha1 = 1.0 / 10.0 |
const C_FLOAT64 | alpha2 = 3.0 / 14.0 |
const C_FLOAT64 | alpha3 = 24.0 / 35.0 |
const C_FLOAT64 | B021 = 1.0 / 3.0 |
const C_FLOAT64 | B031 = -5.0 / 6.0 |
const C_FLOAT64 | B032 = 0.0 |
const C_FLOAT64 | B121 = 1.0 / 2.0 |
const C_FLOAT64 | B131 = -1.0 / 2.0 |
const C_FLOAT64 | B132 = 0.0 |
const C_FLOAT64 | B221 = 1.0 |
const C_FLOAT64 | B231 = -1.0 |
const C_FLOAT64 | B232 = 0.0 |
const C_FLOAT64 | beta11 = 1.0 |
const C_FLOAT64 | beta12 = -1.0 |
const C_FLOAT64 | beta13 = -1.0 |
const C_FLOAT64 | beta21 = 0.0 |
const C_FLOAT64 | beta22 = 1.0 |
const C_FLOAT64 | beta23 = -1.0 |
const C_FLOAT64 | beta31 = 1.0 / 2.0 |
const C_FLOAT64 | beta32 = -1.0 / 4.0 |
const C_FLOAT64 | beta33 = -1.0 / 4.0 |
const C_FLOAT64 | beta41 = 0.0 |
const C_FLOAT64 | beta42 = 1.0 / 2.0 |
const C_FLOAT64 | beta43 = -1.0 / 2.0 |
const C_FLOAT64 | c01 = 0.0 |
const C_FLOAT64 | c02 = 1.0 |
const C_FLOAT64 | c03 = 5.0 / 12.0 |
const C_FLOAT64 | c11 = 0.0 |
const C_FLOAT64 | c12 = 1.0 / 4.0 |
const C_FLOAT64 | c13 = 1.0 / 4.0 |
const C_FLOAT64 | c21 = 0.0 |
const C_FLOAT64 | c22 = 0.0 |
const C_FLOAT64 | c23 = 0.0 |
const C_FLOAT64 A021 = 1.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage2().
const C_FLOAT64 A031 = 25.0 / 144.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 A032 = 35.0 / 144.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 A121 = 1.0 / 4.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage2().
const C_FLOAT64 A131 = 1.0 / 4.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 A132 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 A221 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage2().
const C_FLOAT64 A231 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 A232 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 alpha1 = 1.0 / 10.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 alpha2 = 3.0 / 14.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 alpha3 = 24.0 / 35.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 B021 = 1.0 / 3.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage2().
const C_FLOAT64 B031 = -5.0 / 6.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 B032 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 B121 = 1.0 / 2.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage2().
const C_FLOAT64 B131 = -1.0 / 2.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 B132 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 B221 = 1.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage2().
const C_FLOAT64 B231 = -1.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 B232 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 beta11 = 1.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 beta12 = -1.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 beta13 = -1.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 beta21 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 beta22 = 1.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 beta23 = -1.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 beta31 = 1.0 / 2.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 beta32 = -1.0 / 4.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 beta33 = -1.0 / 4.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 beta41 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 beta42 = 1.0 / 2.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 beta43 = -1.0 / 2.0 |
Referenced by CStochasticRungeKuttaRI5::calculateStateVariables().
const C_FLOAT64 c01 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage1().
const C_FLOAT64 c02 = 1.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage2().
const C_FLOAT64 c03 = 5.0 / 12.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 c11 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage1().
const C_FLOAT64 c12 = 1.0 / 4.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage2().
const C_FLOAT64 c13 = 1.0 / 4.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().
const C_FLOAT64 c21 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage1().
const C_FLOAT64 c22 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage2().
const C_FLOAT64 c23 = 0.0 |
Referenced by CStochasticRungeKuttaRI5::buildStage3().