- Sep 20, 2021
-
-
Bryan Cazabonne authored
Thanks to Sofia Urbina for the translation!
-
Bryan Cazabonne authored
-
- Sep 07, 2021
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
- Sep 01, 2021
-
-
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
-
- Aug 10, 2021
-
-
Bryan Cazabonne authored
-
- Jul 19, 2021
-
-
Bryan Cazabonne authored
-
- Jun 16, 2021
-
-
Luc Maisonobe authored
This occurs in very rare cases due to numerical noise. Fixes #792
-
- May 04, 2021
-
-
Bryan Cazabonne authored
Fixes #587
-
- Mar 24, 2021
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Mar 23, 2021
-
-
Andrew Goetz authored
-
- Mar 11, 2021
-
-
Luc Maisonobe authored
-
- Mar 04, 2021
-
-
Thanks to Chiara Rusconi for the translation! closes !140
-
- Dec 21, 2020
-
-
Bryan Cazabonne authored
-
- Dec 18, 2020
-
-
Bryan Cazabonne authored
Fixes #743
-
- Dec 14, 2020
-
-
Bryan Cazabonne authored
- Dec 10, 2020
-
-
Bryan Cazabonne authored
-
- Dec 09, 2020
-
-
Bryan Cazabonne authored
-
- Jul 15, 2020
-
-
Bryan Cazabonne authored
-
- Jun 25, 2020
-
-
Bryan Cazabonne authored
- Jun 24, 2020
-
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
- May 27, 2020
-
-
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
-
Bryan Cazabonne authored
-
- May 19, 2020
-
-
Bryan Cazabonne authored
-
- May 12, 2020
-
-
Evan Ward authored
Fix #667
-
- May 05, 2020
-
-
Clément Jonglez authored
-
- Mar 31, 2020
-
-
Bryan Cazabonne authored
-
- Mar 05, 2020
-
-
Nick Mancuso authored
-
- Feb 19, 2020
-
-
Bryan Cazabonne authored
-
- Feb 05, 2020
-
-
Bryan Cazabonne authored
- Feb 04, 2020
-
-
Guilhem Bonnefille authored
An archive for sources can be downloaded directly from Gitlab, in pages related to tags or releases.
-
- Jan 31, 2020
-
-
Evan Ward authored
Previously the test test of the compiler plugin was not compiled. Now it is compiled and run.
-
- Jan 17, 2020
-
-
Luc Maisonobe authored
There are just too many use of the default data context in the tests, and they are intentional: tests finds their data by just configuring the default data context, not by implementing a dedicated context.
-
Luc Maisonobe authored
-
Guilhem Bonnefille authored
-