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 {<x_1, w_1>, <x_2, w_2>}
Definition: GaussLegendreQuadrature.cpp:30
const double point
Definition: GaussLegendreQuadrature.h:35
std::array< gaussQuadraturePoint, 100 > gaussQuadrature100Points
100-points Gauss-Legendre quadrature {<x_1, w_1>, <x_2, w_2>, <x_3, w_3>, ..., <x_100, w_100>}
Definition: GaussLegendreQuadrature.cpp:60
gaussQuadraturePoint(double p, double w)
Definition: GaussLegendreQuadrature.h:33
std::array< gaussQuadraturePoint, 1 > gaussQuadrature1Point
1-point Gauss-Legendre quadrature {<x_1, w_1>}
Definition: GaussLegendreQuadrature.cpp:25
std::array< gaussQuadraturePoint, 3 > gaussQuadrature3Points
3-points Gauss-Legendre quadrature {<x_1, w_1>, <x_2, w_2>, <x_3, w_3>}
Definition: GaussLegendreQuadrature.cpp:36
std::array< gaussQuadraturePoint, 4 > gaussQuadrature4Points
4-points Gauss-Legendre quadrature {<x_1, w_1>, <x_2, w_2>, <x_3, w_3>, <x_4, w_4>} ...
Definition: GaussLegendreQuadrature.cpp:43
std::array< gaussQuadraturePoint, 5 > gaussQuadrature5Points
5-points Gauss-Legendre quadrature {<x_1, w_1>, <x_2, w_2>, <x_3, w_3>, <x_4, w_4>, <x_5, w_5>}
Definition: GaussLegendreQuadrature.cpp:51
const double weight
Definition: GaussLegendreQuadrature.h:36
Definition: GaussLegendreQuadrature.h:31