ODE solver options
Constructor | Description |
Full Usage:
Options()
|
Default construction of an Options instance. |
Instance member | Description |
Full Usage:
this.AbsoluteTolerance
|
Gets or sets absolute error tolerance used in automatic step size calculations. Default is 1e-6. |
Full Usage:
this.InitialStep
|
Gets or sets initial step for solution. Default value 0 means that initial step is computed automatically |
Full Usage:
this.Jacobian
|
Gets or sets a dense Jacobian matrix |
Full Usage:
this.MaxScale
|
Gets or sets maximal step scale factor. |
Full Usage:
this.MaxStep
|
Gets or sets maximal step value. |
Full Usage:
this.MinScale
|
Gets or sets minimal step scale factor. |
Full Usage:
this.MinStep
|
Gets or sets minimal step value. |
Full Usage:
this.NumberOfIterations
|
Gets or sets number of iterations in GearBDF method - isn't used in RK547M/// |
Full Usage:
this.OutputStep
|
Gets or sets step value in output solution. Default value 0 means than all points are included to output |
Full Usage:
this.RelativeTolerance
|
Gets or sets relative error tolerance used in automatic step size calculations. Default is 1e-6. |
Full Usage:
this.SparseJacobian
|
Gets or sets a sparse Jacobian matrix |
Static member | Description |
|
Gets default option set
|