DWSIM Class Library Documentation
C#VB
    Show/Hide TOC
    • Loading...

    xOdeBase Class

    Definition

    Namespace: DotNumerics.ODE
    Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
    C#Request Example
    public abstract class xOdeBase
    VBRequest Example
    Public MustInherit Class xOdeBase
    Inheritance
    Object    xOdeBase
    Derived
    DotNumerics.ODE.DVodexBaseOdeGearsAndAdamsMoulton
    DotNumerics.ODExBaseOdeRungeKutta

    Constructors

    xOdeBase 

    Properties

    AbsTol 
    AbsTolArray 
    ErrorToleranceType 
    RelTol 
    RelTolArray 

    Methods

    CheckArguments 
    CheckInitialization 
    CheckTArray 
    InitializeODEs(OdeFunction, Int32) 
    InitializeODEs(OdeFunction, Int32, Double, Double) 
    SetInitialValues 

    Fields

    _AbsTol 
    _AbsTolArray 
    _Errors 
    _ErrorToleranceType 
    _InvokeInitializeODEs 
    _InvokeSetInitialValues 
    _IPar 
    _ITolAdamsGears 
    _ITolRK 
    _IWork 
    _Liw 
    _Lrw 
    _NEquations 
    _RelTol 
    _RelTolArray 
    _RPar 
    _RWork 
    _T0 
    _Y 
    _Y0 

    Extension Methods

    GetEnumNames
    (Defined by General)
    IsValidDouble
    (Defined by General)

    See Also

    Reference

    DotNumerics.ODE Namespace

    In This Article

    • Definition
    • Constructors
    • Properties
    • Methods
    • Fields
    • Extension Methods
    • See Also

    DWSIM is open-source software, released under the GPL v3 license. (c) 2008-2026 Daniel Medeiros and contributors

    Send comments on this topic to Daniel Medeiros