Go to the documentation of this file.
20 #include "libmesh/fe.h"
21 #include "libmesh/elem.h"
30 const unsigned int libmesh_dbg_var(i),
33 libmesh_assert_less (i, 1);
42 const unsigned int libmesh_dbg_var(i),
46 libmesh_assert_less (i, 1);
55 const unsigned int libmesh_dbg_var(i),
58 libmesh_assert_less (i, 1);
67 const unsigned int libmesh_dbg_var(i),
71 libmesh_assert_less (i, 1);
84 libmesh_error_msg(
"No spatial derivatives in 0D!");
98 libmesh_error_msg(
"No spatial derivatives in 0D!");
111 libmesh_error_msg(
"No spatial derivatives in 0D!");
125 libmesh_error_msg(
"No spatial derivatives in 0D!");
131 #ifdef LIBMESH_ENABLE_SECOND_DERIVATIVES
140 libmesh_error_msg(
"No spatial derivatives in 0D!");
154 libmesh_error_msg(
"No spatial derivatives in 0D!");
165 libmesh_error_msg(
"No spatial derivatives in 0D!");
179 libmesh_error_msg(
"No spatial derivatives in 0D!");
183 #endif // LIBMESH_ENABLE_SECOND_DERIVATIVES
static OutputShape shape_second_deriv(const ElemType t, const Order o, const unsigned int i, const unsigned int j, const Point &p)
The libMesh namespace provides an interface to certain functionality in the library.
static OutputShape shape(const ElemType t, const Order o, const unsigned int i, const Point &p)
static OutputShape shape_deriv(const ElemType t, const Order o, const unsigned int i, const unsigned int j, const Point &p)
A Point defines a location in LIBMESH_DIM dimensional Real space.
This is the base class from which all geometric element types are derived.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
ElemType
Defines an enum for geometric element types.