org.apache.commons.math3.ode.sampling
Class StepNormalizerOutputOverlapTest

java.lang.Object
  extended by org.apache.commons.math3.ode.sampling.StepNormalizerOutputTestBase
      extended by org.apache.commons.math3.ode.sampling.StepNormalizerOutputOverlapTest
All Implemented Interfaces:
FirstOrderDifferentialEquations, FixedStepHandler

public class StepNormalizerOutputOverlapTest
extends StepNormalizerOutputTestBase

Step normalizer output tests, for problems where the first and last points are overlap fixed points.


Constructor Summary
StepNormalizerOutputOverlapTest()
           
 
Method Summary
protected  double getEnd()
          Returns the end time.
protected  double[] getExpInc()
          Returns the expected normalized output time values for increment mode.
protected  double[] getExpIncRev()
          Returns the expected reversed normalized output time values for increment mode.
protected  double[] getExpMul()
          Returns the expected normalized output time values for multiples mode.
protected  double[] getExpMulRev()
          Returns the expected reversed normalized output time values for multiples mode.
protected  int[][] getO()
          Returns the offsets for the unit tests below, in the order they are given below.
protected  double getStart()
          Returns the start time.
 
Methods inherited from class org.apache.commons.math3.ode.sampling.StepNormalizerOutputTestBase
computeDerivatives, getDimension, handleStep, init, testIncBoth, testIncBothRev, testIncFirst, testIncFirstRev, testIncLast, testIncLastRev, testIncNeither, testIncNeitherRev, testMulBoth, testMulBothRev, testMulFirst, testMulFirstRev, testMulLast, testMulLastRev, testMulNeither, testMulNeitherRev
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepNormalizerOutputOverlapTest

public StepNormalizerOutputOverlapTest()
Method Detail

getStart

protected double getStart()
Description copied from class: StepNormalizerOutputTestBase
Returns the start time.

Specified by:
getStart in class StepNormalizerOutputTestBase
Returns:
the start time

getEnd

protected double getEnd()
Description copied from class: StepNormalizerOutputTestBase
Returns the end time.

Specified by:
getEnd in class StepNormalizerOutputTestBase
Returns:
the end time

getExpInc

protected double[] getExpInc()
Description copied from class: StepNormalizerOutputTestBase
Returns the expected normalized output time values for increment mode.

Specified by:
getExpInc in class StepNormalizerOutputTestBase
Returns:
the expected normalized output time values for increment mode

getExpIncRev

protected double[] getExpIncRev()
Description copied from class: StepNormalizerOutputTestBase
Returns the expected reversed normalized output time values for increment mode.

Specified by:
getExpIncRev in class StepNormalizerOutputTestBase
Returns:
the expected reversed normalized output time values for increment mode

getExpMul

protected double[] getExpMul()
Description copied from class: StepNormalizerOutputTestBase
Returns the expected normalized output time values for multiples mode.

Specified by:
getExpMul in class StepNormalizerOutputTestBase
Returns:
the expected normalized output time values for multiples mode

getExpMulRev

protected double[] getExpMulRev()
Description copied from class: StepNormalizerOutputTestBase
Returns the expected reversed normalized output time values for multiples mode.

Specified by:
getExpMulRev in class StepNormalizerOutputTestBase
Returns:
the expected reversed normalized output time values for multiples mode

getO

protected int[][] getO()
Description copied from class: StepNormalizerOutputTestBase
Returns the offsets for the unit tests below, in the order they are given below. For each test, the left and right offsets are returned.

Specified by:
getO in class StepNormalizerOutputTestBase
Returns:
the offsets for the unit tests below, in the order they are given below


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