xBaseOdeGearsAndAdamsMoultonSolve(Double) Method |
Computes the solution of the differntial equations at a point (tEnd).
Namespace: DotNumerics.ODE.DVodeAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public double[] Solve(
double tEnd
)
Public Function Solve (
tEnd As Double
) As Double()
Request Example
View SourceParameters
- tEnd Double
- Value of t where the solution is required.
Return Value
DoubleA array containing the solution of the differential equations at the point tEnd.
See Also