Skip to content
Snippets Groups Projects
  1. Feb 11, 2025
    • Wolfgang Kastaun's avatar
      Performance optimization of interpolator to prevent annoying slowdown of small test problems · 0aeffb16
      Wolfgang Kastaun authored
      Repeating small tests many times was order of magnitude slower. The reason is the computation of
      Lagrange polynomials was both inefficient and performed every time an RegularInterpLagrange instance was
      created. This causes overhead which is not relevant for large problem sizes but makes running many small
      tests slow. The fix for now is to cache the creation of the polynomials. Now they are created only onnce
      for each interpolation order, but not once per instance.
      0aeffb16
  2. Dec 21, 2024
  3. Dec 20, 2024
  4. Dec 19, 2024
  5. Dec 15, 2024
  6. Dec 14, 2024
  7. Dec 13, 2024
Loading