ChebyshevGaussLobatto
ChebyshevGaussLobatto refers to the Chebyshev-Gauss-Lobatto nodes, a specific set of points in the interval [-1, 1] given by x_k = cos(kπ/n) for k = 0, 1, ..., n. These endpoints x_0 = cos(0) = 1 and x_n = cos(π) = -1 are included, making the grid suitable for boundary value problems and spectral methods.
The nodes arise from the theory of Chebyshev polynomials and Gauss-Lobatto quadrature. They are the extremal
In numerical analysis, these nodes are widely used for Chebyshev interpolation and spectral collocation methods. They
Applications include solving ordinary and partial differential equations with spectral methods, fluid dynamics simulations, and other