Namespaces | Variables
GaussLegendreQuadrature.cpp File Reference
#include <math.h>
#include "SurgSim/Math/GaussLegendreQuadrature.h"

Namespaces

 SurgSim
 
 SurgSim::Math
 

Variables

std::array< gaussQuadraturePoint, 1 > SurgSim::Math::gaussQuadrature1Point
 1-point Gauss-Legendre quadrature {<x_1, w_1>} More...
 
std::array< gaussQuadraturePoint, 2 > SurgSim::Math::gaussQuadrature2Points
 2-points Gauss-Legendre quadrature {<x_1, w_1>, <x_2, w_2>} More...
 
std::array< gaussQuadraturePoint, 3 > SurgSim::Math::gaussQuadrature3Points
 3-points Gauss-Legendre quadrature {<x_1, w_1>, <x_2, w_2>, <x_3, w_3>} More...
 
std::array< gaussQuadraturePoint, 4 > SurgSim::Math::gaussQuadrature4Points
 4-points Gauss-Legendre quadrature {<x_1, w_1>, <x_2, w_2>, <x_3, w_3>, <x_4, w_4>} More...
 
std::array< gaussQuadraturePoint, 5 > SurgSim::Math::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>} More...
 
std::array< gaussQuadraturePoint, 100 > SurgSim::Math::gaussQuadrature100Points
 100-points Gauss-Legendre quadrature {<x_1, w_1>, <x_2, w_2>, <x_3, w_3>, ..., <x_100, w_100>} More...