#include <deal.II/base/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 |
Gauss-Radau-Chebyshev quadrature rules integrate the weighted product
Definition at line 581 of file quadrature_lib.h.
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.