12 #ifndef MFEM_ELEMENTTRANSFORM
13 #define MFEM_ELEMENTTRANSFORM
15 #include "../config/config.hpp"
16 #include "../linalg/linalg.hpp"
78 virtual int Order() = 0;
Abstract class for Finite Elements.
Class for an integration rule - an Array of IntegrationPoint.
int GetOrder() const
Returns the order of the finite element.
Data type dense matrix using column-major storage.
A class container for 1D quadrature type constants.
static const int Dimension[NumGeom]
int Height() const
Get the height (size of output) of the Operator. Synonym with NumRows().
int GetGeomType() const
Returns the Geometry::Type of the reference element.
Class for integration point with weight.