Uses of Class
cnuphys.swimZ.SwimZException
Packages that use SwimZException
- 
Uses of SwimZException in cnuphys.swimZMethods 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 stepsizeintSwimZ.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 estimatevoidSwimZ.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