CellML API
cellml_services::ODESolverRun Interface Reference
cellml_services::ODESolverRun Interface Reference
Inheritance diagram for cellml_services::ODESolverRun:

Collaboration diagram for cellml_services::ODESolverRun:

Public Attributes | |
| attribute ODEIntegrationStepType | stepType |
| The algorithm used to advance steps. | |
Additional Inherited Members | |
Public Member Functions inherited from cellml_services::CellMLIntegrationRun | |
| void | setStepSizeControl (in double epsAbs, in double epsRel, in double scalVar, in double scalRate, in double maxStep) |
| Sets a standard step size control function. | |
| void | setTabulationStepControl (in double tabulationStepSize, in boolean strictTabulation) |
| Sets a tabulation interval. | |
| void | setResultRange (in double startBvar, in double stopBvar, in double maxPointDensity) |
| Sets the range of results to be returned. | |
| void | setProgressObserver (in IntegrationProgressObserver ipo) |
| Sets the progress observer... | |
| void | setOverride (in cellml_services::VariableEvaluationType type, in unsigned long variableIndex, in double newValue) raises (cellml_api::CellMLException) |
| Sets an initial condition override. | |
| void | start () |
| Starts the integration running. | |
| void | stop () |
| Requests that the integration stop immediately. | |
Detailed Description
Member Data Documentation
| attribute ODEIntegrationStepType cellml_services::ODESolverRun::stepType |

Public Member Functions inherited from