|
libRoadRunner C API
1.0.0
|
Set or get initial conditions. More...
Functions | |
| bool | setFloatingSpeciesInitialConcentrations (RRHandle handle, const RRVectorPtr vec) |
| Set the initial floating species concentrations. More... | |
| RRVectorPtr | getFloatingSpeciesInitialConcentrations (RRHandle handle) |
| Get the initial floating species concentrations. More... | |
| RRStringArrayPtr | getFloatingSpeciesInitialConditionIds (RRHandle handle) |
| Get the initial floating species Ids. More... | |
Set or get initial conditions.
| RRVectorPtr getFloatingSpeciesInitialConcentrations | ( | RRHandle | handle | ) |
Get the initial floating species concentrations.
Example:
| [in] | handle | Handle to a RoadRunner instance |
| RRStringArrayPtr getFloatingSpeciesInitialConditionIds | ( | RRHandle | handle | ) |
Get the initial floating species Ids.
Example:
| [in] | handle | Handle to a RoadRunner instance |
| bool setFloatingSpeciesInitialConcentrations | ( | RRHandle | handle, |
| const RRVectorPtr | vec | ||
| ) |
Set the initial floating species concentrations.
Example:
| [in] | handle | Handle to a RoadRunner instance |
| vec | A vector of species concentrations: order given by getFloatingSpeciesIds(RRHandle handle) |
1.8.5