35#ifndef NEKTAR_SPATIALDOMAINS_TETGEOM
36#define NEKTAR_SPATIALDOMAINS_TETGEOM
44namespace SpatialDomains
66 const int j)
const override;
67 virtual int v_GetDir(
const int faceidx,
const int facedir)
const override;
69 virtual void v_Setup()
override;
#define SPATIAL_DOMAINS_EXPORT
virtual int v_GetEdgeFaceMap(const int i, const int j) const override
Returns the standard element edge IDs that are connected to a given face.
virtual int v_GetVertexFaceMap(const int i, const int j) const override
Returns the standard element face IDs that are connected to a given vertex.
virtual int v_GetVertexEdgeMap(const int i, const int j) const override
Returns the standard element edge IDs that are connected to a given vertex.
static const unsigned int VertexEdgeConnectivity[4][3]
static const unsigned int EdgeNormalToFaceVert[4][3]
virtual int v_GetEdgeNormalToFaceVert(const int i, const int j) const override
Returns the standard lement edge IDs that are normal to a given face vertex.
void SetUpFaceOrientation()
void SetUpEdgeOrientation()
void SetUpLocalVertices()
virtual void v_GenGeomFactors() override
virtual void v_Reset(CurveMap &curvedEdges, CurveMap &curvedFaces) override
Reset this geometry object: unset the current state, zero Geometry::m_coeffs and remove allocated Geo...
static const int kNqfaces
static const int kNtfaces
void SetUpXmap()
Set up the m_xmap object by determining the order of each direction from derived faces.
static const std::string XMLElementType
virtual int v_GetDir(const int faceidx, const int facedir) const override
Returns the element coordinate direction corresponding to a given face coordinate direction.
static const unsigned int VertexFaceConnectivity[4][3]
virtual void v_Setup() override
static const unsigned int EdgeFaceConnectivity[6][2]
std::unordered_map< int, CurveSharedPtr > CurveMap
std::map< int, TetGeomSharedPtr > TetGeomMap
std::vector< TetGeomSharedPtr > TetGeomVector
std::shared_ptr< TetGeom > TetGeomSharedPtr
std::shared_ptr< TriGeom > TriGeomSharedPtr
The above copyright notice and this permission notice shall be included.