Commit Graph

9054 Commits

Author SHA1 Message Date
kolev1
9e68166275 Changed amsAlphaRelaxType and amsBetaRelaxType default values back to 6. 2010-05-17 22:49:59 +00:00
falgout
5d29aa9641 Changed the print routine to print out periodicity info. 2010-05-15 01:17:40 +00:00
falgout
5e0d3a22e8 Added more flexibility for setting the RHS. 2010-05-13 01:20:49 +00:00
kolev1
25a5255283 Updated the names of header files and included the use of the std
namespace to conform with the latest C++ standard.
2010-05-10 19:43:06 +00:00
ulrikey
c0f329bc60 fixed a memory leak 2010-05-04 15:12:12 +00:00
falgout
8f3c6ba01e Fixed the install 'cp' lines to correctly copy soft links and to copy either the
static libraries or the shared libraries, but not both.
2010-04-22 19:52:18 +00:00
falgout
3abf5eabdd Fixed two memory leaks. 2010-04-22 19:50:59 +00:00
falgout
feaf65ed85 Removed the 'babel-runtime/sidl' directory from the link line. 2010-04-22 19:50:38 +00:00
baker59
6d4fe0dcc9 Added capability to do CF smoothing with L1-Jacobi. 2010-04-21 21:27:11 +00:00
baker59
b21d153e84 Added CF comment to L1 Jacobi. 2010-04-21 21:25:20 +00:00
ulrikey
141d173028 needed to change files after bug fixes in coarsening routines 2010-04-15 22:53:51 +00:00
ulrikey
e40c006e3a fixed some bugs ( some if statements contained |= instead of != ) 2010-04-15 22:52:59 +00:00
baker59
a49e3ae42d Changed some comments for the manual. 2010-04-14 16:59:20 +00:00
kolev1
9926385118 Added Fortran interface for HYPRE_ClearAllErrors() and HYPRE_ClearError(). 2010-04-09 23:45:49 +00:00
falgout
0d22e61847 Added some commented-out code at the end of Setup to compute compatible
relaxation rates on all levels and print them out.
2010-04-02 17:48:47 +00:00
falgout
9c72a13576 Release of v2.6.1a complete. 2010-03-30 15:27:42 +00:00
falgout
891953eab2 Set the release number and date for v2.6.1a 2010-03-30 15:11:43 +00:00
falgout
fd7d55dab0 Set the date of the release. 2010-03-30 15:09:48 +00:00
kolev1
8fcc1b0b44 Made a note that Chebyshev is also available in AMS. 2010-03-26 20:40:03 +00:00
falgout
bcbfad65bb Updated for the upcoming alpha release 2.6.1a. 2010-03-26 20:20:16 +00:00
falgout
e0aa588ca2 Deleted the 'NEW' comments. 2010-03-26 20:12:28 +00:00
falgout
85e2f6ee01 Added reduced and enhanced connectivity regression tests and merged the
'fe_rhombus' tests with this new one.
2010-03-26 19:49:54 +00:00
falgout
5299348361 Added a -pooldist option so that multiple pool distributions can be listed in
the same input file and selected on the command line.
2010-03-26 19:48:37 +00:00
falgout
acf03c0ebb Fixed a bug related to SetSharedPart when 'index_dir' has negative entries. 2010-03-26 19:47:03 +00:00
kolev1
cc779b1da4 Updated the file after the zero conductivity bugfix. 2010-03-23 16:02:59 +00:00
kolev1
058f6a8b71 Fixed a bug in the void-zone version of AMS, which sometimes produced
non-symmetric preconditioner.
2010-03-19 18:09:32 +00:00
baker59
7bc873594d Added a function to determine whether the AP is on. 2010-03-18 20:15:28 +00:00
baker59
246667fd8d fixed bug with threaded L1-jacobi 2010-03-18 19:12:12 +00:00
baker59
c6dbd8127d Added new options for smoothers. 2010-03-17 23:36:15 +00:00
baker59
d60adad0c5 Added new smoothers: Chebyshev (to AMG and AMS), FCF-Jaconi, and CG.
Added threaded version of L1-Jacobi.
2010-03-17 23:33:14 +00:00
baker59
d1a506d63d Modified the make tags option 2010-03-17 23:26:42 +00:00
baker59
a18cad5215 updated a comment 2010-03-17 23:26:02 +00:00
kolev1
774284ac71 Fixed a bug in the default value of maxit, which is now 100. 2010-03-16 18:20:05 +00:00
baker59
afa571f26c Changes to the AP code to only gather info on the relevant part of the neighbor box (not the whole box). 2010-03-11 22:39:19 +00:00
kolev1
ab9d1955ba Added timing to Example 15 (so now it is straightforward to use it for
scalability tests for AMS on structured grids).
2010-03-03 23:44:28 +00:00
kolev1
f79847f4b3 Fixed a bug in the Makefile - ex11 should be compiled with $(CC) not $(CXX). 2010-03-03 21:59:50 +00:00
falgout
6748a56e85 Modified to use the insure.log file in the home directory as well. This makes
sure that memory leaks on all processors (not just 0) are captured.
2010-02-24 20:40:16 +00:00
falgout
a3389112a2 Fixed to allow SetSharedPart or SetNeighborPart calls from anywhere, even from
processors who own no data on the part.
2010-02-24 00:55:23 +00:00
falgout
b369805062 Added a comment about how to modify the driver to make all SetSharedPart calls
for testing reasons.
2010-02-24 00:53:52 +00:00
falgout
1c0e69117d Fixed a memory leak. 2010-02-24 00:48:07 +00:00
falgout
bd8ca0869b Added gfortran and g95 to the --without-MPI option (see [issue524]). 2010-02-22 18:32:36 +00:00
falgout
0493b0c8cc Final checklist file for release 2.6.0b 2010-02-10 19:33:06 +00:00
falgout
ef6115e1b9 Updated procedure for doing releases. 2010-02-09 01:43:19 +00:00
falgout
3a796f0d5d Added some notes about running this script. 2010-02-09 01:40:50 +00:00
falgout
7d32578ca6 Fixed date problem. 2010-02-09 00:15:47 +00:00
falgout
91d142d101 Changed the +babel name to -babel so that the file name is not an issue when
copying it to the hypre web site.
2010-02-08 22:39:08 +00:00
kolev1
a1f1d38594 Use "diff -r" instead of "tar -dzf" to check if the archive is the same as
the unpacked release directory.
2010-02-08 22:24:43 +00:00
falgout
e19e02090e Changed to work with two separate with/without babel tar files.
Also hardcoded the tux name since we now need to test on an LC platform.
2010-02-08 18:51:09 +00:00
falgout
bf34f87383 Updated so that the +babel release subdirectory has the +babel name on it. 2010-02-05 18:14:27 +00:00
falgout
319fcb820d Adding verification files for 2.6.0b release 2010-02-05 18:08:12 +00:00