quadratureBase.hh File Reference
#include "basics/typedefs.hh"
Go to the source code of this file.
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Functions | |
void | concepts::GaussJacobiAbscWght (double *x, double *w, const uint p) |
Computes and returns the integration weights and abscissas for the Gauss Jacobi integration. More... | |
void | concepts::GaussLobattoAbscWght (double *x, double *w, const uint p, const uint j=0) |
Computes and returns the integration weights and abscissas for the Gauss (Jacobi) Lobatto integration. More... | |
void | concepts::GaussRadauAbscWght (double *x, double *w, const uint p, const uint j=0) |
Computes and returns the integration weights and abscissas for the Gauss Radau Jacobi integration. More... | |
void | concepts::JacobiDerivatives (const double alf, const double bet, const int maxn, const double *x, const int m, const double *p, double *q) |
Computes the values of the derivatives of the Jacobi polynomials. More... | |
void | concepts::JacobiPol (const double alf, const double bet, const int maxn, const double *x, const int m, double *p) |
Computes the values of the Jacobi polynomials. More... | |
void | concepts::JacobiZeros (double *x, int p, double alf, double bet) |
Computes the zeros of the Jacobi polynomials . More... | |
Detailed Description
1D quadrature rules
Definition in file quadratureBase.hh.