35 #ifndef NEKTAR_SPATIALDOMAINS_GEOMETRY3D_H
36 #define NEKTAR_SPATIALDOMAINS_GEOMETRY3D_H
48 namespace SpatialDomains
#define SPATIAL_DOMAINS_EXPORT
virtual int v_GetNumEdges() const
Get the number of edges of this object.
virtual PointGeomSharedPtr v_GetVertex(int i) const
virtual void v_FillGeom()
Put all quadrature information into face/edge structure and backward transform.
std::vector< StdRegions::Orientation > m_forient
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...
virtual int v_GetNumFaces() const
Get the number of faces of this object.
virtual Geometry2DSharedPtr v_GetFace(int i) const
Returns face i of this object.
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.
void NewtonIterationForLocCoord(const Array< OneD, const NekDouble > &coords, const Array< OneD, const NekDouble > &ptsx, const Array< OneD, const NekDouble > &ptsy, const Array< OneD, const NekDouble > &ptsz, Array< OneD, NekDouble > &Lcoords, NekDouble &dist)
virtual Geometry1DSharedPtr v_GetEdge(int i) const
Returns edge i of this object.
virtual int v_GetNumVerts() const
Get the number of vertices of this object.
virtual StdRegions::Orientation v_GetForient(const int i) const
Returns the orientation of face i with respect to the ordering of faces in the standard element.
virtual int v_GetShapeDim() const
Get the object's shape dimension.
std::vector< StdRegions::Orientation > m_eorient
virtual StdRegions::Orientation v_GetEorient(const int i) const
Returns the orientation of edge i with respect to the ordering of edges in the standard element.
Base class for shape geometry information.
std::vector< Geometry3DSharedPtr > Geometry3DVector
std::vector< PointGeomSharedPtr > PointGeomVector
std::shared_ptr< SegGeom > SegGeomSharedPtr
std::vector< Geometry2DSharedPtr > Geometry2DVector
std::vector< SegGeomSharedPtr > SegGeomVector
std::shared_ptr< PointGeom > PointGeomSharedPtr
std::shared_ptr< Geometry2D > Geometry2DSharedPtr
std::shared_ptr< Geometry1D > Geometry1DSharedPtr
std::shared_ptr< Geometry3D > Geometry3DSharedPtr
The above copyright notice and this permission notice shall be included.