Click or drag to resize

Core Fields

The GearsBDFWithNordsieckStateCore type exposes the following members.

Fields
 NameDescription
Public field_absoluteTolerances The absolute tolerance. This is either an array of length 1 (in this case the absolute tolerances of all y values are equal), or an array of the same size than y.
Public field_en_current The current error array, i.e. the difference between the iterated y and the first estimation of y of the current step. See eq. 2.12 in Byrne/Hindmarsh 1975 [1].
Public field_en_previous The previous error array, i.e. the difference between the iterated y and the first estimation of y of the previous step. See eq. 2.12 in Byrne/Hindmarsh 1975 [1].
Public field_errorNorm The vector norm, by which from the vector of relative errors (dimension N) the scalar relative error is calculated.
Protected field_f The differential equation to integrate. First arg is the independent variable (x), second arg are the current y-values, and the 3rd arg adopts the derivatives of y as calculated by this function.
Public field_iterationMethod 
Public field_relativeTolerances The relativ tolerances. This is either an array of length 1 (in this case the relative tolerances of all y values are equal), or an array of the same size than y.
Public field_x Array of previous x. x[0] is the current x, x[1] is the previous x and so on.
Top
See Also