Go to the documentation of this file.
   20 #ifndef LIBMESH_MESH_SUBDIVISION_SUPPORT_H 
   21 #define LIBMESH_MESH_SUBDIVISION_SUPPORT_H 
   24 #include "libmesh/libmesh.h" 
   25 #include "libmesh/face_tri3_subdivision.h" 
   66                    std::vector<const Node *> & nodes);
 
  102 static const unsigned int next[3] = {1,2,0};
 
  108 static const unsigned int prev[3] = {2,0,1};
 
  116 #endif // LIBMESH_MESH_SUBDIVISION_SUPPORT_H 
  
The libMesh namespace provides an interface to certain functionality in the library.
 
This is the MeshBase class.
 
The Tri3Subdivision element is a three-noded subdivision surface shell element used in mechanics calc...