61 #ifndef CTestRelativeEnergyIncr_h 62 #define CTestRelativeEnergyIncr_h 64 #include <solution/analysis/convergenceTest/ConvergenceTestNorm.h> 83 virtual std::string
getStatusMsg(
const int &flag= 1)
const;
int maxNumIter
max number of iterations
Definition: ConvergenceTest.h:81
virtual std::string getStatusMsg(const int &flag=1) const
Returns a message showing the values of the principal parameters.
Definition: CTestRelativeEnergyIncr.cpp:74
Tests for convergence using the ratio of the current norm to the initial norm (the norm when start is...
Definition: CTestRelativeEnergyIncr.h:74
convergence test.
Definition: ConvergenceTest.h:75
CTestRelativeEnergyIncr(EntCmd *owr)
Constructor.
Definition: CTestRelativeEnergyIncr.cpp:60
int test(void)
Comprueba si se ha producido la convergencia.
Definition: CTestRelativeEnergyIncr.cpp:87
int printFlag
a flag indicating if to print on test
Definition: ConvergenceTest.h:82
================================================================================
Definition: ContinuaReprComponent.h:34
Convergence test that uses vector norm value (solution vector,...).
Definition: ConvergenceTestNorm.h:40
double tol
the tol on the energy used to test for convergence
Definition: ConvergenceTestTol.h:46