Click or drag to resize

RungeKuttaFixedStepIntegrator Constructor (RungeKuttaAlgorithm, DependentVariableDerivatives)

Initializes a new instance based on the given tableau and on the given differential system for the derivatives of the dependent variables.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected RungeKuttaFixedStepIntegrator(
	RungeKuttaAlgorithm tableau,
	DependentVariableDerivatives system
)

Parameters

tableau
Type: AGI.Foundation.NumericalMethods.AdvancedRungeKuttaAlgorithm
The Butcher Tableau containing the coefficients and weights for the algorithm.
system
Type: AGI.Foundation.NumericalMethods.AdvancedDependentVariableDerivatives
The system of differential equations defining the derivatives for the dependent variables.
See Also