NodesAndModes.Wedge
NodesAndModes.Wedge.basis — Functionbasis(N, r, s, t)Computes orthonormal basis of degree N at points (r,s,t)
NodesAndModes.Wedge.equi_nodes — Methodequi_nodes(N)Compute equispaced nodes of degree N.
NodesAndModes.Wedge.grad_vandermonde — Methodgrad_vandermonde(N,r)Computes the generalized Vandermonde derivative matrix V of degree N at points r. Specialized for the 1D case
NodesAndModes.Wedge.grad_vandermonde — Methodgrad_vandermonde(N,rst...)Computes the generalized Vandermonde derivative matrix V of degree N at points (r,s,t).
NodesAndModes.Wedge.nodes — Methodnodes(N)Computes interpolation nodes of degree N.
NodesAndModes.Wedge.quad_nodes — Methodquad_nodes(N)Returns quadrature nodes and weights which exactly integrate degree 2N polynomials.
NodesAndModes.Wedge.vandermonde — Methodvandermonde(N,r)Computes the generalized Vandermonde matrix V of degree N at point r. Specialized for the 1D case
NodesAndModes.Wedge.vandermonde — Methodvandermonde(N,rst...)Computes the generalized Vandermonde matrix V of degree N at points (r,s,t).