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: 25.1.421.0 (25.1.421.0)
Syntaxprotected RungeKuttaFixedStepIntegrator(
RungeKuttaAlgorithm tableau,
DependentVariableDerivatives system
)
Protected Sub New (
tableau As RungeKuttaAlgorithm,
system As DependentVariableDerivatives
)
protected:
RungeKuttaFixedStepIntegrator(
RungeKuttaAlgorithm^ tableau,
DependentVariableDerivatives^ system
)
new :
tableau : RungeKuttaAlgorithm *
system : DependentVariableDerivatives -> RungeKuttaFixedStepIntegrator
Parameters
- tableau
- Type: AGI.Foundation.NumericalMethods.Advanced.RungeKuttaAlgorithm
The Butcher Tableau containing the coefficients and weights for the algorithm. - system
- Type: AGI.Foundation.NumericalMethods.Advanced.DependentVariableDerivatives
The system of differential equations defining the derivatives
for the dependent variables.
See Also