warp.fem.Polynomial#
- class warp.fem.Polynomial(*values)[source]#
Polynomial family defining interpolation nodes over an interval.
Attributes
Gauss--Legendre 1D polynomial family (does not include endpoints).
Lobatto--Gauss--Legendre 1D polynomial family (includes endpoints).
Closed 1D polynomial family with uniformly distributed nodes (includes endpoints).
Open 1D polynomial family with uniformly distributed nodes (does not include endpoints).
- GAUSS_LEGENDRE = 'GL'#
Gauss–Legendre 1D polynomial family (does not include endpoints).
- LOBATTO_GAUSS_LEGENDRE = 'LGL'#
Lobatto–Gauss–Legendre 1D polynomial family (includes endpoints).
- EQUISPACED_CLOSED = 'closed'#
Closed 1D polynomial family with uniformly distributed nodes (includes endpoints).
- EQUISPACED_OPEN = 'open'#
Open 1D polynomial family with uniformly distributed nodes (does not include endpoints).