org.apache.commons.math3.ode.nonstiff
Class DormandPrince853IntegratorTest

java.lang.Object
  extended by org.apache.commons.math3.ode.nonstiff.DormandPrince853IntegratorTest

public class DormandPrince853IntegratorTest
extends Object


Constructor Summary
DormandPrince853IntegratorTest()
           
 
Method Summary
 void testBackward()
           
 void testDimensionCheck()
           
 void testEvents()
           
 void testEventsScheduling()
           
 void testIncreasingTolerance()
           
 void testKepler()
           
 void testMinStep()
           
 void testMissedEndEvent()
           
 void testNullIntervalCheck()
           
 void testTooLargeFirstStep()
           
 void testUnstableDerivative()
           
 void testVariableSteps()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DormandPrince853IntegratorTest

public DormandPrince853IntegratorTest()
Method Detail

testMissedEndEvent

public void testMissedEndEvent()
                        throws DimensionMismatchException,
                               NumberIsTooSmallException,
                               MaxCountExceededException,
                               NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testDimensionCheck

public void testDimensionCheck()
                        throws DimensionMismatchException,
                               NumberIsTooSmallException,
                               MaxCountExceededException,
                               NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testNullIntervalCheck

public void testNullIntervalCheck()
                           throws DimensionMismatchException,
                                  NumberIsTooSmallException,
                                  MaxCountExceededException,
                                  NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testMinStep

public void testMinStep()
                 throws DimensionMismatchException,
                        NumberIsTooSmallException,
                        MaxCountExceededException,
                        NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testIncreasingTolerance

public void testIncreasingTolerance()
                             throws DimensionMismatchException,
                                    NumberIsTooSmallException,
                                    MaxCountExceededException,
                                    NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testTooLargeFirstStep

public void testTooLargeFirstStep()
                           throws DimensionMismatchException,
                                  NumberIsTooSmallException,
                                  MaxCountExceededException,
                                  NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testBackward

public void testBackward()
                  throws DimensionMismatchException,
                         NumberIsTooSmallException,
                         MaxCountExceededException,
                         NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testEvents

public void testEvents()
                throws DimensionMismatchException,
                       NumberIsTooSmallException,
                       MaxCountExceededException,
                       NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testKepler

public void testKepler()
                throws DimensionMismatchException,
                       NumberIsTooSmallException,
                       MaxCountExceededException,
                       NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testVariableSteps

public void testVariableSteps()
                       throws DimensionMismatchException,
                              NumberIsTooSmallException,
                              MaxCountExceededException,
                              NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testUnstableDerivative

public void testUnstableDerivative()
                            throws DimensionMismatchException,
                                   NumberIsTooSmallException,
                                   MaxCountExceededException,
                                   NoBracketingException
Throws:
DimensionMismatchException
NumberIsTooSmallException
MaxCountExceededException
NoBracketingException

testEventsScheduling

public void testEventsScheduling()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.