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