36 explicit AbsIncreAcc(
unsigned = 0,
double = 1
E-8,
unsigned = 7,
bool =
false);
The AbsIncreAcc class that handles converger test to indicate if the iteration converges.
Definition AbsIncreAcc.h:34
unique_ptr< Converger > unique_copy() override
Definition AbsIncreAcc.cpp:33
bool is_converged(unsigned) override
Method to return conv_flag.
Definition AbsIncreAcc.cpp:39
The Converger class handles converger test to indicate if the iteration converges according to variou...
Definition Converger.h:44