Go to the documentation of this file.
20 #include "libmesh/fe.h"
21 #include "libmesh/elem.h"
29 const unsigned int libmesh_dbg_var(i),
32 libmesh_assert_less (i, 1);
41 const unsigned int libmesh_dbg_var(i),
45 libmesh_assert_less (i, 1);
54 const unsigned int libmesh_dbg_var(i),
57 libmesh_assert_less (i, 1);
66 const unsigned int libmesh_dbg_var(i),
70 libmesh_assert_less (i, 1);
83 libmesh_error_msg(
"No spatial derivatives in 0D!");
97 libmesh_error_msg(
"No spatial derivatives in 0D!");
110 libmesh_error_msg(
"No spatial derivatives in 0D!");
124 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!");
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.