Ode Kind Enumeration
Enumerates the methods used by the CvodeIntegrator.
Definition
Namespace: Extreme.Mathematics.Calculus.OrdinaryDifferentialEquations
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum OdeKindMembers
| NonStiff | 0 | The system is assumed to be non-stiff.. |
| Stiff | 1 | The system is assumed to be stiff.. |