Optional convergence criterium checking the residual. More...
Optional convergence criterium checking the residual.
If Conv_tol_residual.check = true, the residual, that is abs(magnitude gradient of phi - 1), is considered and the redistancing finishes when the Conv_tol_residual.value (or the max-iteration) is reached.
Definition at line 75 of file RedistancingSussman.hpp.
#include <RedistancingSussman.hpp>
Data Fields | |
bool | check = true |
phi_type | value = 1e-3 |
bool Conv_tol_residual< phi_type >::check = true |
If true, the residual of Phi (see DistFromSol::residual) is considered and the redistancing finishes when the Conv_tol_residual.value (or the max-iteration) is reached. If false, the change is not considered as steady-state criterion. Default: true.
Definition at line 77 of file RedistancingSussman.hpp.
phi_type Conv_tol_residual< phi_type >::value = 1e-3 |
Variable that stores the tolerance value for the residual at which the iterative redistancing process is considered as steady-state. (see also DistFromSol::residual)
Definition at line 80 of file RedistancingSussman.hpp.