Uses of Interface
cnuphys.adaptiveSwim.IAdaptiveAdvance
Packages that use IAdaptiveAdvance
- 
Uses of IAdaptiveAdvance in cnuphys.adaptiveSwimClasses in cnuphys.adaptiveSwim that implement IAdaptiveAdvanceModifier and TypeClassDescriptionclassclassThis is a 4th order RungeKutta advancerMethods in cnuphys.adaptiveSwim with parameters of type IAdaptiveAdvanceModifier and TypeMethodDescriptionstatic intAdaptiveSwimUtilities.driver(double h, IDerivative deriv, IAdaptiveStopper stopper, IAdaptiveAdvance advancer, double eps, double[] uf) Basic adaptive step size driver that tries to integrate from s = 0 to s = sf, where sf is in the stopper object.