WARPXM v1.10.0
|
Classes | |
class | LineBasis |
Functions | |
def | line_orthogonal_polynomials (N) |
The orthogonal polynomial family on the [0, 1] line interval, up to degree N. | |
def | line_monomials (N) |
def | line_collocation_nodes (order) |
def line_basis.line_collocation_nodes | ( | order | ) |
def line_basis.line_monomials | ( | N | ) |
def line_basis.line_orthogonal_polynomials | ( | N | ) |
The orthogonal polynomial family on the [0, 1] line interval, up to degree N.
Returns a list of dictionaries, each of which has two keys: p
: the i'th orthogonal polynomial dpdr
: the r derivative of the i'th orthogonal polynomial