From 894b4fc42b9e1e2fdea4ef5956999aaddfac1b0e Mon Sep 17 00:00:00 2001 From: treadway Date: Wed, 27 Mar 2002 19:39:02 +0000 Subject: [PATCH] 1.7.6b release --- CHANGELOG | 7 ++++++- utilities/HYPRE_utilities.h | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9aefdba82..295477563 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,7 +14,8 @@ # #============================================================================= -Version 1.7.5b released, 2002/01/16. + +Version 1.7.6b released, 2002/01/27. - SStruct: Changed SetNeighborBox function to allow the case where the NeighborBox does not even intersect the grid. This functionality @@ -23,6 +24,10 @@ Version 1.7.5b released, 2002/01/16. allow NeighborBox information to be redundantly declared by users. This functionality is also convenient in some application situations. - SStruct: Optimized the implementation of MatrixSetBoxValues. + +Version 1.7.5b released, 2002/01/16. + +- SStruct: Modified SetNeighborBox boxes to reach off of the global grid. - krylov solvers (PCG, GMRES, BiCGSTAB and CGNR ) are the first solvers to use the new definitions for logging, which are logging = 0: no printout, no storing of norms or rel. res. norms diff --git a/utilities/HYPRE_utilities.h b/utilities/HYPRE_utilities.h index 905c2be0a..0055cc84a 100644 --- a/utilities/HYPRE_utilities.h +++ b/utilities/HYPRE_utilities.h @@ -33,7 +33,7 @@ extern "C" { * Before a version of HYPRE goes out the door, increment the version * number and check in this file (for CVS to substitute the Date). */ -#define HYPRE_Version() "HYPRE 1.7.5b $Date$ Compiled: " __DATE__ " " __TIME__ +#define HYPRE_Version() "HYPRE 1.7.6b $Date$ Compiled: " __DATE__ " " __TIME__ #ifdef HYPRE_USE_PTHREADS #ifndef hypre_MAX_THREADS