|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectintegration.Hermite2
public class Hermite2
| Field Summary | |
|---|---|
static double |
dt_param
|
| Constructor Summary | |
|---|---|
Hermite2(int nbodies)
|
|
| Method Summary | |
|---|---|
double |
advance(double[][] xyzParam,
double timeInterval,
double tstep)
Advances the system by the specified time, using xyzParam as initial (r, v). |
double |
advance(double timeInterval,
double tstep)
|
static double[] |
flatten(double[][] source)
|
java.lang.String |
getAuthor()
Returns the author's name. |
boolean |
getCloseEncounter()
|
java.lang.String |
getDesc()
Returns a description of the integrator. |
java.lang.Object |
getProperty(int property)
Reserved for future use. |
java.lang.String |
getVersion()
Returns the version of the integrator. |
boolean |
hasCloseEncounter()
Specifies if a close encounter happened during the last advance(). |
static void |
main(java.lang.String[] args)
|
static void |
printTable(java.io.PrintStream out,
double[] table,
java.lang.String fmt)
|
void |
setProperty(int property,
java.lang.Object value)
Reserved for future use. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static double dt_param
| Constructor Detail |
|---|
public Hermite2(int nbodies)
| Method Detail |
|---|
public java.lang.Object getProperty(int property)
Integrator
getProperty in interface Integratorproperty - Specifies which property to return.
public void setProperty(int property,
java.lang.Object value)
Integrator
setProperty in interface Integratorproperty - Which property to set.value - Value of the property.public java.lang.String getAuthor()
Integrator
getAuthor in interface Integratorpublic java.lang.String getVersion()
Integrator
getVersion in interface Integratorpublic java.lang.String getDesc()
Integrator
getDesc in interface Integratorpublic boolean getCloseEncounter()
public static void main(java.lang.String[] args)
public static final double[] flatten(double[][] source)
public static void printTable(java.io.PrintStream out,
double[] table,
java.lang.String fmt)
public final double advance(double timeInterval,
double tstep)
public final double advance(double[][] xyzParam,
double timeInterval,
double tstep)
Integrator
advance in interface IntegratorxyzParam - Input / output coordinatestimeInterval - Amount of time to evolve for.tstep - Timestep hint.
public boolean hasCloseEncounter()
Integrator
hasCloseEncounter in interface Integrator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||