modified CHANGELOG

This commit is contained in:
Ulrike Yang 2018-09-19 15:24:23 -07:00
parent 92fd5fd90d
commit afc069ed38

View File

@ -23,7 +23,11 @@ Version 2.15.0 released 2018/09/21
- GPU-related changes: improved build process; fixed Raja and Kokkos ports of
Struct/SStruct.
- Added co-GMRES.
- Added a new GMRES variant COGMRES, with reduced communication, which is based
on classical Gram-Schmidt with a reorthogonalization option.
- Added functions HYPRE_ParVectorGetValues, HYPRE_ParCSRPCGGetResidual,
HYPRE_ParCSRGMRESGetResidual, HYPRE_ParCSRBiCGSTABGetResidual, and more.
- Various bug fixes.