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