20 #ifndef LIBMESH_FACE_TRI7_H 21 #define LIBMESH_FACE_TRI7_H 24 #include "libmesh/libmesh_common.h" 25 #include "libmesh/face_tri.h" 76 virtual ~Tri7() =
default;
91 virtual unsigned int n_sub_elem()
const override {
return 4; }
96 virtual bool is_vertex(
const unsigned int i)
const override;
101 virtual bool is_edge(
const unsigned int i)
const override;
106 virtual bool is_face(
const unsigned int i)
const override;
113 const unsigned int s)
const override;
115 virtual std::vector<unsigned int>
nodes_on_side(
const unsigned int s)
const override;
117 virtual std::vector<unsigned int>
nodes_on_edge(
const unsigned int e)
const override;
124 const unsigned int e)
const override 162 unsigned int side_node)
const override;
164 virtual std::unique_ptr<Elem>
build_side_ptr (
const unsigned int i)
override;
170 const unsigned int i)
override;
177 std::vector<dof_id_type> & conn)
const override;
191 const unsigned int v)
const override;
198 virtual std::pair<unsigned short int, unsigned short int>
219 virtual void permute(
unsigned int perm_num)
override final;
223 #ifdef LIBMESH_ENABLE_AMR 225 const std::vector<std::pair<unsigned char, unsigned char>> &
227 unsigned int n)
const override 244 #ifdef LIBMESH_ENABLE_AMR 250 const unsigned int j,
251 const unsigned int k)
const override 264 static const std::vector<std::pair<unsigned char, unsigned char>>
269 #endif // LIBMESH_ENABLE_AMR 293 #endif // LIBMESH_FACE_TRI6_H
Node * _nodelinks_data[num_nodes]
Data for links to nodes.
virtual std::vector< unsigned int > nodes_on_side(const unsigned int s) const override
virtual std::pair< unsigned short int, unsigned short int > second_order_child_vertex(const unsigned int n) const override
ElemType
Defines an enum for geometric element types.
Order
defines an enum for polynomial orders.
virtual bool has_affine_map() const override
A Node is like a Point, but with more information.
static const unsigned short int _second_order_adjacent_vertices[num_sides][2]
Matrix that tells which vertices define the location of mid-side (or second-order) nodes...
virtual bool is_node_on_side(const unsigned int n, const unsigned int s) const override
virtual unsigned int n_second_order_adjacent_vertices(const unsigned int) const override
virtual Real embedding_matrix(const unsigned int i, const unsigned int j, const unsigned int k) const override
Matrix used to create the elements children.
virtual void permute(unsigned int perm_num) override final
Permutes the element (by swapping node and neighbor pointers) according to the specified index...
virtual Order default_order() const override
static const int num_sides
Geometric constants for all Tris.
virtual std::unique_ptr< Elem > build_side_ptr(const unsigned int i) override
virtual std::unique_ptr< Elem > build_side_ptr(const unsigned int i)=0
virtual dof_id_type key() const
IOPackage
libMesh interfaces with several different software packages for the purposes of creating, reading, and writing mesh files.
virtual unsigned int n_nodes() const override
virtual bool is_face(const unsigned int i) const override
This is the base class from which all geometric element types are derived.
virtual ElemType type() const override
The Tri is an element in 2D composed of 3 sides.
static const unsigned short int _second_order_vertex_child_number[num_nodes]
Vector that names a child sharing each second order node.
The libMesh namespace provides an interface to certain functionality in the library.
static const int num_children
virtual std::vector< unsigned int > nodes_on_edge(const unsigned int e) const override
static const unsigned short int _second_order_vertex_child_index[num_nodes]
Vector that names the child vertex index for each second order node.
virtual dof_id_type key() const override final
static const Real _embedding_matrix[num_children][num_nodes][num_nodes]
Matrix that computes new nodal locations/solution values from current nodes/solution.
The BoundaryInfo class contains information relevant to boundary conditions including storing faces...
LIBMESH_ENABLE_TOPOLOGY_CACHES
virtual Order default_side_order() const override
static const int num_nodes
Geometric constants for Tri7.
Tri7(Elem *p=nullptr)
Constructor.
virtual bool is_vertex(const unsigned int i) const override
virtual void connectivity(const unsigned int sf, const IOPackage iop, std::vector< dof_id_type > &conn) const override
Defines a Cartesian bounding box by the two corner extremum.
ElemType side_type(const unsigned int s) const override final
static const std::vector< std::pair< unsigned char, unsigned char > > _parent_bracketing_nodes[num_children][num_nodes]
Pairs of nodes that bracket child nodes when doing mesh refinement.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
virtual unsigned int n_sub_elem() const override
virtual void flip(BoundaryInfo *) override final
Flips the element (by swapping node and neighbor pointers) to have a mapping Jacobian of opposite sig...
virtual const std::vector< std::pair< unsigned char, unsigned char > > & parent_bracketing_nodes(unsigned int c, unsigned int n) const override
virtual bool is_node_on_edge(const unsigned int n, const unsigned int e) const override
unsigned int center_node_on_side(const unsigned short side) const override final
virtual BoundingBox loose_bounding_box() const override
Tri7 & operator=(const Tri7 &)=delete
The Tri7 is an element in 2D composed of 7 nodes.
virtual unsigned int local_side_node(unsigned int side, unsigned int side_node) const override
static const int nodes_per_side
virtual unsigned short int second_order_adjacent_vertex(const unsigned int n, const unsigned int v) const override
static const unsigned int side_nodes_map[num_sides][nodes_per_side]
This maps the node of the side to element node numbers.
virtual bool is_edge(const unsigned int i) const override