Reference documentation for deal.II version 9.5.0
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Functions
internal::QGaussChebyshev Namespace Reference

Functions

std::vector< double > get_quadrature_points (const unsigned int n)
 
std::vector< double > get_quadrature_weights (const unsigned int n)
 

Function Documentation

◆ get_quadrature_points()

std::vector< double > internal::QGaussChebyshev::get_quadrature_points ( const unsigned int  n)

Computes the points of the quadrature formula.

Definition at line 970 of file quadrature_lib.cc.

◆ get_quadrature_weights()

std::vector< double > internal::QGaussChebyshev::get_quadrature_weights ( const unsigned int  n)

Computes the weights of the quadrature formula.

Definition at line 992 of file quadrature_lib.cc.