Package | Description |
---|---|
org.simulator.math.odes |
The various solver classes that are all derived from
AbstractDESSolver . |
org.simulator.sbml |
Classes for storing and interpreting an
SBML
model.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractDESSolver.processEvents(EventDESystem EDES,
double time,
double previousTime,
double[] yTemp)
Processes sudden changes in the system due to events in the EDES
|
boolean |
AbstractDESSolver.processRules(EventDESystem EDES,
double time,
double[] Ytemp)
Function for processing the rules at a certain time step.
|
Modifier and Type | Class and Description |
---|---|
class |
EquationSystem |
class |
SBMLinterpreter
This differential equation system (
DESystem ) takes a model in
SBML
format and maps it to a data structure that is understood by the AbstractDESSolver . |
Copyright © 2007–2021. All rights reserved.