Click or drag to resize

OdeSolution Delegate

Delegate used for solution otput.

Namespace: DotNumerics.ODE
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate void OdeSolution(
	double t,
	double[] y
)
Request Example

Parameters

t  Double
The value of t where the solution is calculated.
y  Double
A array containing the solution of the differential equations at the value t.
See Also