CellML API
interfaces/CIS.idl File Reference
CIS.idl File Reference
The CIS, or CellML Integration Service, allows models to be run (integrated). More...
Include dependency graph for CIS.idl:

Go to the source code of this file.
Classes | |
| interface | cellml_services::IntegrationProgressObserver |
| interface | cellml_services::CellMLIntegrationRun |
| interface | cellml_services::ODESolverRun |
| interface | cellml_services::DAESolverRun |
| interface | cellml_services::CellMLCompiledModel |
| interface | cellml_services::ODESolverCompiledModel |
| interface | cellml_services::DAESolverCompiledModel |
| interface | cellml_services::CellMLIntegrationService |
Namespaces | |
| namespace | cellml_services |
| A module for various CellML Services. | |
Typedefs | |
| typedef sequence< double > | cellml_services::DoubleSeq |
Detailed Description
The CIS, or CellML Integration Service, allows models to be run (integrated).
Information about the procedural steps being run, such as information on assigned variable indices, is accessible via the CCGS.
Definition in file CIS.idl.
