14 template <std::
floating_po
int T>
47 template <std::
floating_po
int T>
48 std::pair<std::vector<T>, std::array<std::size_t, 2>>
50 const FiniteElement<T>& element_to);
Basix: FEniCS runtime basis evaluation library.
Definition: cell.h:17
std::pair< std::vector< T >, std::array< std::size_t, 2 > > compute_interpolation_operator(const FiniteElement< T > &element_from, const FiniteElement< T > &element_to)
Compute a matrix that represents the interpolation between two elements.
Definition: interpolation.cpp:21