20 #include "libmesh/libmesh_config.h"
22 #ifdef LIBMESH_ENABLE_INFINITE_ELEMENTS
24 #include "libmesh/inf_fe.h"
25 #include "libmesh/jacobi_polynomials.h"
33 Real jacobi_30_00_eval(
unsigned n,
Real x)
44 return val + (n % 2 == 0 ? -1 : +1);
47 Real jacobi_30_00_eval_deriv(
unsigned n,
Real x)
69 #endif // LIBMESH_ENABLE_INFINITE_ELEMENTS