Click or drag to resize

ISOLOUT Interface

Defines a callback that receives intermediate solution values during DOPRI integration.

Namespace: Altaxo.Calc.Ode.Obsolete.Dopri
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ISOLOUT

The ISOLOUT type exposes the following members.

Methods
 NameDescription
Public methodRun Handles an integration output step.
Top
See Also