Skip to content
Snippets Groups Projects
  1. Sep 20, 2021
  2. Sep 07, 2021
  3. Sep 01, 2021
    • Evan Ward's avatar
      Finalized fix for #797 · 86853077
      Evan Ward authored
      Anne-Laure did most of the work to add more informative messages when
      root finding for event detection fails. This commit adds a few polishes.
      - Added Anne-Laure Lugan as a contributor
      - Updated messages to print g values to full precision.
      - Made try {} as small as possible since catch() is so broad
      - Fix checkstyle warnings
      - Add test to check message is formatted correctly
      86853077
  4. Aug 10, 2021
  5. Jul 19, 2021
  6. Jun 16, 2021
  7. May 04, 2021
  8. Mar 24, 2021
  9. Mar 23, 2021
  10. Mar 11, 2021
  11. Mar 04, 2021
  12. Dec 21, 2020
  13. Dec 18, 2020
  14. Dec 14, 2020
  15. Dec 10, 2020
  16. Dec 09, 2020
  17. Jul 15, 2020
  18. Jun 25, 2020
  19. Jun 24, 2020
  20. May 27, 2020
    • Evan Ward's avatar
      Fix infinite loop in event detection · 38a8157e
      Evan Ward authored
      Previously, when a RESET_* event caused two other event detectors to
      trigger simultaneously and discontinuously at the same time then an
      infinite loop would occur in acceptStep as it tries to backup up and
      process the one event before the other, but the even time remains the
      same. This affects all propagators.
      
      Now tryAdvance allows the other event to occur first if the events are
      simultaneous.
      
      Also fixes some cases where tryAdvance returns false (indicating the
      other event should occur) but does not update t0. This erroneously
      searched for events before the first occuring event if it was as
      RESET_*. I.e. events could have occured out of chronological order.
      
      Also fixed a bug in CloseEventsTest that caused two events to be
      simultaneous when they should have been different by 1 ulp.
      
      Fix #684
      38a8157e
    • Bryan Cazabonne's avatar
  21. May 19, 2020
  22. May 12, 2020
  23. May 05, 2020
  24. Mar 31, 2020
  25. Mar 05, 2020
  26. Feb 19, 2020
  27. Feb 05, 2020
  28. Feb 04, 2020
  29. Jan 31, 2020
  30. Jan 17, 2020
Loading