18#ifndef LIBMESH_FACE_QUAD9_SHELL_H
19#define LIBMESH_FACE_QUAD9_SHELL_H
This is the base class from which all geometric element types are derived.
The QUAD9 is an element in 2D composed of 9 nodes.
QuadShell9 is almost identical to Quad9.
QuadShell9(Elem *p=nullptr)
Constructor.
virtual ElemType type() const override
QuadShell9(const QuadShell9 &)=delete
virtual ~QuadShell9()=default
QuadShell9 & operator=(const QuadShell9 &)=delete
QuadShell9(QuadShell9 &&)=delete
The libMesh namespace provides an interface to certain functionality in the library.
ElemType
Defines an enum for geometric element types.