36 #ifndef NekMeshUtils_MESHELEMENTS_QUAD
37 #define NekMeshUtils_MESHELEMENTS_QUAD
44 namespace NekMeshUtils
55 std::vector<NodeSharedPtr> pNodeList,
56 std::vector<int> pTagList)
58 return boost::shared_ptr<Element>(
65 std::vector<NodeSharedPtr> pNodeList,
66 std::vector<int> pTagList);
75 std::vector<NodeSharedPtr> &nodeList)
const;
84 bool justConfig =
false);
NEKMESHUTILS_EXPORT Quadrilateral(ElmtConfig pConf, std::vector< NodeSharedPtr > pNodeList, std::vector< int > pTagList)
Create a quadrilateral element.
Basic information about an element.
static NEKMESHUTILS_EXPORT unsigned int GetNumNodes(ElmtConfig pConf)
Return the number of nodes defining a quadrilateral.
virtual NEKMESHUTILS_EXPORT SpatialDomains::GeometrySharedPtr GetGeom(int coordDim)
Generate a Nektar++ geometry object for this element.
static ElementSharedPtr create(ElmtConfig pConf, std::vector< NodeSharedPtr > pNodeList, std::vector< int > pTagList)
Creates an instance of this class.
A 2-dimensional four-sided element.
virtual NEKMESHUTILS_EXPORT StdRegions::Orientation GetEdgeOrient(int edgeId, EdgeSharedPtr edge)
Get the edge orientation of edge with respect to the local element, which lies at edge index edgeId...
boost::shared_ptr< Edge > EdgeSharedPtr
Shared pointer to an edge.
static LibUtilities::ShapeType m_type
Element type.
#define NEKMESHUTILS_EXPORT
virtual NEKMESHUTILS_EXPORT ~Quadrilateral()
boost::shared_ptr< Element > ElementSharedPtr
virtual NEKMESHUTILS_EXPORT void MakeOrder(int order, SpatialDomains::GeometrySharedPtr geom, LibUtilities::PointsType pType, int coordDim, int &id, bool justConfig=false)
Insert interior (i.e. volume) points into this element to make the geometry an order order representa...
boost::shared_ptr< Geometry > GeometrySharedPtr
Base class for element definitions.
virtual NEKMESHUTILS_EXPORT void GetCurvedNodes(std::vector< NodeSharedPtr > &nodeList) const
get list of volume interior nodes