elements.cc File Reference
#include <float.h>
#include "elements.h"
#include "timesteppers.h"
#include "integral.h"
#include "shape.h"
#include "oomph_definitions.h"
#include "element_with_external_element.h"

Namespaces

 oomph
 DRAIG: Change all instances of (SPATIAL_DIM) to (DIM-1).
 
 oomph::Locate_zeta_helpers
 

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