164 std::pair<std::vector<double>, std::array<std::size_t, 3>>
166 std::experimental::mdspan<
const double,
167 std::experimental::dextents<std::size_t, 2>>
211 std::experimental::mdspan<
double,
212 std::experimental::dextents<std::size_t, 3>>
215 std::experimental::mdspan<
const double,
216 std::experimental::dextents<std::size_t, 2>>
type
Cell type.
Definition: cell.h:20
Polynomial expansion sets.
Definition: polyset.h:126
int nderivs(cell::type cell, int d)
Definition: polyset.cpp:1527
int dim(cell::type cell, int d)
Definition: polyset.cpp:1502
std::pair< std::vector< double >, std::array< std::size_t, 3 > > tabulate(cell::type celltype, int d, int n, std::experimental::mdspan< const double, std::experimental::dextents< std::size_t, 2 >> x)
Tabulate the orthonormal polynomial basis, and derivatives, at points on the reference cell.
Definition: polyset.cpp:1487