From: Luca Heltai Date: Wed, 27 Sep 2017 12:36:31 +0000 (+0200) Subject: ChangeLog. X-Git-Tag: v9.0.0-rc1~1024^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=244b1ed4710defd4cf95c0425ec854b844d3a3b3;p=dealii.git ChangeLog. --- diff --git a/doc/news/changes/major/20170927LucaHeltai b/doc/news/changes/major/20170927LucaHeltai new file mode 100644 index 0000000000..1c806edfb2 --- /dev/null +++ b/doc/news/changes/major/20170927LucaHeltai @@ -0,0 +1,8 @@ +New: Added support for the ARKode solver of the SUNDIALS +library. ARKode is a solver library that provides +adaptive-step time integration of the initial value problem +for systems of stiff, nonstiff, and multi-rate systems of +ordinary differential equations (ODEs) given in linearly +implicit form. +
+(Luca Heltai, 2017/09/27)