Helper namespace for tolerances and iterations within the Newton method used in the locate_zeta function in FiniteElements. More...
Variables | |
double | Newton_tolerance = 1.0e-7 |
Convergence tolerance for the newton solver. More... | |
unsigned | Max_newton_iterations = 10 |
Maximum number of newton iterations. More... | |
double | Radius_multiplier_for_fast_exit_from_locate_zeta =1.5 |
Multiplier for (zeta-based) outer radius of element used for deciding that point is outside element. Set to negative value to suppress test. More... | |
unsigned | N_local_points = 5 |
Helper namespace for tolerances and iterations within the Newton method used in the locate_zeta function in FiniteElements.
Helper namespace for tolerances, number of iterations, etc used in the locate_zeta function in FiniteElement
unsigned oomph::Locate_zeta_helpers::Max_newton_iterations = 10 |
Maximum number of newton iterations.
Maximum number of Newton iterations.
Definition at line 1627 of file elements.cc.
Referenced by oomph::FiniteElement::locate_zeta().
unsigned oomph::Locate_zeta_helpers::N_local_points = 5 |
Number of points along one dimension of each element used to create coordinates within the element in order to see which has the smallest initial residual (and is therefore used as the initial guess in the Newton method when locating coordinate)
Number of points along one dimension of each element used to create coordinates within the element in order to see which has the smallest initial residual (and is therefore used as the initial guess in the Newton method for locate_zeta)
Definition at line 1638 of file elements.cc.
Referenced by oomph::FiniteElement::locate_zeta().
double oomph::Locate_zeta_helpers::Newton_tolerance = 1.0e-7 |
Convergence tolerance for the newton solver.
Convergence tolerance for the Newton solver.
Definition at line 1624 of file elements.cc.
Referenced by oomph::FiniteElement::locate_zeta().
double oomph::Locate_zeta_helpers::Radius_multiplier_for_fast_exit_from_locate_zeta =1.5 |
Multiplier for (zeta-based) outer radius of element used for deciding that point is outside element. Set to negative value to suppress test.
Definition at line 1632 of file elements.cc.
Referenced by oomph::FiniteElement::locate_zeta().