Click or drag to resize
FeynmanKacPDEStepControlMethod Enumeration
Indicates which step control method is used in the integration of the Feynman-Kac PDE.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum PDEStepControlMethod
Members
  Member nameValueDescription
MethodOfSoederlind0 Indicates that the step control method by Soederlind is used in the integration.
MethodOfPetzold1 Indicates that the step control algorithm of the original Petzold code is used in the integration.
See Also