org.opensourcephysics.numerics
Class ODESolverFactory

java.lang.Object
  extended by org.opensourcephysics.numerics.ODESolverFactory

public class ODESolverFactory
extends java.lang.Object

A factory class that creates an ODESolver using a name.

Version:
1.0
Author:
W. Christian

Method Summary
static ODESolver createODESolver(ODE ode, java.lang.String solverName)
          A factory method that creates an ODESolver using a name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createODESolver

public static ODESolver createODESolver(ODE ode,
                                        java.lang.String solverName)
A factory method that creates an ODESolver using a name.

Parameters:
ode - ODE
solverName - String the name of the algorithm
Returns:
ODESolver