public abstract class AdaptiveStepsizeIntegrator extends AbstractDESSolver
PROGRESS, RESULT| Constructor and Description |
|---|
AdaptiveStepsizeIntegrator() |
AdaptiveStepsizeIntegrator(AdaptiveStepsizeIntegrator adaptiveStepSizeIntegrator)
clone constructor
|
AdaptiveStepsizeIntegrator(double stepSize) |
AdaptiveStepsizeIntegrator(double stepSize,
boolean nonnegative) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAbsTol() |
double |
getRelTol() |
void |
setAbsTol(double absTol) |
void |
setRelTol(double relTol) |
addPropertyChangeListener, clone, computeChange, computeDelayedValue, eventOccurred, firePropertyChange, g, getName, getSerialversionuid, getStepSize, inBetweenSteps, isIncludeIntermediates, isNonnegative, isUnstable, processEvents, processEventsAndRules, processRules, removePropertyChangeListener, reset, resetState, setIncludeIntermediates, setNonnegative, setStepSize, setUnstableFlag, solve, solve, solve, solve, solve, solve, solve, solve, steadystateequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetKiSAOtermpublic 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–2021. All rights reserved.