Namespaces | Variables
elements.cc File Reference

Go to the source code of this file.

Namespaces

 oomph
 //////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
 
 oomph::Locate_zeta_helpers
 Helper namespace for tolerances, number of iterations, etc used in the locate_zeta function in FiniteElement.
 

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
 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) More...