|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.math.EulerIntegration
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 |
boolean stepped
double maxStep
Constructor Detail |
public EulerIntegration()
public EulerIntegration(double maxStep)
Method Detail |
public void SetStep(double maxStep)
public void Evolve(VecTimeField field, Vec x, double s, double ds)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |