47 return geom->ContainsPoint(gloCoord);
58 std::shared_ptr<Geometry>,
60 "Geometry", py::no_init)
89 py::return_value_policy<py::copy_const_reference>())
int GetShapeDim() const
Get the object's shape dimension.
int GetTid(int i) const
Get the ID of trace i of this object.
int GetEid(int i) const
Get the ID of edge i of this object.
int GetFid(int i) const
Get the ID of face i of this object.
void Geometry_GenGeomFactors(GeometrySharedPtr geom)
Base class for shape geometry information.
StdRegions::StdExpansionSharedPtr GetXmap() const
Return the mapping object Geometry::m_xmap that represents the coordinate transformation from standar...
Geometry2DSharedPtr GetFace(int i) const
Returns face i of this object.
std::shared_ptr< GeomFactors > GeomFactorsSharedPtr
Pointer to a GeomFactors object.
bool Geometry_ContainsPoint(GeometrySharedPtr geom, const Array< OneD, const NekDouble > &gloCoord)
int GetGlobalID(void) const
Get the ID of this object.
int GetNumFaces() const
Get the number of faces of this object.
int GetCoordim() const
Return the coordinate dimension of this object (i.e. the dimension of the space in which this object ...
StdRegions::Orientation GetEorient(const int i) const
Returns the orientation of edge i with respect to the ordering of edges in the standard element...
std::shared_ptr< Geometry > GeometrySharedPtr
void FillGeom()
Populate the coordinate mapping Geometry::m_coeffs information from any children geometry elements...
int GetVid(int i) const
Get the ID of vertex i of this object.
int GetNumVerts() const
Get the number of vertices of this object.
const Array< OneD, const NekDouble > & GetCoeffs(const int i) const
Return the coefficients of the transformation Geometry::m_xmap in coordinate direction i...
int GetNumEdges() const
Get the number of edges of this object.
Geometry1DSharedPtr GetEdge(int i) const
Returns edge i of this object.
StdRegions::Orientation GetForient(const int i) const
Returns the orientation of face i with respect to the ordering of faces in the standard element...
PointGeomSharedPtr GetVertex(int i) const
Returns vertex i of this object.
LibUtilities::ShapeType GetShapeType(void)
Get the geometric shape type of this object.