Go to the documentation of this file.
   22 #include "libmesh/fe.h" 
   23 #include "libmesh/elem.h" 
   34                           const unsigned int libmesh_dbg_var(i),
 
   37   libmesh_assert_less (i, 1);
 
   46                           const unsigned int libmesh_dbg_var(i),
 
   50   libmesh_assert_less (i, 1);
 
   63   libmesh_error_msg(
"No spatial derivatives in 0D!");
 
   77   libmesh_error_msg(
"No spatial derivatives in 0D!");
 
   83 #ifdef LIBMESH_ENABLE_SECOND_DERIVATIVES 
   92   libmesh_error_msg(
"No spatial derivatives in 0D!");
 
  106   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.