Ode Explicit Runge Kutta 45 Class
Definition
Namespace: DotNumerics.ODE
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public sealed class OdeExplicitRungeKutta45 : xBaseOdeRungeKuttaVB
Public NotInheritable Class OdeExplicitRungeKutta45
Inherits xBaseOdeRungeKutta- Inheritance
- Object xOdeBase xBaseOdeRungeKutta OdeExplicitRungeKutta45
Constructors
Properties
| AbsTol | (Inherited from xOdeBase) |
| AbsTolArray | (Inherited from xOdeBase) |
| ErrorToleranceType | (Inherited from xOdeBase) |
| RelTol | (Inherited from xOdeBase) |
| RelTolArray | (Inherited from xOdeBase) |
Methods
| InitializeODEs(OdeFunction, Int32) | (Overrides xOdeBaseInitializeODEs(OdeFunction, Int32)) |
| InitializeODEs(OdeFunction, Int32, Double, Double) | (Overrides xOdeBaseInitializeODEs(OdeFunction, Int32, Double, Double)) |
| SetInitialValues | (Inherited from xOdeBase) |
| Solve(Double, Double) | (Inherited from xBaseOdeRungeKutta) |
| Solve(Double, Double, OdeSolution) | (Inherited from xBaseOdeRungeKutta) |
| Solve(Double, Double, Double, Double) | (Inherited from xBaseOdeRungeKutta) |
| Solve(Double, Double, Double, Double, OdeSolution) | (Inherited from xBaseOdeRungeKutta) |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |