Update CHANGELOG for release 2.20.0

This commit is contained in:
Rob Falgout 2020-09-23 21:44:28 -07:00
parent aaf5aa564a
commit 2fe718e11f

View File

@ -7,9 +7,19 @@
# This file chronicles user-level changes, beginning with the most recent.
# =============================================================================
Version 2.20.0 released 2020/09/24
- New matrix-based interpolation routines for AMG (CPU and GPU)
- New AMG-DD solver
- Updated caliper usage
- Separated C and C++ headers
- Various bug fixes.
#====================================
Version 2.19.0 released 2020/05/26
- Updated to soupport superlu-dist version to 6.3.1
- Updated to support 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.