Serializable
, Cloneable
, DelayValueHolder
, DESSolver
public class GraggBulirschStoerSolver extends FirstOrderSolver
clonedSolver, PROGRESS
absTol, relTol
CONTINUE, RESET_DERIVATIVES, RESET_STATE, STOP
integrator
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, steadystate
getAbsTol, getRelTol, setAbsTol, setRelTol
computeChange, getIntegrator, hasSolverEventProcessing, setStepSize
public GraggBulirschStoerSolver()
public GraggBulirschStoerSolver(double stepSize)
stepSize
- public GraggBulirschStoerSolver(double stepSize, boolean nonnegative)
stepSize
- the nonnegative flag of the super classnonnegative
- AbstractDESSolver
public GraggBulirschStoerSolver(GraggBulirschStoerSolver solver)
solver
- public GraggBulirschStoerSolver clone()
clone
in interface DESSolver
clone
in class FirstOrderSolver
protected void createIntegrator()
FirstOrderSolver
createIntegrator
in class FirstOrderSolver
public String getName()
AbstractDESSolver
getName
in class AbstractDESSolver
public int getKiSAOterm()
DESSolver
Copyright © 2007–2018. All rights reserved.