SpECTRE
v2025.03.17
|
The different options for the convergence criterion of gsl_multiroot. More...
Classes | |
struct | Convergence |
Terminate when the result converges to a value. See GSL documentation for gsl_multiroot_test_delta. More... | |
struct | Residual |
Terminate when the residual is small. See GSL documentation for gsl_multiroot_test_residual. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Convergence &condition) |
std::ostream & | operator<< (std::ostream &os, const Residual &condition) |
The different options for the convergence criterion of gsl_multiroot.
See GSL's documentation for multidimensional rootfinding for information on the different stopping conditions.