|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--opale.ode.ker.ObjectODE | +--opale.ode.ker.TimeScheme | +--opale.ode.scheme.Heun
Cette classe implémente le schéma d'Heun.
Constructor Summary | |
Heun()
|
Method Summary | |
void |
forward(Equation eq)
Cette méthode définit l'avancé en temps par la formule de Heun. |
java.lang.String |
toString()
|
Methods inherited from class opale.ode.ker.TimeScheme |
dt, dtmax, dtmax, dtmin, dtmin, getNstep, getPb, init, present, readKeyWord, set, setNstep, setPb, time, tmax, tmin, update, writeFile |
Methods inherited from class opale.ode.ker.ObjectODE |
readFile |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Heun()
Method Detail |
public void forward(Equation eq)
forward
in class TimeScheme
opale.ode.ker.TimeScheme
Equation,
- l'équation pour laquelle on veut avancer en temps.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |