类 ThreeEighthesIntegratorTest
java.lang.Object
org.hipparchus.ode.nonstiff.RungeKuttaIntegratorAbstractTest
org.hipparchus.ode.nonstiff.ThreeEighthesIntegratorTest
-
构造器概要
-
方法概要
修饰符和类型方法说明protected RungeKuttaIntegrator
createIntegrator
(double step) void
void
void
void
void
void
void
void
void
void
void
void
void
void
从类继承的方法 org.hipparchus.ode.nonstiff.RungeKuttaIntegratorAbstractTest
doTestBackward, doTestBigStep, doTestDecreasingSteps, doTestDerivativesConsistency, doTestKepler, doTestMissedEndEvent, doTestSanityChecks, doTestSecondaryEquations, doTestSerialization, doTestSingleStep, doTestSmallStep, doTestStepSize, doTestTooLargeFirstStep, doTestUnstableDerivative, testIssue250, testNaNAppearing
-
构造器详细资料
-
ThreeEighthesIntegratorTest
public ThreeEighthesIntegratorTest()
-
-
方法详细资料
-
createIntegrator
-
testMissedEndEvent
public void testMissedEndEvent() -
testSanityChecks
public void testSanityChecks() -
testDecreasingSteps
public void testDecreasingSteps() -
testSmallStep
public void testSmallStep() -
testBigStep
public void testBigStep() -
testBackward
public void testBackward() -
testKepler
public void testKepler() -
testStepSize
public void testStepSize() -
testSingleStep
public void testSingleStep() -
testTooLargeFirstStep
public void testTooLargeFirstStep() -
testUnstableDerivative
public void testUnstableDerivative() -
testDerivativesConsistency
public void testDerivativesConsistency() -
testSerialization
public void testSerialization() -
testSecondaryEquations
public void testSecondaryEquations()
-