71 for (
int i = 0; i !=
_order + 1; ++i)
73 for (
int j = 0; j !=
_order + 1 - i; ++j)
87 libmesh_error_msg(
"Element type not supported!:" << type_in);
virtual void init(const ElemType type=INVALID_ELEM, unsigned int p_level=0)
std::vector< Point > _points
std::vector< Real > _weights
virtual void init_2D(const ElemType _type=INVALID_ELEM, unsigned int p_level=0) override
Implements grid-based quadrature rules suitable for non-smooth functions.
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
void tensor_product_quad(const QBase &q1D)