Uses of Interface
cnuphys.adaptiveSwim.IAdaptiveStopper
Packages that use IAdaptiveStopper
-
Uses of IAdaptiveStopper in cnuphys.adaptiveSwim
Classes in cnuphys.adaptiveSwim that implement IAdaptiveStopperModifier and TypeClassDescriptionclass
class
class
class
class
Stopper for swimming to a planeclass
Stopper for swimming to a fixed cylindrical cs radius (rho) valueclass
class
For when we want to swim a precise path lengthclass
Methods in cnuphys.adaptiveSwim with parameters of type IAdaptiveStopperModifier 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.