23 for (
int i = 0; i < 6; i++)
29Wedge::Wedge(
int ind1,
int ind2,
int ind3,
int ind4,
int ind5,
int ind6,
44 for (
int i = 0; i < 6; i++)
58 MFEM_ASSERT(v.
Size() == 6,
"!");
64 MFEM_ABORT(
"this method is not valid for Wedge 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).
int GetNFaces() const override
int * GetVertices() override
void SetVertices(const Array< int > &v) override
Set the indices defining the vertices.