org.vizzini.math.ode
Class RungeKutta4ODESolver

java.lang.Object
  extended by org.vizzini.math.ode.AbstractODESolver
      extended by org.vizzini.math.ode.RungeKutta4ODESolver
All Implemented Interfaces:
IODESolver

public class RungeKutta4ODESolver
extends AbstractODESolver

Provides a fourth-order Runge-Kutta ordinary differential equation solver.

Since:
v0.3
Version:
v0.3

Constructor Summary
RungeKutta4ODESolver()
           
 
Method Summary
 void update(IODE ode, double ds)
          Update the given ordinary differential equation using the given delta value of the independent variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RungeKutta4ODESolver

public RungeKutta4ODESolver()
Method Detail

update

public void update(IODE ode,
                   double ds)
Update the given ordinary differential equation using the given delta value of the independent variable.

Since:
v0.3


Copyright © 2007 Vizzini.org. All Rights Reserved. 2007.12.25.03.00.02