baker59
bd18aeea87
Changed version and release date.
2007-09-20 17:58:32 +00:00
baker59
2849b44021
Changed the version and release date.
2007-09-20 17:23:37 +00:00
baker59
8e7d64e8cc
Added the checklist for the 2.2.0 beta release.
2007-09-20 16:38:54 +00:00
chtong
ad45dfb063
Add information about fei's block preconditioner.
2007-09-20 15:48:01 +00:00
baker59
a370885ff6
Added comment area for version 2.2.0b.
2007-09-18 22:57:26 +00:00
falgout
be9f232765
Removed the AUTOTEST directory from the release.
2007-09-18 15:01:44 +00:00
chtong
89180c360d
A minor correction to setting a parameter.
2007-08-31 00:21:28 +00:00
ulrikey
ecd8d08521
added some new capabilities for compatible relaxation
2007-08-31 00:06:23 +00:00
ulrikey
16805f1a9b
some bug fixes and new capabilities for compatible relaxation
2007-08-31 00:05:54 +00:00
chtong
c635491099
Add new preconditioner.
2007-08-29 20:58:08 +00:00
chtong
1e7b24f86e
Fix the block preconditioning module.
2007-08-29 18:56:10 +00:00
chtong
21bc091d3f
Add more options.
2007-08-21 20:25:13 +00:00
ulrikey
ab8e466ef9
fixed a few potential bugs
2007-07-27 23:04:42 +00:00
kolev
8e7e8e6c1a
Fix for the fact that there is no Makefile in the seq_ls/ directory in
...
hypre's distribution.
2007-07-27 21:55:14 +00:00
chtong
5d1a3c0a8d
Add better diagnostics.
2007-07-27 21:09:01 +00:00
ulrikey
b3611d3123
fixed some bugs
2007-07-13 21:46:27 +00:00
falgout
51e8eed04a
Added a filter so that autotest doesn't complain about 'xauth' when the cron
...
user is not logged in.
2007-07-11 21:45:59 +00:00
kolev
25b54e6a92
Moved the clean-up of examples documentation to examples/docs.
2007-07-02 17:31:41 +00:00
kolev
27b817f90a
Release 2.1.0a is complete.
2007-06-25 22:44:43 +00:00
kolev
342d8a1813
Changed the version number and release date.
2007-06-25 22:26:59 +00:00
kolev
d4925c6253
Checking in initial file for 2.1.0a release.
2007-06-25 22:23:22 +00:00
chtong
00e0bf3230
Change the max number of mpi tasks.
2007-06-22 23:02:51 +00:00
chtong
1db7004091
Turn off warning message.
2007-06-22 21:51:12 +00:00
chtong
c9589d018b
Change max mpi tasks to be very large.
2007-06-22 21:46:30 +00:00
chtong
56eab46abf
Add more comment.
2007-06-22 19:09:19 +00:00
ulrikey
ccac047f5d
added info
2007-06-21 16:52:24 +00:00
ulrikey
1d84430c06
changed entry
2007-06-21 16:50:17 +00:00
baker59
2089270c9f
added comments on interpolation truncation for release
2007-06-21 14:42:38 +00:00
kolev
202f41b41a
Updated in preparation for the 2.0.1a release.
2007-06-21 00:11:43 +00:00
falgout
45b2ba38b4
Changed the C++ driver targets to hopefully eliminate the clock issues in some
...
of the regression tests.
2007-06-20 00:06:04 +00:00
ulrikey
8ea6085423
fixed a bug that prevented getting the correct local_max.
2007-06-19 18:03:54 +00:00
chtong
a78933c6a4
Resolve uninitialized variable.
2007-06-18 20:04:59 +00:00
chtong
ca5ace0fa5
Take out uninitialized variable.
2007-06-15 15:27:48 +00:00
chtong
e40ebab0ef
Correct variable that is used before initialized.
2007-06-14 17:19:38 +00:00
chtong
0c09b1030c
Correct variables that is used before initialized.
2007-06-14 17:18:43 +00:00
chtong
3d0029834d
Updates.
2007-06-08 22:08:28 +00:00
chtong
280ddf4340
Update and add c wrapper.
2007-06-08 21:57:42 +00:00
painter
e0db58902a
remove #include <assert.h>, because this hasn't been needed for some time
2007-06-08 21:47:53 +00:00
painter
224c53100e
deleted unnecessary return in destructor, which may cause a problem with
...
a bug in the pathmark c++ compiler, issue89
2007-06-07 23:48:27 +00:00
painter
5ed69702c1
Remove -xW flag for icc and ifort (Intel compilers) - this option is valid
...
on some machines but not others, with the same compiler version.
2007-06-06 17:16:58 +00:00
ulrikey
a856b154cb
new coarsening
2007-06-05 20:45:37 +00:00
ulrikey
775b2d5b39
added Bram Metsch's CGC and CGC-E coarsening algorithm
2007-06-05 20:44:04 +00:00
ulrikey
21c95117c1
incorporated Bram Metsch's CGC and CGC-E coarsening algorithm
2007-06-05 20:41:37 +00:00
ulrikey
b3e653a74c
incorporated Bram Metsch's CGC and CGC-E coarsening
2007-06-05 20:40:51 +00:00
falgout
2c373cff4b
Added a target to compile/link ij, struct, and sstruct with C++ compiler.
2007-06-04 16:18:34 +00:00
falgout
e420df809c
Added a 'make check' target that does a simple code verification test.
2007-06-02 00:37:28 +00:00
painter
06a89e51f9
1. For consistency with ex5.c, set tolerance to 0 for AMG when used as a
...
preconditioner for PCG (solver 1).
2. For all solvers, don't use implicit type conversion for the second
argument of Apply (this argument is a reference, type conversions in
such arguments are known to be dangerous in C++).
2007-06-01 22:59:54 +00:00
painter
b2df36ef30
For consistency with ex5.c, set the AMG tolerance to zero when used as a
...
preconditioner for PCG (solver 1).
2007-06-01 22:52:43 +00:00
ulrikey
eec1198abf
added new tools by Bram Metsch to visualize 3D grids as well as 2D grids
...
with the additional capabiliy of specifying level ranges.
2007-06-01 15:32:31 +00:00
barrylee
43e5e0a3a3
Changes due to new relaxation weight determination.
2007-05-31 16:17:47 +00:00