WARPXM v1.10.0
Loading...
Searching...
No Matches
line_basis Namespace Reference

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)
 

Function Documentation

◆ line_collocation_nodes()

def line_basis.line_collocation_nodes (   order)

◆ line_monomials()

def line_basis.line_monomials (   N)

◆ line_orthogonal_polynomials()

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