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

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

public class HighamHall54IntegratorTest
extends Object


Constructor Summary
HighamHall54IntegratorTest()
           
 
Method Summary
 void testBackward()
           
 void testEvents()
           
 void testEventsErrors()
           
 void testEventsNoConvergence()
           
 void testIncreasingTolerance()
           
 void testKepler()
           
 void testMinStep()
           
 void testSanityChecks()
           
 void testWrongDerivative()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HighamHall54IntegratorTest

public HighamHall54IntegratorTest()
Method Detail

testWrongDerivative

public void testWrongDerivative()
                         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

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

testEventsErrors

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

testEventsNoConvergence

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

testSanityChecks

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

testKepler

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


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