44 explicit AbsError(
unsigned = 0,
double = 1
E-8,
unsigned = 7,
bool =
false);
46 unique_ptr<Converger>
get_copy()
override;
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:38
unique_ptr< Converger > get_copy() override
Definition: AbsError.cpp:32
AbsError(unsigned=0, double=1E-8, unsigned=7, bool=false)
The default constructor.
Definition: AbsError.cpp:29
The Converger class handles converger test to indicate if the iteration converges according to variou...
Definition: Converger.h:44