|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opensourcephysics.numerics.DormandPrince45
org.opensourcephysics.numerics.RK45
public class RK45
RK45 implements an Runge-Kutta 4/5 ODE solver with variable step size. This RK45 class may be changed in future versions of the OSP library. Version 1.0 of the libarary uses Dormand-Prince coefficients.
DormandPrince45,
CashKarp45| Field Summary |
|---|
| Fields inherited from class org.opensourcephysics.numerics.DormandPrince45 |
|---|
enableExceptions, tol |
| Fields inherited from interface org.opensourcephysics.numerics.ODEAdaptiveSolver |
|---|
BISECTION_EVENT_NOT_FOUND, DID_NOT_CONVERGE, NO_ERROR |
| Constructor Summary | |
|---|---|
RK45(ODE ode)
Constructor RK45 |
|
| Method Summary |
|---|
| Methods inherited from class org.opensourcephysics.numerics.DormandPrince45 |
|---|
enableRuntimeExpecptions, getErrorCode, getStepSize, getTolerance, initialize, setStepSize, setTolerance, step |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RK45(ODE ode)
ode -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||