12#ifndef MFEM_ELEMENTTRANSFORM
13#define MFEM_ELEMENTTRANSFORM
179 const real_t phys_tol = 1e-15) = 0;
384 MFEM_ASSERT(FE != NULL,
"Must provide a valid FiniteElement object!");
434 virtual int OrderJ()
const;
438 virtual int OrderW()
const;
452 const real_t phys_rel_tol = 1e-15)
Data type dense matrix using column-major storage.
Abstract class for all finite elements.
int GetOrder() const
Returns the order of the finite element. In the case of anisotropic orders, returns the maximum order...
Geometry::Type GetGeomType() const
Returns the Geometry::Type of the reference element.
void SetType(int t)
Set the Quadrature1D type of points to use for subdivision.
static const int Dimension[NumGeom]
Class for integration point with weight.
Class for an integration rule - an Array of IntegrationPoint.
int Height() const
Get the height (size of output) of the Operator. Synonym with NumRows().
Class for parallel meshes.
A class container for 1D quadrature type constants.
OutStream out(std::cout)
Global stream used by the library for standard output. Initially it uses the same std::streambuf as s...