Click or drag to resize

xBaseOdeGearsAndAdamsMoulton Methods

The xBaseOdeGearsAndAdamsMoulton type exposes the following members.

Methods
 NameDescription
Protected methodCheckArguments
(Inherited from xOdeBase)
Protected methodCheckInitialization
(Inherited from xOdeBase)
Protected methodCheckTArray
(Inherited from xOdeBase)
Protected methodInicializacionWithJacobiano Inicialize the ODE solver with a Jacobiano
Public methodInitializeODEs(OdeFunction, Int32) Method that initialize the ODE to solve.
(Inherited from xOdeBase)
Public methodInitializeODEs(OdeFunction, Int32, Double, Double) Method that initialize the ODE to solve.
(Inherited from xOdeBase)
Private methodInternalJacobian 
Public methodSetInitialValues Sets the initial values for the differential equations.
(Overrides xOdeBaseSetInitialValues(Double, Double))
Public methodSolve(Double) Computes the solution of the differntial equations at a point (tEnd).
Public methodSolve(Double, Double) Computes the solution of the differntial equations.
Public methodSolve(Double, Double, OdeSolution) Computes the solution of the differntial equations.
Public methodSolve(Double, Double, Double, Double) Computes the solution of the differntial equations.
Public methodSolve(Double, Double, Double, Double, OdeSolution) Computes the solution of the differntial equations.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also