From: Luca Heltai Date: Tue, 12 Sep 2017 11:49:09 +0000 (+0200) Subject: Changelog. X-Git-Tag: v9.0.0-rc1~1070^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0db91476adf88c7e293fd183e83b6510abfaa0ec;p=dealii.git Changelog. --- 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) +