MultiOdeSettingsListener Property

Gets or sets the handler that is called to report on progress toward the solution.

Definition

Namespace: Meta.Numerics.Analysis
Assembly: Meta.Numerics (in Meta.Numerics.dll) Version: 4.2.0+6d77d64445f7d5d91b12e331399c4362ecb25333
C#
public Action<MultiOdeResult> Listener { get; set; }

Property Value

ActionMultiOdeResult

Remarks

As the ODE is integrated, the specified handler is called for each integration step. This allows the handler to monitor progress toward the solution and to obtain intermediate values via interpolation.

See Also