vmm.ode.secondorder3D
Class CoupledOscillators
java.lang.Object
   vmm.core.Exhibit
vmm.core.Exhibit
       vmm.core3D.Exhibit3D
vmm.core3D.Exhibit3D
           vmm.ode.ODE_3D
vmm.ode.ODE_3D
               vmm.ode.secondorder3D.ODE2ndOrder3D
vmm.ode.secondorder3D.ODE2ndOrder3D
                   vmm.ode.secondorder3D.CoupledOscillators
vmm.ode.secondorder3D.CoupledOscillators
- All Implemented Interfaces: 
- java.util.EventListener, javax.swing.event.ChangeListener, Decorateable, Parameterizable
- public class CoupledOscillators 
- extends ODE2ndOrder3D
 
 
 
| 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)
 | 
| protected  double | ydotdot(double x,
        double y,
        double z,
        double xdot,
        double ydot,
        double zdot)
 | 
| protected  double | zdotdot(double x,
        double y,
        double z,
        double xdot,
        double ydot,
        double zdot)
 | 
 
 
 
 
| 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 | 
 
CoupledOscillators
public CoupledOscillators()
xdotdot
protected double xdotdot(double x,
                         double y,
                         double z,
                         double xdot,
                         double ydot,
                         double zdot)
- 
- Specified by:
- xdotdotin class- ODE2ndOrder3D
 
- 
 
ydotdot
protected double ydotdot(double x,
                         double y,
                         double z,
                         double xdot,
                         double ydot,
                         double zdot)
- 
- Specified by:
- ydotdotin class- ODE2ndOrder3D
 
- 
 
zdotdot
protected double zdotdot(double x,
                         double y,
                         double z,
                         double xdot,
                         double ydot,
                         double zdot)
- 
- Specified by:
- zdotdotin class- ODE2ndOrder3D
 
-