Go to the documentation of this file.
   22 #include "libmesh/fe.h" 
   23 #include "libmesh/elem.h" 
   38   libmesh_error_msg(
"Clough-Tocher elements require the real element \nto construct gradient-based degrees of freedom.");
 
   53   libmesh_not_implemented();
 
   66   libmesh_error_msg(
"Clough-Tocher elements require the real element \nto construct gradient-based degrees of freedom.");
 
   81   libmesh_not_implemented();
 
   87 #ifdef LIBMESH_ENABLE_SECOND_DERIVATIVES 
   96   libmesh_error_msg(
"Clough-Tocher elements require the real element \nto construct gradient-based degrees of freedom.");
 
  110   libmesh_not_implemented();
 
  
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.