Skip to content
Snippets Groups Projects
This project is mirrored from https://:*****@gitlab.opengeosys.org/ogs/ogs.git. Pull mirroring updated .
  1. Jan 02, 2024
  2. Jan 03, 2023
  3. Jan 09, 2022
  4. Apr 04, 2021
  5. Jan 01, 2021
  6. Apr 17, 2020
  7. Jan 03, 2020
  8. Jan 06, 2019
  9. Jan 02, 2018
  10. Jan 09, 2017
  11. Jul 26, 2016
  12. Jan 13, 2016
  13. Jan 20, 2015
  14. Sep 03, 2014
  15. Sep 10, 2013
    • Dmitri Naumov's avatar
      [MaL] Replace Gauss-Legendre algorithm with compile-time implementation. · 23593770
      Dmitri Naumov authored
      Any weighted sum of type sum(f(x_i)*w_i) can be computed at compile-time
      provided constexpr input. This is implemented in Integration.h file in
      WeightedSum<Method>::add(f).
      
      The integration method must provide values for x_i and w_i corresponding
      to its order. An example implementation is the Gauss-Legendre integration
      method up to fourth order.
      
      Even if constexpr is not available in every compiler some of them are able
      to perform same optimizations.
      23593770
    • Dmitri Naumov's avatar
      [MaL] Update integration tests. · df403dff
      Dmitri Naumov authored
      df403dff
  16. Aug 29, 2013
Loading