org.opensourcephysics.numerics.dde_solvers.interpolation
Class ExtraStepsIntervalData

java.lang.Object
  extended by org.opensourcephysics.numerics.dde_solvers.interpolation.IntervalData
      extended by org.opensourcephysics.numerics.dde_solvers.interpolation.ExtraStepsIntervalData
Direct Known Subclasses:
Dopri5IntervalData, Dopri853IntervalData, Radau5IntervalData

public abstract class ExtraStepsIntervalData
extends IntervalData

Uses interpolation based on extra evaluations of the ODE

Version:
Feb 2011
Author:
Francisco Esquembre, Maria Jose Cano

Constructor Summary
ExtraStepsIntervalData(double[] aState, double[] bState, double[][] coeffs)
           
 
Method Summary
 
Methods inherited from class org.opensourcephysics.numerics.dde_solvers.interpolation.IntervalData
endsAtDiscontinuity, getLeft, getRight, interpolate, interpolate, interpolate, setEndsAtDiscontinuity
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtraStepsIntervalData

public ExtraStepsIntervalData(double[] aState,
                              double[] bState,
                              double[][] coeffs)
Parameters:
aState - the left state
bState - the right state
coeffs - coefficients of the interpolation, previously computed by the algorithm