![]() |
OGS
|
|
#include <Knobs.h>
Public Attributes | |
| int const | max_iterations |
| double const | relative_convergence_tolerance |
| double const | tolerance |
| int const | step_size |
| bool const | scaling |
Friends | |
| std::ostream & | operator<< (std::ostream &os, Knobs const &knobs) |
|
friend |
Definition at line 19 of file Knobs.cpp.
References max_iterations, relative_convergence_tolerance, scaling, step_size, and tolerance.
| int const ChemistryLib::PhreeqcIOData::Knobs::max_iterations |
Definition at line 23 of file Knobs.h.
Referenced by operator<<.
| double const ChemistryLib::PhreeqcIOData::Knobs::relative_convergence_tolerance |
Definition at line 24 of file Knobs.h.
Referenced by operator<<.
| bool const ChemistryLib::PhreeqcIOData::Knobs::scaling |
Definition at line 27 of file Knobs.h.
Referenced by operator<<.
| int const ChemistryLib::PhreeqcIOData::Knobs::step_size |
Definition at line 26 of file Knobs.h.
Referenced by operator<<.
| double const ChemistryLib::PhreeqcIOData::Knobs::tolerance |
Definition at line 25 of file Knobs.h.
Referenced by operator<<.