Class Integrator

java.lang.Object
  extended by Integrator
Direct Known Subclasses:
RungeKuttaIntegrator

public class Integrator
extends java.lang.Object


Field Summary
protected  Modell modell
           
 
Constructor Summary
Integrator(Modell modell)
           
 
Method Summary
 double[] berechneZeitschritt(double[] yalt, double t, double dt)
           
 
Methods inherited from class
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modell

protected Modell modell
Constructor Detail

Integrator

public Integrator(Modell modell)
Method Detail

berechneZeitschritt

public double[] berechneZeitschritt(double[] yalt,
                                    double t,
                                    double dt)