Package cnuphys.adaptiveSwim.test
Class AdaptiveTests
java.lang.Object
cnuphys.adaptiveSwim.test.AdaptiveTests
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Test swimming to a cylinderstatic void
lineTest()
Test the swim to a linestatic void
Test the basic swim to a final pathlengthstatic void
Test swim to a planestatic void
Test retracing a swimstatic void
rhoTest()
Test swimming to a fixed rhostatic void
Test swimming to a cylinderstatic void
static void
-
Constructor Details
-
AdaptiveTests
public AdaptiveTests()
-
-
Method Details
-
noStopperTest
public static void noStopperTest()Test the basic swim to a final pathlength -
lineTest
public static void lineTest()Test the swim to a line -
retraceTest
public static void retraceTest()Test retracing a swim -
TIMEzTest
public static void TIMEzTest() -
xxxxxxzTest
public static void xxxxxxzTest() -
rhoTest
public static void rhoTest()Test swimming to a fixed rho -
planeTest
public static void planeTest()Test swim to a plane -
sphereTest
public static void sphereTest()Test swimming to a cylinder -
cylinderTest
public static void cylinderTest()Test swimming to a cylinder
-