-
- Downloads
Displace Gauss Legendre quadrature formula in its own file
All orders are tested in 1d. It is quite tricky to test correctly these formulae since starting from order 10 formula give a very (very actually) precise evaluation of common functions.
Showing
- CMakeLists.txt 2 additions, 1 deletionCMakeLists.txt
- src/CMakeLists.txt 3 additions, 0 deletionssrc/CMakeLists.txt
- src/algebra/IntegrationTools.hpp 3 additions, 351 deletionssrc/algebra/IntegrationTools.hpp
- src/analysis/CMakeLists.txt 5 additions, 0 deletionssrc/analysis/CMakeLists.txt
- src/analysis/GaussLegendreQuadrature.cpp 291 additions, 0 deletionssrc/analysis/GaussLegendreQuadrature.cpp
- src/analysis/GaussLegendreQuadrature.hpp 25 additions, 0 deletionssrc/analysis/GaussLegendreQuadrature.hpp
- src/analysis/QuadratureFormula.hpp 52 additions, 0 deletionssrc/analysis/QuadratureFormula.hpp
- tests/CMakeLists.txt 3 additions, 0 deletionstests/CMakeLists.txt
- tests/test_FunctionEvaluation.cpp 0 additions, 105 deletionstests/test_FunctionEvaluation.cpp
- tests/test_GaussLegendreQuadrature.cpp 503 additions, 0 deletionstests/test_GaussLegendreQuadrature.cpp
Loading
Please register or sign in to comment