From c99d6f70638d29aad17f97b99a484da4fd2580c9 Mon Sep 17 00:00:00 2001 From: falgout Date: Fri, 25 Jan 2008 23:33:32 +0000 Subject: [PATCH] Updated for new alpha release. --- CHANGELOG | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 183821fa5..e34904452 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -31,6 +31,8 @@ # recent release. #============================================================================= +Version 2.3.0a released, 2008/01/xx. + - Completed the implementation of SStructGridSetNeighborBox to work for all variable types (not just cell-centered). In the process, we discovered that the interface design for this routine can result in ambiguous coordinate @@ -48,11 +50,19 @@ - Added Get(Box)Values routines for Struct/SStruct Matrix. +- Added nodal interpolation schemes to BoomerAMG for systems problems. + - Added capability to change Euclid runtime parameters using individual functions. - Improved use of Euclid as smoother in BoomerAMG. +- Fixed two potential bugs in BoomerAMG. + +- Fixed a major bug with the OpenMP code in hypre (beginning with v1.7.5b, + OpenMP support was effectively disabled in the code). Also made several + additional OpenMP changes/fixes. + #==================================== Version 2.2.0b released, 2007/09/20.