Click or drag to resize

OdeImplicitRungeKutta5 Methods

The OdeImplicitRungeKutta5 type exposes the following members.

Methods
 NameDescription
Public methodInitializeODEs(OdeFunction, Int32) Method that initialize the ODE to solve.
(Overrides xOdeBaseInitializeODEs(OdeFunction, Int32))
Public methodInitializeODEs(OdeFunction, OdeJacobian, Int32) Method that initialize the ODE to solve.
Public methodInitializeODEs(OdeFunction, Int32, Double, Double) Method that initialize the ODE to solve.
(Overrides xOdeBaseInitializeODEs(OdeFunction, Int32, Double, Double))
Public methodInitializeODEs(OdeFunction, OdeJacobian, Int32, Double, Double) Method that initialize the ODE to solve.
Public methodSetInitialValues Sets the initial values for the differential equations.
(Inherited from xOdeBase)
Public methodSolve(Double, Double) Computes the solution of the differntial equations.
(Inherited from xBaseOdeRungeKutta)
Public methodSolve(Double, Double, OdeSolution) Computes the solution of the differntial equations.
(Inherited from xBaseOdeRungeKutta)
Public methodSolve(Double, Double, Double, Double) Computes the solution of the differntial equations.
(Inherited from xBaseOdeRungeKutta)
Public methodSolve(Double, Double, Double, Double, OdeSolution) Computes the solution of the differntial equations.
(Inherited from xBaseOdeRungeKutta)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
See Also