2.0.0b10
catchment modelling framework
|
A set of options for all CVode3 solver. More...
A set of options for all CVode3 solver.
Negative numbers indicate that this option stays on the default value. For the meaning of the options see CVODE-UD, section 4.5.6
See Hindmarsh, A., Serban, R. and Reynolds, D.: User Documentation for cvode v3.1.0, 2017, UCRL-SM-208108
Usage example:
>solver = CVodeDens(p, 1e-9) >solver.options.max_order = 2
Public Attributes | |
int | max_convergence_failures |
maximum number of nonlinear solver convergence failures permitted during one step | |
int | max_error_test_failures |
maximum number of error test failures permitted in attempting one step (default=7) | |
int | max_hnil_warnings |
maximum number of messages issued by the solver warning that t+h=t on the next internal step, default off (-1) | |
int | max_non_linear_iterations |
maximum number of nonlinear solver iterations permitted per step | |
int | max_num_steps |
maximum number of steps to be taken by the solver in its attempt to reach the next output time (default=500) | |
int | max_order |
Maximum order of the solver (default 12 for CVodeAdams and 5 for any other solver) | |