Serializable, Cloneable, DelayValueHolder, DESSolverpublic class GraggBulirschStoerSolver extends FirstOrderSolver
clonedSolver, PROGRESSabsTol, relTolCONTINUE, RESET_DERIVATIVES, RESET_STATE, STOPintegrator| Constructor | Description |
|---|---|
GraggBulirschStoerSolver() |
default constructor
|
GraggBulirschStoerSolver(double stepSize) |
|
GraggBulirschStoerSolver(double stepSize,
boolean nonnegative) |
|
GraggBulirschStoerSolver(GraggBulirschStoerSolver solver) |
clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
GraggBulirschStoerSolver |
clone() |
|
protected void |
createIntegrator() |
initialization function of the integrator
|
int |
getKiSAOterm() |
For details about the Kinetic Simulation Algorithm Ontology (KiSAO) see
http://biomodels.net/kisao/.
|
String |
getName() |
This gives a human-readable name of this solver that can be displayed in
a graphical user interface.
|
additionalResults, addPropertyChangeListener, computeDelayedValue, computeSteadyState, eventOccurred, firePropertyChange, g, getSerialversionuid, getStepSize, inBetweenSteps, initResultMatrix, initResultMatrix, initResultMatrix, isIncludeIntermediates, isNonnegative, isUnstable, processEvents, processEventsAndRules, processRules, removePropertyChangeListener, reset, resetState, setIncludeIntermediates, setNonnegative, setUnstableFlag, solve, solve, solve, solve, steadystategetAbsTol, getRelTol, setAbsTol, setRelTolcomputeChange, getIntegrator, hasSolverEventProcessing, setStepSizepublic GraggBulirschStoerSolver()
public GraggBulirschStoerSolver(double stepSize)
stepSize - public GraggBulirschStoerSolver(double stepSize,
boolean nonnegative)
stepSize - the nonnegative flag of the super classnonnegative - AbstractDESSolverpublic GraggBulirschStoerSolver(GraggBulirschStoerSolver solver)
solver - public GraggBulirschStoerSolver clone()
clone in interface DESSolverclone in class FirstOrderSolverprotected void createIntegrator()
FirstOrderSolvercreateIntegrator in class FirstOrderSolverpublic String getName()
AbstractDESSolvergetName in class AbstractDESSolverpublic int getKiSAOterm()
DESSolverCopyright © 2007–2018. All rights reserved.