std::shared_ptr< Geometry2D > Geometry2DSharedPtr
void SetUpFaceOrientation()
std::unordered_map< int, CurveSharedPtr > CurveMap
virtual bool v_ContainsPoint(const Array< OneD, const NekDouble > &gloCoord, Array< OneD, NekDouble > &locCoord, NekDouble tol, NekDouble &resid)
void SetUpLocalVertices()
void SetUpXmap()
Set up the m_xmap object by determining the order of each direction from derived faces.
virtual NekDouble v_GetLocCoords(const Array< OneD, const NekDouble > &coords, Array< OneD, NekDouble > &Lcoords)
Determine the local collapsed coordinates that correspond to a given Cartesian coordinate for this ge...
std::map< int, PrismGeomSharedPtr > PrismGeomMap
static const unsigned int VertexFaceConnectivity[6][3]
virtual int v_GetDir(const int faceidx, const int facedir) const
static const int kNqfaces
virtual void v_Reset(CurveMap &curvedEdges, CurveMap &curvedFaces)
Reset this geometry object: unset the current state, zero Geometry::m_coeffs and remove allocated Geo...
void SetUpEdgeOrientation()
static const unsigned int EdgeFaceConnectivity[9][2]
virtual void v_GenGeomFactors()
virtual int v_GetVertexFaceMap(const int i, const int j) const
Returns the standard element face IDs that are connected to a given vertex.
virtual int v_GetVertexEdgeMap(const int i, const int j) const
Returns the standard element edge IDs that are connected to a given vertex.
static const unsigned int VertexEdgeConnectivity[6][3]
std::shared_ptr< PrismGeom > PrismGeomSharedPtr
static const std::string XMLElementType
virtual int v_GetEdgeFaceMap(const int i, const int j) const
Returns the standard element edge IDs that are connected to a given face.
static const int kNtfaces
#define SPATIAL_DOMAINS_EXPORT