#include <Case.h>
Struct for holding solver options in Case. More...
Public Attributes | |
| int | solver |
| selection of the solver More... | |
| int | nterm |
| Minimum number of exponential expansion terms. More... | |
| int | nshrt |
| Maximum number of short-lived precursors in a chain. More... | |
| int | internal_steps |
| Number of substeps with no output, reinterpolation, etc. More... | |
| double | abstol |
| Absolute tolerance of the RADAU5 solver. More... | |
| double | reltol |
| Relative tolerance of the RADAU5 solver. More... | |
| int | cram_order |
| Order of rational approximation in the CRAM solver. More... | |
Detailed Description
Struct for holding solver options in Case.
Member Data Documentation
| int solver |
selection of the solver
Referenced by Case::get_solver(), Case::get_solver_options(), Case::initialize_solver(), and Case::set_solver_options().
| int nterm |
Minimum number of exponential expansion terms.
Referenced by Case::get_solver_options(), Case::initialize_solver(), and Case::set_solver_options().
| int nshrt |
Maximum number of short-lived precursors in a chain.
Referenced by Case::get_solver_options(), Case::initialize_solver(), and Case::set_solver_options().
| int internal_steps |
Number of substeps with no output, reinterpolation, etc.
Referenced by Case::get_solver_options(), Case::initialize_solver(), and Case::set_solver_options().
| double abstol |
Absolute tolerance of the RADAU5 solver.
Referenced by Case::get_solver_options(), Case::initialize_solver(), and Case::set_solver_options().
| double reltol |
Relative tolerance of the RADAU5 solver.
Referenced by Case::get_solver_options(), Case::initialize_solver(), and Case::set_solver_options().
| int cram_order |
Order of rational approximation in the CRAM solver.
Referenced by Case::get_solver_options(), Case::initialize_solver(), and Case::set_solver_options().
The documentation for this struct was generated from the following file:
- Core/dc/Case.h

1.8.10