#include "LSODE-opts.h"
Definition at line 14 of file LSODE-opts.h.
◆ LSODE_options() [1/2]
LSODE_options::LSODE_options |
( |
| ) |
|
|
inline |
◆ LSODE_options() [2/2]
◆ ~LSODE_options()
LSODE_options::~LSODE_options |
( |
| ) |
|
|
inline |
◆ absolute_tolerance()
Array<double> LSODE_options::absolute_tolerance |
( |
| ) |
const |
|
inline |
◆ init()
void LSODE_options::init |
( |
| ) |
|
|
inline |
◆ initial_step_size()
double LSODE_options::initial_step_size |
( |
| ) |
const |
|
inline |
◆ integration_method()
std::string LSODE_options::integration_method |
( |
| ) |
const |
|
inline |
◆ jacobian_type()
std::string LSODE_options::jacobian_type |
( |
| ) |
const |
|
inline |
◆ lower_jacobian_subdiagonals()
◆ maximum_order()
◆ maximum_step_size()
double LSODE_options::maximum_step_size |
( |
| ) |
const |
|
inline |
◆ minimum_step_size()
double LSODE_options::minimum_step_size |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ relative_tolerance()
double LSODE_options::relative_tolerance |
( |
| ) |
const |
|
inline |
◆ set_absolute_tolerance() [1/2]
void LSODE_options::set_absolute_tolerance |
( |
const Array< double > & |
val | ) |
|
|
inline |
◆ set_absolute_tolerance() [2/2]
void LSODE_options::set_absolute_tolerance |
( |
double |
val | ) |
|
|
inline |
◆ set_default_options()
void LSODE_options::set_default_options |
( |
| ) |
|
|
inline |
◆ set_initial_step_size()
void LSODE_options::set_initial_step_size |
( |
double |
val | ) |
|
|
inline |
◆ set_integration_method()
void LSODE_options::set_integration_method |
( |
const std::string & |
val | ) |
|
|
inline |
◆ set_jacobian_type()
void LSODE_options::set_jacobian_type |
( |
const std::string & |
val | ) |
|
|
inline |
◆ set_lower_jacobian_subdiagonals()
◆ set_maximum_order()
◆ set_maximum_step_size()
void LSODE_options::set_maximum_step_size |
( |
double |
val | ) |
|
|
inline |
◆ set_minimum_step_size()
void LSODE_options::set_minimum_step_size |
( |
double |
val | ) |
|
|
inline |
◆ set_options()
◆ set_relative_tolerance()
void LSODE_options::set_relative_tolerance |
( |
double |
val | ) |
|
|
inline |
◆ set_step_limit()
◆ set_upper_jacobian_subdiagonals()
◆ step_limit()
◆ upper_jacobian_subdiagonals()
◆ m_reset
bool LSODE_options::m_reset |
|
protected |
The documentation for this class was generated from the following file: