GetFEM
5.4.2
|
The Iteration object calculates whether the solution has reached the desired accuracy, or whether the maximum number of iterations has been reached. More...
#include <gmm_iter.h>
The Iteration object calculates whether the solution has reached the desired accuracy, or whether the maximum number of iterations has been reached.
The method finished() checks the convergence. The first() method is used to determine the first iteration of the loop.
Definition at line 53 of file gmm_iter.h.