Definition at line 19 of file Knobs.h.
#include <Knobs.h>
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | os, |
|
|
Knobs const & | knobs ) |
|
friend |
Definition at line 19 of file Knobs.cpp.
20{
21 os << "KNOBS"
22 << "\n";
23 os << "-iterations " << knobs.max_iterations << "\n";
24 os << "-convergence_tolerance " << knobs.relative_convergence_tolerance
25 << "\n";
26 os << "-tolerance " << knobs.tolerance << "\n";
27 os << "-step_size " << knobs.step_size << "\n";
28 os << "-diagonal_scale " << knobs.scaling << "\n";
29
30 return os;
31}
◆ max_iterations
int const ChemistryLib::PhreeqcIOData::Knobs::max_iterations |
◆ relative_convergence_tolerance
double const ChemistryLib::PhreeqcIOData::Knobs::relative_convergence_tolerance |
◆ scaling
bool const ChemistryLib::PhreeqcIOData::Knobs::scaling |
◆ step_size
int const ChemistryLib::PhreeqcIOData::Knobs::step_size |
◆ tolerance
double const ChemistryLib::PhreeqcIOData::Knobs::tolerance |
The documentation for this struct was generated from the following file: