24 zienkiewicz_taylor = 20,
37template <std::
floating_po
int T>
53template <std::
floating_po
int T>
59template <std::
floating_po
int T>
A finite element.
Definition finite-element.h:139
type
Cell type.
Definition cell.h:21
type
Cell type.
Definition polyset.h:136
Quadrature rules.
Definition quadrature.h:15
type
Quadrature type.
Definition quadrature.h:19
std::vector< T > get_gll_points(int m)
Get Gauss-Lobatto-Legendre (GLL) points on the interval [0, 1].
Definition quadrature.cpp:4965
quadrature::type get_default_rule(cell::type celltype, int m)
Get the default quadrature type for the given cell and order.
Definition quadrature.cpp:4893
std::array< std::vector< T >, 2 > make_quadrature(const quadrature::type rule, cell::type celltype, polyset::type polytype, int m)
Make a quadrature rule on a reference cell.
Definition quadrature.cpp:4923
std::vector< T > get_gl_points(int m)
Get Gauss-Legendre (GL) points on the interval [0, 1].
Definition quadrature.cpp:4957