20 #ifndef SURGSIM_MATH_GAUSSLEGENDREQUADRATURE_H 21 #define SURGSIM_MATH_GAUSSLEGENDREQUADRATURE_H 59 extern const std::array<gaussQuadraturePoint, 1> gaussQuadrature1Point;
68 extern const std::array<gaussQuadraturePoint, 2> gaussQuadrature2Points;
77 extern const std::array<gaussQuadraturePoint, 3> gaussQuadrature3Points;
86 extern const std::array<gaussQuadraturePoint, 4> gaussQuadrature4Points;
95 extern const std::array<gaussQuadraturePoint, 5> gaussQuadrature5Points;
104 extern const std::array<gaussQuadraturePoint, 100> gaussQuadrature100Points;
118 extern const std::array<gaussQuadratureTrianglePoint, 3> gaussQuadrature2DTriangle3Points;
128 extern const std::array<gaussQuadratureTrianglePoint, 6> gaussQuadrature2DTriangle6Points;
138 extern const std::array<gaussQuadratureTrianglePoint, 12> gaussQuadrature2DTriangle12Points;
143 #endif // SURGSIM_MATH_GAUSSLEGENDREQUADRATURE_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
const double coordinateEta
, must verify
Definition: GaussLegendreQuadrature.h:48
const double coordinateXi
, must verify
Definition: GaussLegendreQuadrature.h:47
2D Gauss-Legendre quadrature on a triangle
Definition: GaussLegendreQuadrature.h:43
1D Gauss-Legendre quadrature
Definition: GaussLegendreQuadrature.h:32