NodesAndModes.Tet

NodesAndModes.Tet.nodesMethod
nodes(N)

Computes interpolation nodes of degree N. Edge nodes coincide with (N+1)-point Lobatto points, while face nodes coincide with Tr.nodes(N).

source
NodesAndModes.Tet.stroud_quad_nodesMethod
stroud_quad_nodes(N)

Returns Stroud-type quadrature nodes constructed from the tensor product of (N+1)-point Gauss-Jacobi rules. Exact for degree 2N polynomials

source