Optional convergence criterium checking the total change. More...
Optional convergence criterium checking the total change.
The change between the current and the previous iterations is computed as sum over all the If Conv_tol_change .check = true, the total change of Phi between the iterations is considered and the redistancing finishes when the Conv_tol_change.value (or the max-iteration) is reached.
Definition at line 59 of file RedistancingSussman.hpp.
#include <RedistancingSussman.hpp>
Data Fields | |
bool | check = true |
phi_type | value = 1e-15 |
redistancing process is considered as steady-state. (see also DistFromSol::change) | |
bool Conv_tol_change< phi_type >::check = true |
If true, the total change of Phi (see DistFromSol::change) between the iterations is considered and the redistancing finishes when the Conv_tol_change.value (or the max-iteration) is reached. If false, the change is not considered as steady-state criterion. Default: true.
Definition at line 61 of file RedistancingSussman.hpp.
phi_type Conv_tol_change< phi_type >::value = 1e-15 |
redistancing process is considered as steady-state. (see also DistFromSol::change)
Variable that stores the tolerance value for the change at which the iterative
Definition at line 65 of file RedistancingSussman.hpp.