20 #ifndef LIBMESH_MESH_SUBDIVISION_SUPPORT_H 21 #define LIBMESH_MESH_SUBDIVISION_SUPPORT_H 67 std::vector<const Node *> & nodes);
103 static const unsigned int next[3] = {1,2,0};
109 static const unsigned int prev[3] = {2,0,1};
117 #endif // LIBMESH_MESH_SUBDIVISION_SUPPORT_H
A surface shell element used in mechanics calculations.