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

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

public class ThreeEighthesIntegratorTest
extends Object


Constructor Summary
ThreeEighthesIntegratorTest()
           
 
Method Summary
 void testBackward()
           
 void testBigStep()
           
 void testDecreasingSteps()
           
 void testDimensionCheck()
           
 void testKepler()
           
 void testSmallStep()
           
 void testStepSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreeEighthesIntegratorTest

public ThreeEighthesIntegratorTest()
Method Detail

testDimensionCheck

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

testDecreasingSteps

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

testSmallStep

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

testBigStep

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

testBackward

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

testKepler

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

testStepSize

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


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