Go to the source code of this file.
Namespaces | |
oomph | |
oomph::Locate_zeta_helpers | |
Helper namespace for tolerances and iterations within the Newton method used in the locate_zeta function in FiniteElements. | |
Variables | |
double | oomph::Locate_zeta_helpers::Newton_tolerance = 1.0e-7 |
Convergence tolerance for the newton solver. More... | |
unsigned | oomph::Locate_zeta_helpers::Max_newton_iterations = 10 |
Maximum number of newton iterations. More... | |
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. More... | |
unsigned | oomph::Locate_zeta_helpers::N_local_points = 5 |