33 Point(
const int *ind,
int attr = -1 );
57 MFEM_DEPRECATED
int GetNFaces(
int &nFaceVertices)
const override
58 { nFaceVertices = 0;
return 0; }
Abstract data type element.
int attribute
Element's attribute (specifying material property, etc).
Type
Constants for the classes derived from Element.
A 0D point finite element.
int GetNVertices() const override
Element * Duplicate(Mesh *m) const override
int GetNFaces() const override
int GetNEdges() const override
void SetVertices(const Array< int > &v) override
Set the indices defining the vertices.
int GetNFaceVertices(int) const override
const int * GetEdgeVertices(int ei) const override
const int * GetFaceVertices(int fi) const override
Geometry::Constants< Geometry::POINT > geom_t
Type GetType() const override
Return element's type.
MFEM_DEPRECATED int GetNFaces(int &nFaceVertices) const override
int * GetVertices() override
PointFiniteElement PointFE