类 DormandPrince54FieldIntegratorTest
java.lang.Object
org.hipparchus.ode.nonstiff.EmbeddedRungeKuttaFieldIntegratorAbstractTest
org.hipparchus.ode.nonstiff.DormandPrince54FieldIntegratorTest
public class DormandPrince54FieldIntegratorTest extends EmbeddedRungeKuttaFieldIntegratorAbstractTest
-
嵌套类概要
从类继承的嵌套类/接口 org.hipparchus.ode.nonstiff.EmbeddedRungeKuttaFieldIntegratorAbstractTest
EmbeddedRungeKuttaFieldIntegratorAbstractTest.LocalException
-
构造器概要
-
方法概要
修饰符和类型方法说明protected <T extends CalculusFieldElement<T>>
EmbeddedRungeKuttaFieldIntegrator<T> createIntegrator
(Field<T> field, double minStep, double maxStep, double[] vecAbsoluteTolerance, double[] vecRelativeTolerance) protected <T extends CalculusFieldElement<T>>
EmbeddedRungeKuttaFieldIntegrator<T> createIntegrator
(Field<T> field, double minStep, double maxStep, double scalAbsoluteTolerance, double scalRelativeTolerance) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
从类继承的方法 org.hipparchus.ode.nonstiff.EmbeddedRungeKuttaFieldIntegratorAbstractTest
doTestBackward, doTestEvents, doTestEventsErrors, doTestEventsNoConvergence, doTestForwardBackwardExceptions, doTestIncreasingTolerance, doTestKepler, doTestMinStep, doTestNonFieldIntegratorConsistency, doTestPartialDerivatives, doTestResetAfterStep, doTestSanityChecks, doTestSecondaryEquations, doTestStepEnd, doTestStopAfterStep, doTestTorqueFreeMotion, doTestTorqueFreeMotionIssue230, doTestTorqueFreeMotionOmegaOnly, testInfiniteIntegration, testIssue118
-
构造器详细资料
-
DormandPrince54FieldIntegratorTest
public DormandPrince54FieldIntegratorTest()
-
-
方法详细资料
-
createIntegrator
protected <T extends CalculusFieldElement<T>> EmbeddedRungeKuttaFieldIntegrator<T> createIntegrator(Field<T> field, double minStep, double maxStep, double scalAbsoluteTolerance, double scalRelativeTolerance) -
createIntegrator
protected <T extends CalculusFieldElement<T>> EmbeddedRungeKuttaFieldIntegrator<T> createIntegrator(Field<T> field, double minStep, double maxStep, double[] vecAbsoluteTolerance, double[] vecRelativeTolerance) -
testNonFieldIntegratorConsistency
public void testNonFieldIntegratorConsistency() -
testSanityChecks
public void testSanityChecks() -
testBackward
public void testBackward() -
testKepler
public void testKepler() -
testTorqueFreeMotionOmegaOnly
public void testTorqueFreeMotionOmegaOnly() -
testTorqueFreeMotion
public void testTorqueFreeMotion() -
testTorqueFreeMotionIssue230
public void testTorqueFreeMotionIssue230() -
testForwardBackwardExceptions
public void testForwardBackwardExceptions() -
testMinStep
public void testMinStep() -
testIncreasingTolerance
public void testIncreasingTolerance() -
testEvents
public void testEvents() -
testStepEnd
public void testStepEnd() -
testStopAfterStep
public void testStopAfterStep() -
testResetAfterStep
public void testResetAfterStep() -
testEventsErrors
public void testEventsErrors() -
testEventsNoConvergence
public void testEventsNoConvergence() -
testPartialDerivatives
public void testPartialDerivatives() -
testSecondaryEquations
public void testSecondaryEquations()
-