vmm.ode.secondorder3D
Class ForcedOscillators
java.lang.Object
vmm.core.Exhibit
vmm.core3D.Exhibit3D
vmm.ode.ODE_3D
vmm.ode.secondorder3D.ODE2ndOrder3DNonAutonomous
vmm.ode.secondorder3D.ForcedOscillators
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.ChangeListener, Decorateable, Parameterizable
public class ForcedOscillators
- extends ODE2ndOrder3DNonAutonomous
Fields inherited from class vmm.ode.ODE_3D |
addAnimateCheckBoxontrolPanel, addLinesCheckBoxontrolPanel, addOrbitTypesToControlPanel, anaglyphIsDefault, canShowVectorField, dtDefault, initialDataDefault, inputLabelNames, isAutonomous, ORBIT_TYPE_BOTH, ORBIT_TYPE_EULER, ORBIT_TYPE_RUNGE_KUTTA, showAxes, timeSpanDefault |
Method Summary |
protected double |
xdotdot(double x,
double y,
double z,
double xdot,
double ydot,
double zdot,
double t)
|
protected double |
ydotdot(double x,
double y,
double z,
double xdot,
double ydot,
double zdot,
double t)
|
protected double |
zdotdot(double x,
double y,
double z,
double xdot,
double ydot,
double zdot,
double t)
|
Methods inherited from class vmm.core.Exhibit |
addChangeListener, addDecoration, addExtraXML, addParameter, addView, clearDecorations, computeDrawData, fireExhibitChangeEvent, forceRedraw, getActionsForView, getAdditionalAnimationsForView, getAlternativeViews, getBuildAnimation, getDecorations, getDefaultBackground, getDefaultForeground, getDefaultWindow, getFramesForMorphing, getMorphingAnimation, getName, getParameterByName, getParameters, getSettingsCommandsForView, getTitle, getUseFilmstripForMorphing, getViews, parameterChanged, readExtraXML, removeChangeListener, removeDecoration, removeParameter, removeView, render, setDefaultBackground, setDefaultForeground, setDefaultWindow, setDefaultWindow, setFramesForMorphing, setName, setUseFilmstripForMorphing, stateChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ForcedOscillators
public ForcedOscillators()
xdotdot
protected double xdotdot(double x,
double y,
double z,
double xdot,
double ydot,
double zdot,
double t)
- Specified by:
xdotdot
in class ODE2ndOrder3DNonAutonomous
ydotdot
protected double ydotdot(double x,
double y,
double z,
double xdot,
double ydot,
double zdot,
double t)
- Specified by:
ydotdot
in class ODE2ndOrder3DNonAutonomous
zdotdot
protected double zdotdot(double x,
double y,
double z,
double xdot,
double ydot,
double zdot,
double t)
- Specified by:
zdotdot
in class ODE2ndOrder3DNonAutonomous