/[Apache-SVN]
ViewVC logotype

Revision 789155


Jump to revision: Previous Next
Author: luc
Date: Sun Jun 28 21:43:58 2009 UTC (15 years, 4 months ago)
Changed paths: 42
Log Message:
moved test problems one package up, to prepare their reuse for stiff integrators

Changed paths

Path Details
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/ContinuousOutputModelTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem1.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem1.java, r787795)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem2.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem2.java, r787795)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem3.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem3.java, r787795)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem4.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem4.java, r787795)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem5.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem5.java, r787795)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem6.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem6.java, r787795)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblemAbstract.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemAbstract.java, r787795)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblemFactory.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemFactory.java, r787795)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblemHandler.java
(Copied from commons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemHandler.java, r787795)
added , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaIntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaStepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince54IntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince54StepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince853IntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/DormandPrince853StepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/EulerIntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/EulerStepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/GillIntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/GillStepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/GraggBulirschStoerStepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/HighamHall54IntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/HighamHall54StepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/MidpointIntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/MidpointStepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem1.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem2.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem3.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem4.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem5.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblem6.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemAbstract.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemFactory.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/TestProblemHandler.java deleted
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/ThreeEighthesIntegratorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/nonstiff/ThreeEighthesStepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/sampling/NordsieckStepInterpolatorTest.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/sampling/StepInterpolatorTestUtils.java modified , text changed
Directorycommons/proper/math/trunk/src/test/org/apache/commons/math/ode/sampling/StepNormalizerTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26