From 0db91476adf88c7e293fd183e83b6510abfaa0ec Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Tue, 12 Sep 2017 13:49:09 +0200 Subject: [PATCH] Changelog. --- doc/news/changes/major/20170912LucaHeltai | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/news/changes/major/20170912LucaHeltai diff --git a/doc/news/changes/major/20170912LucaHeltai b/doc/news/changes/major/20170912LucaHeltai new file mode 100644 index 0000000000..12e1c30d2c --- /dev/null +++ b/doc/news/changes/major/20170912LucaHeltai @@ -0,0 +1,8 @@ +New: A new SUNDIALS::IDA class has been added that interfaces +the SUNDIALS IDA library (https://computation.llnl.gov/projects/sundials) +This class can be used to solve differential algebraic equations +using IDA (an implicit differential algebraic equation solver, that +supports variable step and variable order BDF schemes). +
+(Luca Heltai, 2017/09/12) + -- 2.39.5