Skip to content
Snippets Groups Projects
  1. Sep 04, 2024
    • Dmitri Naumov's avatar
      For all precision output use max_digits10 · d3ff4e1d
      Dmitri Naumov authored
      This guarantees floating-point -> text -> floating-point
      roundtrip.
      
      Those places, where the output precision was explicitly
      set to 15-18 places, were replaced with max_digits10
      precision.
      d3ff4e1d
  2. Aug 24, 2024
  3. Aug 21, 2024
  4. Jun 25, 2024
  5. Apr 16, 2024
  6. Feb 12, 2024
  7. Feb 06, 2024
  8. Feb 01, 2024
  9. Jan 10, 2024
  10. Jan 03, 2024
    • Dmitri Naumov's avatar
      [MeL] Disable FPE for reading vtu files · 5f0e151b
      Dmitri Naumov authored
      Reading the VTU files can trigger floating point exceptions. Because
      we are not debugging VTK (or other libraries) at this point, the
      floating point exceptions are temporarily disabled and are restored
      at the end of the scope.
      5f0e151b
  11. Jan 02, 2024
  12. Nov 29, 2023
  13. Nov 08, 2023
  14. Nov 06, 2023
  15. Oct 09, 2023
  16. Oct 06, 2023
  17. Sep 17, 2023
  18. Aug 31, 2023
  19. Aug 29, 2023
  20. Jul 26, 2023
  21. Jul 19, 2023
  22. Jul 17, 2023
Loading