Uses of Interface
cnuphys.adaptiveSwim.IAdaptiveAdvance
Packages that use IAdaptiveAdvance
-
Uses of IAdaptiveAdvance in cnuphys.adaptiveSwim
Classes in cnuphys.adaptiveSwim that implement IAdaptiveAdvanceModifier and TypeClassDescriptionclass
class
This is a 4th order RungeKutta advancerMethods in cnuphys.adaptiveSwim with parameters of type IAdaptiveAdvanceModifier and TypeMethodDescriptionstatic int
AdaptiveSwimUtilities.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.