Reports the current state of a CVode solver.
More...
Reports the current state of a CVode solver.
|
long int | current_order |
| Order to be attempted on the next step.
|
|
long int | dxdt_method_calls |
| Number of calls to any dxdt method of a state.
|
|
long int | error_test_fails |
| Number of local error test failures that have occurred.
|
|
long int | linear_solver_setups |
| Number of calls to linear solver setup function.
|
|
long int | nonlinear_solver_convergence_failures |
| Number of nonlinear convergence failures.
|
|
long int | nonlinear_solver_iterations |
| Number of nonlinear solver iterations.
|
|
long int | order_reductions |
| Number of order reductions due to stability limit detection.
|
|
long int | rhs_evaluations |
| Number of calls to right hand side function.
|
|
long int | size |
| number of statevariable solved by the solver
|
|
long int | steps |
| Cumulative number of internal steps.
|
|
std::string | sundials_version |
| contains the Sundials version of CVode used
|
|
long int | workspace_byte |
| Number of bytes values in the workspace of the solver.
|
|
long int | workspace_int |
| Number of int values in the workspace of the solver.
|
|
long int | workspace_real |
| Number of real values in the workspace of the solver.
|
|