|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object PhysData
PhysData -- Is the class defining physical parameters (such as a potential)
Solution
Field Summary | |
double[] |
potential
Potential |
Constructor Summary | |
PhysData(RunData runData)
Creates a PhysData parameters object. |
Method Summary | |
double[] |
getPotential(RunData runData)
Return the potential on the discrete mesh |
void |
update(double time)
Evolves the physical data in time |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public double[] potential
Constructor Detail |
public PhysData(RunData runData)
runData
- The run time parametersMethod Detail |
public void update(double time)
public double[] getPotential(RunData runData)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |