SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
RootFinder::StoppingConditions Namespace Reference

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::ostreamoperator<< (std::ostream &os, const Convergence &condition)
std::ostreamoperator<< (std::ostream &os, const Residual &condition)

Detailed Description

The different options for the convergence criterion of gsl_multiroot.

See GSL's documentation for multidimensional rootfinding for information on the different stopping conditions.