SpECTRE  v2024.05.11
RootFinder::StoppingConditions::Convergence Struct Reference

Terminate when the result converges to a value. See GSL documentation for gsl_multiroot_test_delta. More...

#include <GslMultiRoot.hpp>

Public Member Functions

 Convergence (const double absolute_tolerance_, const double relative_tolerance_)
 

Public Attributes

double absolute_tolerance
 
double relative_tolerance
 

Additional Inherited Members

- Protected Member Functions inherited from RootFinder::StoppingCondition
 StoppingCondition (const StoppingCondition &)=default
 
 StoppingCondition (StoppingCondition &&)=default
 
StoppingConditionoperator= (const StoppingCondition &)=default
 
StoppingConditionoperator= (StoppingCondition &&)=default
 

Detailed Description

Terminate when the result converges to a value. See GSL documentation for gsl_multiroot_test_delta.


The documentation for this struct was generated from the following file: