Click or drag to resize

xBaseOdeGearsAndAdamsMoultonSolve(Double) Method

Computes the solution of the differntial equations at a point (tEnd).

Namespace: DotNumerics.ODE.DVode
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double[] Solve(
	double tEnd
)
Request Example View Source

Parameters

tEnd  Double
Value of t where the solution is required.

Return Value

Double
A array containing the solution of the differential equations at the point tEnd.
See Also