Functions for working with polynomials.
Functions
|
Reshape the coefficients. |
polynomials_dim(arg0: basix._basixcpp.PolynomialType, arg1: basix::cell::type, arg2: int) -> int
Dimension of a polynomial space.
polytype – The polynomial type
cell – The cell type
d – The polynomial degree
The number terms in the basis spanning a space of polynomial degree @p d
Reshape the coefficients.
poly_type – The polynomial type.
cell_type – The cell type
coefficients – The coefficients
value_size – The value size of the polynomials associated with the coefficients.
input_degree – The maximum degree of polynomials associated with the input coefficients.
output_degree – The maximum degree of polynomials associated with the output coefficients.
Coefficients representing the same coefficients as the input in the set of polynomials of the output degree.