public class GraggBulirschStoerSolver extends FirstOrderSolver
PROGRESS, RESULT| Constructor and Description |
|---|
GraggBulirschStoerSolver()
default constructor
|
GraggBulirschStoerSolver(double stepSize) |
GraggBulirschStoerSolver(double stepSize,
boolean nonnegative) |
GraggBulirschStoerSolver(GraggBulirschStoerSolver solver)
clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
GraggBulirschStoerSolver |
clone() |
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.
|
computeChange, getIntegrator, setStepSizegetAbsTol, getRelTol, setAbsTol, setRelToladdPropertyChangeListener, computeDelayedValue, eventOccurred, firePropertyChange, g, getSerialversionuid, getStepSize, inBetweenSteps, isIncludeIntermediates, isNonnegative, isUnstable, processEvents, processEventsAndRules, processRules, removePropertyChangeListener, reset, resetState, setIncludeIntermediates, setNonnegative, setUnstableFlag, solve, solve, solve, solve, solve, solve, solve, solve, steadystatepublic 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()
AbstractDESSolverclone in interface DESSolverclone in class FirstOrderSolverpublic String getName()
AbstractDESSolvergetName in class AbstractDESSolverpublic int getKiSAOterm()
DESSolverCopyright © 2007–2021. All rights reserved.