Uses of Interface
cnuphys.adaptiveSwim.IAdaptiveStopper
Packages that use IAdaptiveStopper
- 
Uses of IAdaptiveStopper in cnuphys.adaptiveSwimClasses in cnuphys.adaptiveSwim that implement IAdaptiveStopperModifier and TypeClassDescriptionclassclassclassclassclassStopper for swimming to a planeclassStopper for swimming to a fixed cylindrical cs radius (rho) valueclassclassFor when we want to swim a precise path lengthclassMethods in cnuphys.adaptiveSwim with parameters of type IAdaptiveStopperModifier 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.