Delegate used for solution otput.
Namespace: DotNumerics.ODEAssembly: 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
)
Public Delegate Sub OdeSolution (
t As Double,
y As Double()
)
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