All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.algorithm.ImplicitAlgorithm

java.lang.Object
   |
   +----phaser.algorithm.Algorithm
           |
           +----phaser.algorithm.ImplicitAlgorithm

public class ImplicitAlgorithm
extends Algorithm

Variable Index

 o newton

Constructor Index

 o ImplicitAlgorithm(ImplicitEquation)
 o ImplicitAlgorithm(ImplicitEquation, boolean)

Method Index

 o apply(Equation, double[], double[], double, double)
 o getStatKeys()

Variables

 o newton
 protected final Newton newton

Constructors

 o ImplicitAlgorithm
 public ImplicitAlgorithm(ImplicitEquation ie)
 o ImplicitAlgorithm
 public ImplicitAlgorithm(ImplicitEquation ie,
                          boolean statsEnabled)

Methods

 o apply
 public void apply(Equation equation,
                   double xNew[],
                   double xOld[],
                   double stepSize,
                   double time) throws AlgorithmException
Overrides:
apply in class Algorithm
 o getStatKeys
 public int[] getStatKeys()
Overrides:
getStatKeys in class Algorithm

All Packages  Class Hierarchy  This Package  Previous  Next  Index