oomph::Locate_zeta_helpers Namespace Reference

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
 
unsigned N_local_points = 5
 

Detailed Description

Helper namespace for tolerances, number of iterations, etc used in the locate_zeta function in FiniteElement

Helper namespace for tolerances and iterations within the Newton method used in the locate_zeta function in FiniteElements.

Variable Documentation

◆ Max_newton_iterations

◆ N_local_points

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)

Referenced by oomph::FiniteElement::locate_zeta().

◆ Newton_tolerance

double oomph::Locate_zeta_helpers::Newton_tolerance = 1.0e-7

Convergence tolerance for the newton solver.

Convergence tolerance for the Newton solver.

Referenced by oomph::FiniteElement::locate_zeta().

◆ Radius_multiplier_for_fast_exit_from_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.

Referenced by oomph::FiniteElement::locate_zeta().