![]() |
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 12 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 16 of file Knobs.h.
Referenced by operator<<.
| double const ChemistryLib::PhreeqcIOData::Knobs::relative_convergence_tolerance |
Definition at line 17 of file Knobs.h.
Referenced by operator<<.
| bool const ChemistryLib::PhreeqcIOData::Knobs::scaling |
Definition at line 20 of file Knobs.h.
Referenced by operator<<.
| int const ChemistryLib::PhreeqcIOData::Knobs::step_size |
Definition at line 19 of file Knobs.h.
Referenced by operator<<.
| double const ChemistryLib::PhreeqcIOData::Knobs::tolerance |
Definition at line 18 of file Knobs.h.
Referenced by operator<<.