36#ifndef NEKTAR_SPATIALDOMAINS_GEOMETRY2D_H
37#define NEKTAR_SPATIALDOMAINS_GEOMETRY2D_H
#define SPATIAL_DOMAINS_EXPORT
int v_GetShapeDim() const override
Get the object's shape dimension.
void NewtonIterationForLocCoord(const Array< OneD, const NekDouble > &coords, const Array< OneD, const NekDouble > &ptsx, const Array< OneD, const NekDouble > &ptsy, Array< OneD, NekDouble > &Lcoords, NekDouble &dist)
Array< OneD, int > m_manifold
Array< OneD, Array< OneD, NekDouble > > m_edgeNormal
void SolveStraightEdgeQuad(const Array< OneD, const NekDouble > &coords, Array< OneD, NekDouble > &Lcoords)
PointGeomSharedPtr v_GetVertex(int i) const override
Geometry1DSharedPtr v_GetEdge(int i) const override
Returns edge i of this object.
std::vector< StdRegions::Orientation > m_eorient
NekDouble v_GetLocCoords(const Array< OneD, const NekDouble > &coords, Array< OneD, NekDouble > &Lcoords) override
Determine the local collapsed coordinates that correspond to a given Cartesian coordinate for this ge...
int v_AllLeftCheck(const Array< OneD, const NekDouble > &gloCoord) override
CurveSharedPtr GetCurve()
void v_CalculateInverseIsoParam() override
StdRegions::Orientation v_GetEorient(const int i) const override
Returns the orientation of edge i with respect to the ordering of edges in the standard element.
NekDouble v_FindDistance(const Array< OneD, const NekDouble > &xs, Array< OneD, NekDouble > &xi) override
int v_GetNumEdges() const override
Get the number of edges of this object.
int v_GetNumVerts() const override
Get the number of vertices of this object.
Base class for shape geometry information.
std::vector< PointGeomSharedPtr > PointGeomVector
std::shared_ptr< Curve > CurveSharedPtr
std::shared_ptr< SegGeom > SegGeomSharedPtr
std::vector< Geometry2DSharedPtr > Geometry2DVector
std::vector< SegGeomSharedPtr > SegGeomVector
std::shared_ptr< Geometry0D > Geometry0DSharedPtr
std::shared_ptr< PointGeom > PointGeomSharedPtr
std::shared_ptr< Geometry2D > Geometry2DSharedPtr
std::shared_ptr< Geometry1D > Geometry1DSharedPtr