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);
102static const unsigned int next[3] = {1,2,0};
108static const unsigned int prev[3] = {2,0,1};
This is the MeshBase class.
The Tri3Subdivision element is a three-noded subdivision surface shell element used in mechanics calc...
The libMesh namespace provides an interface to certain functionality in the library.