Click or drag to resize

OdeSettingsListener Property

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

Namespace:  Meta.Numerics.Analysis
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public Action<OdeResult> Listener { get; set; }

Property Value

Type: ActionOdeResult
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