CvodeIntegrator.SetEventFunction Method

Initializes a root finding problem to be solved during the integration of the system of ordinary differential equations.

DefinitionPermalink

Namespace: Numerics.NET.Calculus.OrdinaryDifferentialEquations
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
public void SetEventFunction(
	DifferentialFunction eventFunction,
	int numberOfFunctions
)

ParametersPermalink

eventFunction  DifferentialFunction
A DifferentialFunction that represents the root functions.
numberOfFunctions  Int32
The number of root functions.

RemarksPermalink

The root functions can use the current value of the time value as well as the solution.

See AlsoPermalink