From 60212ab6f3fba66dbe5481904d2f17fe62dab242 Mon Sep 17 00:00:00 2001 From: Rob Falgout Date: Tue, 26 May 2020 09:17:20 -0700 Subject: [PATCH] Minor changes to CHANGELOG --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fde207079..a92268307 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,11 +9,11 @@ Version 2.19.0 released 2020/05/26 -- Updated superlu-dist version to 6.3.1 +- Updated to soupport superlu-dist version to 6.3.1 - Moved reference manual API to online documentation - New AMG features to keep specified F-points and/or C-points. - Added GPU support for AMG setup and several interpolation approaches. -- New ILU solvers and smoothers. +- New parallel ILU solvers and smoothers. - New MGR features. - Added several interpolation routines based on matrix-matrix interpolations. - Various bug fixes.