|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vmm.core.Exhibit vmm.ode.ODE_2D vmm.ode.secondorder2D.ODE2ndOrder2DNonAutonomous vmm.ode.secondorder2D.UserODEF2ndOrder2DNonAutonomous
public class UserODEF2ndOrder2DNonAutonomous
Nested Class Summary |
---|
Nested classes/interfaces inherited from class vmm.ode.ODE_2D |
---|
ODE_2D.ODEView |
Nested classes/interfaces inherited from interface vmm.core.UserExhibit |
---|
UserExhibit.FunctionInfo, UserExhibit.Support |
Field Summary |
---|
Fields inherited from class vmm.core.Exhibit |
---|
decorations, exhibitNeedsRedraw, isMorphing, morphingView, parameters, previousTransform |
Constructor Summary | |
---|---|
UserODEF2ndOrder2DNonAutonomous()
|
Method Summary | |
---|---|
UserExhibit.Support |
getUserExhibitSupport()
This method should return a non-null object that is created and customized in the constructor of the class that implements UserExhbit. |
protected double |
xdotdot(double x,
double y,
double xdot,
double ydot,
double t)
|
protected double |
ydotdot(double x,
double y,
double xdot,
double ydot,
double t)
|
Methods inherited from class vmm.ode.secondorder2D.ODE2ndOrder2DNonAutonomous |
---|
makeDefaultMouseTask, nextEulerPoint, nextRungeKuttaPoint |
Methods inherited from class vmm.ode.ODE_2D |
---|
doDraw, extractPointFromData, getCreateAnimation, getDefaultView, vectorField_x, vectorField_y |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface vmm.core.UserExhibit |
---|
getDefaultView, getDefaultWindow, getParameters, setDefaultWindow |
Methods inherited from interface vmm.core.Parameterizable |
---|
parameterChanged |
Constructor Detail |
---|
public UserODEF2ndOrder2DNonAutonomous()
Method Detail |
---|
public UserExhibit.Support getUserExhibitSupport()
UserExhibit
getUserExhibitSupport
in interface UserExhibit
protected double xdotdot(double x, double y, double xdot, double ydot, double t)
xdotdot
in class ODE2ndOrder2DNonAutonomous
protected double ydotdot(double x, double y, double xdot, double ydot, double t)
ydotdot
in class ODE2ndOrder2DNonAutonomous
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |