23   for (
int i = 0; i < 5; i++)
 
 
   42   for (
int i = 0; i < 5; i++)
 
 
   56   MFEM_ASSERT(v.
Size() == 5, 
"!");
 
 
   62   MFEM_ABORT(
"this method is not valid for Pyramid elements");
 
 
void SetSize(int nsize)
Change the logical size of the array, keep existing entries.
int Size() const
Return the logical size of the array.
T * end()
STL-like end. Returns pointer after the last element of the array.
T * begin()
STL-like begin. Returns pointer to the first element of the array.
Abstract data type element.
int attribute
Element's attribute (specifying material property, etc).
void SetVertices(const Array< int > &v) override
Set the indices defining the vertices.
int GetNFaces() const override
int * GetVertices() override