Uses of Class
cnuphys.swimZ.SwimZException
Packages that use SwimZException
-
Uses of SwimZException in cnuphys.swimZ
Methods in cnuphys.swimZ that throw SwimZExceptionModifier and TypeMethodDescriptionSwimZ.adaptiveRK
(int Q, double p, SwimZStateVector start, double zf, double stepSize, double[] hdata) Swim to a fixed z over short distances using RK adaptive stepsizeint
SwimZ.adaptiveRK
(int Q, double p, SwimZStateVector start, SwimZStateVector stop, double zf, double stepSize, double[] hdata) Swim to a fixed z using RK adaptive stepsizeSwimZ.parabolicEstimate
(int Q, double p, SwimZStateVector start, double zf, double stepSize) Swim to a fixed z over short distances using a parabolic estimatevoid
SwimZ.parabolicEstimate
(int Q, double p, SwimZStateVector start, SwimZStateVector stop, double zf) Swim to a fixed z over short distances using a parabolic estimate, without intermediate pointsSwimZ.sectorAdaptiveRK
(int sector, int Q, double p, SwimZStateVector start, double zf, double stepSize, double[] hdata) Swim to a fixed z over short distances using RK adaptive stepsize