Serializable, Cloneable, DelayValueHolder, DESSolverFirstOrderSolver, RosenbrockSolverpublic abstract class AdaptiveStepsizeIntegrator extends AbstractDESSolver
| Modifier and Type | Field | Description |
|---|---|---|
protected double |
absTol |
Default absolute allowable vectorial tolerance.
|
protected double |
relTol |
Default relative allowable vectorial tolerance.
|
clonedSolver, PROGRESS| Constructor | Description |
|---|---|
AdaptiveStepsizeIntegrator() |
|
AdaptiveStepsizeIntegrator(double stepSize) |
|
AdaptiveStepsizeIntegrator(double stepSize,
boolean nonnegative) |
|
AdaptiveStepsizeIntegrator(AdaptiveStepsizeIntegrator adaptiveStepSizeIntegrator) |
clone constructor
|
| Modifier and Type | Method | Description |
|---|---|---|
double |
getAbsTol() |
|
double |
getRelTol() |
|
void |
setAbsTol(double absTol) |
|
void |
setRelTol(double relTol) |
additionalResults, addPropertyChangeListener, clone, computeChange, computeDelayedValue, computeSteadyState, eventOccurred, firePropertyChange, g, getName, getSerialversionuid, getStepSize, hasSolverEventProcessing, inBetweenSteps, initResultMatrix, initResultMatrix, initResultMatrix, isIncludeIntermediates, isNonnegative, isUnstable, processEvents, processEventsAndRules, processRules, removePropertyChangeListener, reset, resetState, setIncludeIntermediates, setNonnegative, setStepSize, setUnstableFlag, solve, solve, solve, solve, steadystategetKiSAOtermprotected double absTol
protected double relTol
public AdaptiveStepsizeIntegrator()
public AdaptiveStepsizeIntegrator(AdaptiveStepsizeIntegrator adaptiveStepSizeIntegrator)
adaptiveStepSizeIntegrator - public AdaptiveStepsizeIntegrator(double stepSize)
stepSize - public AdaptiveStepsizeIntegrator(double stepSize,
boolean nonnegative)
stepSize - nonnegative - the nonnegative flag of the super classAbstractDESSolverpublic double getAbsTol()
public double getRelTol()
public void setAbsTol(double absTol)
absTol - the absolute tolerance to setpublic void setRelTol(double relTol)
relTol - the relative tolerance to setCopyright © 2007–2018. All rights reserved.