NodesAndModes.Quad
NodesAndModes.Quad.basis — Methodbasis(N,r,s)Computes orthonormal basis of degree N at coordinates (r,s)
NodesAndModes.Quad.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.Quad.grad_vandermonde — Methodgrad_vandermonde(N,rst...)Computes the generalized Vandermonde derivative matrix V of degree N at points (r,s,t).
NodesAndModes.Quad.quad_nodes — Methodquad_nodes(N)Compute quadrature nodes and weights exact for degree 2N+1 polynomials. Uses a tensor product Gauss quadrature rule.
NodesAndModes.Quad.vandermonde — Methodvandermonde(N,r)Computes the generalized Vandermonde matrix V of degree N at point r. Specialized for the 1D case
NodesAndModes.Quad.vandermonde — Methodvandermonde(N,rst...)Computes the generalized Vandermonde matrix V of degree N at points (r,s,t).