Reference documentation for deal.II version GIT relicensing-437-g81ec864850 2024-04-19 07:30:02+00:00
\(\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 1207 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 1229 of file quadrature_lib.cc.