1.7.6b release

This commit is contained in:
treadway 2002-03-27 19:39:02 +00:00
parent cbc0e592d6
commit 894b4fc42b
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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