14 #ifndef _GAUSS_QUADRATURE_H
15 #define _GAUSS_QUADRATURE_H
36 static const double*
getGauss(
int n,
int i);
Gaussian quadrature rules in one dimension.
Definition: GaussQuadrature.h:23
static const double * getGauss(int n, int i)
Returns the gauss point coordinates or weights.
Definition: GaussQuadrature.C:199
static const double * getWeight(int n)
Get gauss point weights.
Definition: GaussQuadrature.h:30
static const double * getCoord(int n)
Get gauss point coordinates in the domain [-1,1].
Definition: GaussQuadrature.h:27