core.math
Class EulerIntegration

java.lang.Object
  extended bycore.math.EulerIntegration

public class EulerIntegration
extends java.lang.Object

Euler integration scheme


Field Summary
(package private)  double maxStep
           
(package private)  boolean stepped
           
 
Constructor Summary
EulerIntegration()
           
EulerIntegration(double maxStep)
           
 
Method Summary
 void Evolve(VecTimeField field, Vec x, double s, double ds)
           
 void SetStep(double maxStep)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stepped

boolean stepped

maxStep

double maxStep
Constructor Detail

EulerIntegration

public EulerIntegration()

EulerIntegration

public EulerIntegration(double maxStep)
Method Detail

SetStep

public void SetStep(double maxStep)

Evolve

public void Evolve(VecTimeField field,
                   Vec x,
                   double s,
                   double ds)