All Packages Class Hierarchy This Package Previous Next Index
Class phaser.algorithm.Nystrom
java.lang.Object
|
+----phaser.algorithm.Algorithm
|
+----phaser.algorithm.Nystrom
- public class Nystrom
- extends Algorithm
A class that implements the Nystrom Algorithm
-
Nystrom()
-
-
apply(Equation, double[], double[], double, double)
-
-
getStatKeys()
-
-
toString()
-
Nystrom
public Nystrom()
apply
public void apply(Equation equation,
double xNew[],
double xOld[],
double stepSize,
double time)
- Overrides:
- apply in class Algorithm
getStatKeys
public int[] getStatKeys()
- Overrides:
- getStatKeys in class Algorithm
toString
public String toString()
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index