Home | History | Annotate | Download | only in nonstiff

Lines Matching refs:interpolator

614     // set up an interpolator sharing the integrator arrays
615 AbstractStepInterpolator interpolator = null;
617 interpolator = new GraggBulirschStoerStepInterpolator(y, yDot0,
621 interpolator = new DummyStepInterpolator(y, yDot1, forward);
623 interpolator.storeTime(t0);
645 interpolator.shift();
859 = (GraggBulirschStoerStepInterpolator) interpolator;
880 interpolator.storeTime(stepStart + stepSize);
881 stepStart = acceptStep(interpolator, y1, yDot1, t);
884 interpolator.storeTime(stepStart);