20 #ifndef SURGSIM_MATH_GAUSSLEGENDREQUADRATURE_H 21 #define SURGSIM_MATH_GAUSSLEGENDREQUADRATURE_H 143 #endif // SURGSIM_MATH_GAUSSLEGENDREQUADRATURE_H Definition: CompoundShapeToGraphics.cpp:29
const std::array< gaussQuadraturePoint, 1 > gaussQuadrature1Point
1D 1-point Gauss-Legendre quadrature
Definition: GaussLegendreQuadrature.cpp:25
const std::array< gaussQuadratureTrianglePoint, 3 > gaussQuadrature2DTriangle3Points
2D triangle Gauss-Legendre quadrature 3-points
Definition: GaussLegendreQuadrature.cpp:164
const double coordinateEta
, must verify
Definition: GaussLegendreQuadrature.h:48
const double weight
Definition: GaussLegendreQuadrature.h:49
gaussQuadratureTrianglePoint(double xi, double eta, double w)
Definition: GaussLegendreQuadrature.h:45
const double point
Definition: GaussLegendreQuadrature.h:36
gaussQuadraturePoint(double p, double w)
Definition: GaussLegendreQuadrature.h:34
const std::array< gaussQuadraturePoint, 2 > gaussQuadrature2Points
1D 2-points Gauss-Legendre quadrature
Definition: GaussLegendreQuadrature.cpp:30
const double coordinateXi
, must verify
Definition: GaussLegendreQuadrature.h:47
const std::array< gaussQuadraturePoint, 100 > gaussQuadrature100Points
1D 100-points Gauss-Legendre quadrature
Definition: GaussLegendreQuadrature.cpp:60
2D Gauss-Legendre quadrature on a triangle
Definition: GaussLegendreQuadrature.h:43
const std::array< gaussQuadratureTrianglePoint, 6 > gaussQuadrature2DTriangle6Points
2D triangle Gauss-Legendre quadrature 6-points
Definition: GaussLegendreQuadrature.cpp:171
const std::array< gaussQuadraturePoint, 5 > gaussQuadrature5Points
1D 5-points Gauss-Legendre quadrature
Definition: GaussLegendreQuadrature.cpp:51
const std::array< gaussQuadraturePoint, 4 > gaussQuadrature4Points
1D 4-points Gauss-Legendre quadrature
Definition: GaussLegendreQuadrature.cpp:43
const std::array< gaussQuadratureTrianglePoint, 12 > gaussQuadrature2DTriangle12Points
2D triangle Gauss-Legendre quadrature 12-points
Definition: GaussLegendreQuadrature.cpp:181
const std::array< gaussQuadraturePoint, 3 > gaussQuadrature3Points
1D 3-points Gauss-Legendre quadrature
Definition: GaussLegendreQuadrature.cpp:36
const double weight
Definition: GaussLegendreQuadrature.h:37
1D Gauss-Legendre quadrature
Definition: GaussLegendreQuadrature.h:32