20 #ifndef SURGSIM_MATH_GAUSSLEGENDREQUADRATURE_H
21 #define SURGSIM_MATH_GAUSSLEGENDREQUADRATURE_H
96 #endif // SURGSIM_MATH_GAUSSLEGENDREQUADRATURE_H
Definition: DriveElementFromInputBehavior.cpp:27
std::array< gaussQuadraturePoint, 2 > gaussQuadrature2Points
2-points Gauss-Legendre quadrature {, }
Definition: GaussLegendreQuadrature.cpp:30
const double point
Definition: GaussLegendreQuadrature.h:35
std::array< gaussQuadraturePoint, 100 > gaussQuadrature100Points
100-points Gauss-Legendre quadrature {, , , ..., }
Definition: GaussLegendreQuadrature.cpp:60
gaussQuadraturePoint(double p, double w)
Definition: GaussLegendreQuadrature.h:33
std::array< gaussQuadraturePoint, 1 > gaussQuadrature1Point
1-point Gauss-Legendre quadrature {}
Definition: GaussLegendreQuadrature.cpp:25
std::array< gaussQuadraturePoint, 3 > gaussQuadrature3Points
3-points Gauss-Legendre quadrature {, , }
Definition: GaussLegendreQuadrature.cpp:36
std::array< gaussQuadraturePoint, 4 > gaussQuadrature4Points
4-points Gauss-Legendre quadrature {, , , } ...
Definition: GaussLegendreQuadrature.cpp:43
std::array< gaussQuadraturePoint, 5 > gaussQuadrature5Points
5-points Gauss-Legendre quadrature {, , , , }
Definition: GaussLegendreQuadrature.cpp:51
const double weight
Definition: GaussLegendreQuadrature.h:36
Definition: GaussLegendreQuadrature.h:31