- Member basix::cell::num_sub_entities (cell::type celltype, int dim)
- Optimise this function
- Member basix::FiniteElement::tabulate (int nd, impl::cmdspan2_t x, impl::mdspan4_t basis) const
- Remove all internal dynamic memory allocation, pass scratch space as required
- Member basix::moments::make_dot_integral_moments (const FiniteElement &V, cell::type celltype, std::size_t value_size, int q_deg)
- Clarify what happens value size of the moment space is less than
value_size
.
- Member basix::polyset::tabulate (cell::type celltype, int d, int n, std::experimental::mdspan< const double, std::experimental::dextents< std::size_t, 2 >> x)
- Does the order for the third index need to be documented?
- Member basix::polyset::tabulate (std::experimental::mdspan< double, std::experimental::dextents< std::size_t, 3 >> P, cell::type celltype, int d, int n, std::experimental::mdspan< const double, std::experimental::dextents< std::size_t, 2 >> x)
- Does the order for the third index need to be documented?