Uses of Class
cnuphys.adaptiveSwim.geometry.Cylinder
Packages that use Cylinder
-
Uses of Cylinder in cnuphys.adaptiveSwim
Methods in cnuphys.adaptiveSwim with parameters of type CylinderModifier and TypeMethodDescriptionvoid
AdaptiveSwimmer.swimCylinder
(int charge, double xo, double yo, double zo, double momentum, double theta, double phi, Cylinder targetCylinder, double accuracy, double sf, double h0, double eps, AdaptiveSwimResult result) Swim to an arbitrary infinitely long cylinder using the current active fieldConstructors in cnuphys.adaptiveSwim with parameters of type CylinderModifierConstructorDescriptionAdaptiveCylinderStopper
(double[] u0, double sf, Cylinder targetCylinder, double accuracy, SwimTrajectory trajectory) Cylinder stopper (does check max path length) -
Uses of Cylinder in cnuphys.swim
Constructors in cnuphys.swim with parameters of type CylinderModifierConstructorDescriptionDefaultCylinderStopper
(double[] u0, double s0, double sMax, Cylinder targetCylinder, double accuracy) Cylinder stopper that looks at boundary (does check max path length)