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

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

public class GraggBulirschStoerIntegratorTest
extends Object


Nested Class Summary
static class GraggBulirschStoerIntegratorTest.VariableStepHandler
           
 
Constructor Summary
GraggBulirschStoerIntegratorTest()
           
 
Method Summary
 void testBackward()
           
 void testDimensionCheck()
           
 void testEvents()
           
 void testIncreasingTolerance()
           
 void testIntegratorControls()
           
 void testIssue596()
           
 void testKepler()
           
 void testMinStep()
           
 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

GraggBulirschStoerIntegratorTest

public GraggBulirschStoerIntegratorTest()
Method Detail

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

testBackward

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

testIncreasingTolerance

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

testIntegratorControls

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

testTooLargeFirstStep

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

testUnstableDerivative

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

testIssue596

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


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