| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcore.field.VecTimeField
simulations.experiments.faradaysLaw.RecedingImageExperiment.Motion
| Constructor Summary | |
RecedingImageExperiment.Motion()
 | 
|
| Method Summary | |
 Vec | 
get(Vec p,
    double t,
    Vec v)
Given the vector representing the dependent variables of the experiment and the time, returns the time derivatives of those variables.  | 
| Methods inherited from class core.field.VecTimeField | 
get | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public RecedingImageExperiment.Motion()
| Method Detail | 
public Vec get(Vec p,
               double t,
               Vec v)
get in class VecTimeFieldp - The vector of parameter values which describe the experiment at any time t.  In this case,  
   p.x[0] is the vertical position of monoplus and p.x[1] is the vertical position of monominus.t - The time t.v - Time derivatives of the vector of parameter values (calculated).  Note that in this case the
   derivatives do not depend on the positions p at all, but just on the time t.
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||