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