deal.II version GIT relicensing-2165-gc91f007519 2024-11-20 01:40:00+00:00
|
#include <deal.II/base/quadrature_lib.h>
Public Member Functions | |
QGaussLobattoChebyshev (const unsigned int n) | |
Generate a formula with n quadrature points. | |
QGaussLobattoChebyshev (const unsigned int n) | |
Gauss-Lobatto-Chebyshev quadrature rules integrate the weighted product \(\int_{-1}^1 f(x) w(x) dx\) with weight given by: \(w(x) = 1/\sqrt{1-x^2}\), with the additional constraint that two of the quadrature points are located at the endpoints of the quadrature interval. The nodes and weights are known analytically, and are exact for monomials up to the order \(2n-3\), where \(n\) is the number of quadrature points. Here we rescale the quadrature formula so that it is defined on the interval \([0,1]\) instead of \([-1,1]\). So the quadrature formulas integrate exactly the integral \(\int_0^1 f(x) w(x) dx\) with the weight: \(w(x) = 1/\sqrt{x(1-x)}\). For details see: M. Abramowitz & I.A. Stegun: Handbook of Mathematical Functions, par. 25.4.40
Definition at line 627 of file quadrature_lib.h.
QGaussLobattoChebyshev< dim >::QGaussLobattoChebyshev | ( | const unsigned int | n | ) |
Generate a formula with n
quadrature points.
Definition at line 1439 of file quadrature_lib.cc.
QGaussLobattoChebyshev< 1 >::QGaussLobattoChebyshev | ( | const unsigned int | n | ) |
Definition at line 1419 of file quadrature_lib.cc.