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

Collaboration diagram for cellml_services::DAESolverRun:

Additional Inherited Members | |
![]() | |
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. | |
![]() | |
readonly attribute string | objid |
Fetches the ID of the object. |