![]() |
deal.II version 9.7.1
|
#include <deal.II/base/quadrature_lib.h>
Gauss-Radau-Chebyshev quadrature rules integrate the weighted product 



![$[0,1]$](form_611.png)
![$[-1,1]$](form_612.png)


Definition at line 581 of file quadrature_lib.h.

Public Types | |
| enum | EndPoint { left , right } |
Public Member Functions | |
| QGaussRadauChebyshev (const unsigned int n, const EndPoint end_point=QGaussRadauChebyshev::EndPoint::left) | |
| Generate a formula with n quadrature points. | |
| QGaussRadauChebyshev (QGaussRadauChebyshev< dim > &&) noexcept=default | |
| QGaussRadauChebyshev (const unsigned int n, const EndPoint end_point) | |
Private Attributes | |
| const EndPoint | end_point |
| enum QGaussRadauChebyshev::EndPoint |
EndPoint is used to specify which of the two endpoints of the unit interval is used also as quadrature point.
| Enumerator | |
|---|---|
| left | Left end point. |
| right | Right end point. |
Definition at line 588 of file quadrature_lib.h.
| QGaussRadauChebyshev< dim >::QGaussRadauChebyshev | ( | const unsigned int | n, |
| const EndPoint | end_point = QGaussRadauChebyshev< dim >::EndPoint::left ) |
Generate a formula with n quadrature points.
Definition at line 1366 of file quadrature_lib.cc.
|
defaultnoexcept |
Move constructor.
| QGaussRadauChebyshev< 1 >::QGaussRadauChebyshev | ( | const unsigned int | n, |
| const EndPoint | end_point ) |
Definition at line 1346 of file quadrature_lib.cc.
|
private |
Definition at line 610 of file quadrature_lib.h.