|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectsim.physics2D.integrator.ODERungeKuttaSolver
public class ODERungeKuttaSolver
Implements a Runge-Kutta ordinary differential equation solver. The runge-kutta solver reduces errors over the euler integrator by adding terms in the taylor series expansion.
| Constructor Summary | |
|---|---|
ODERungeKuttaSolver()
|
|
| Method Summary | |
|---|---|
void |
solve(double stepSize)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ODERungeKuttaSolver()
| Method Detail |
|---|
public void solve(double stepSize)
solve in interface ODESolver
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||