#define SPATIAL_DOMAINS_EXPORT
virtual int v_GetNumVerts() const
Get the number of vertices of this object.
virtual PointGeomSharedPtr v_GetVertex(const int i) const
virtual LibUtilities::ShapeType v_GetShapeType() const
virtual void v_Reset(CurveMap &curvedEdges, CurveMap &curvedFaces)
Reset this geometry object: unset the current state, zero Geometry::m_coeffs and remove allocated Geo...
StdRegions::Orientation m_porient[kNverts]
virtual void v_GenGeomFactors()
CurveSharedPtr GetCurve()
SegGeomSharedPtr GenerateOneSpaceDimGeom(void)
Generate a one dimensional space segment geometry where the vert[0] has the same x value and vert[1] ...
CurveSharedPtr m_curve
Boolean indicating whether object owns the data.
SpatialDomains::PointGeomSharedPtr m_verts[kNverts]
static StdRegions::Orientation GetEdgeOrientation(const SegGeom &edge1, const SegGeom &edge2)
Get the orientation of edge1.
virtual NekDouble v_GetCoord(const int i, const Array< OneD, const NekDouble > &Lcoord)
Given local collapsed coordinate Lcoord, return the value of physical coordinate in direction i.
virtual void v_FillGeom()
Populate the coordinate mapping Geometry::m_coeffs information from any children geometry elements.
std::map< int, SegGeomSharedPtr > SegGeomMap
std::shared_ptr< Curve > CurveSharedPtr
std::unordered_map< int, CurveSharedPtr > CurveMap
std::shared_ptr< SegGeom > SegGeomSharedPtr
std::shared_ptr< PointGeom > PointGeomSharedPtr