Go to the documentation of this file.
20 #include "libmesh/libmesh_config.h"
21 #ifdef LIBMESH_ENABLE_INFINITE_ELEMENTS
22 #include "libmesh/inf_fe.h"
39 libmesh_error_msg(
"bad index i = " << i);
52 return -2./((1.-v)*(1.-v));
54 return 2./((1.-v)*(1.-v));
57 libmesh_error_msg(
"bad index i = " << i);
76 #endif // LIBMESH_ENABLE_INFINITE_ELEMENTS
static Real eval_deriv(Real v, Order o_radial, unsigned int i)
The libMesh namespace provides an interface to certain functionality in the library.
static Real eval(Real v, Order o, unsigned int i)
static Real eval_deriv(Real v, Order o, unsigned int i)
static Real eval(Real v, Order o_radial, unsigned int i)
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real