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, setStepSize
getAbsTol, getRelTol, setAbsTol, setRelTol
addPropertyChangeListener, 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, steadystate
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()
AbstractDESSolver
clone
in interface DESSolver
clone
in class FirstOrderSolver
public String getName()
AbstractDESSolver
getName
in class AbstractDESSolver
public int getKiSAOterm()
DESSolver
Copyright © 2007–2021. All rights reserved.