Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Namespaces | Functions
integration/quadratureBase.hh File Reference
#include "basics/typedefs.hh"
Include dependency graph for quadratureBase.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  concepts
 

Geometries and material constants for eddy current problems.


Functions

void concepts::GaussJacobiAbscWght (double *x, double *w, const uint p)
 Computes and returns the integration weights and abscissas for the Gauss Jacobi integration.
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.
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.
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.
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.
void concepts::JacobiZeros (double *x, int p, double alf, double bet)
 Computes the zeros of the Jacobi polynomials $P_{p}^{(\alpha,\beta)}(x)$.

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)