Commit Graph

8594 Commits

Author SHA1 Message Date
chtong
661d4309d7 Correct a problem of an uninitialized variable. 2007-10-23 23:19:39 +00:00
ulrikey
f4e81e855b reinserted lines that were wrongly deleted 6 years ago. 2007-10-22 22:36:49 +00:00
barrylee
6d7ad0b47c Bug correction. Temp vectors set to have correct ghostlayers. 2007-10-17 19:59:05 +00:00
ulrikey
13a6d191cd renamed function 'ssort' to 'hypre_ssort' to avoid conflict with
potential other functions using the same name
2007-10-16 20:48:08 +00:00
chtong
07982faa8c Modify to run Rich Becker's problem. 2007-10-09 20:12:45 +00:00
kolev
72d366d0c0 Added two functions that allow users to clear the errors recorded in the
global hypre error flag:

/* Clears the given error code from the hypre error flag */
int HYPRE_ClearError(int hypre_error_code);

/* Clears the hypre error flag */
int HYPRE_ClearAllErrors();

These are useful when the users choose to ignore certain error flags,
for example HYPRE_ERROR_CONV.
2007-10-08 21:51:32 +00:00
painter
ab2cb4deb2 Remove the Java interface from the distribution. I think it will be
ready for distribution when we can tell users how to make it work reliably
with an MPI binding for Java.
2007-09-28 22:22:58 +00:00
painter
cf24b1fe95 Don't compile the Java interface unless requiested by configure --enable-java
This is because it won't work unless environment variables have been set,
as described in examples/ex5bj.java .
2007-09-28 20:49:31 +00:00
painter
228bab1b74 new Java interface, works but work in progress 2007-09-27 21:28:09 +00:00
painter
5aed999452 upgrade Babel version to 1.0.4 2007-09-27 19:57:24 +00:00
painter
932ae4d25f In class MPICommunicator, add static functions to call MPI_Init and
MPI_Finalize.
2007-09-27 19:55:22 +00:00
painter
438271ab00 add Java interface 2007-09-27 19:54:03 +00:00
painter
b62905def0 upgrade Babel version to 1.0.4
In class MPICommunicator, add static functions to call MPI_Init and
MPI_Finalize.
2007-09-27 19:52:41 +00:00
painter
8d8ca56b4f upgrade Babel version to 1.0.4 2007-09-27 19:48:07 +00:00
painter
20a6a9bbeb upgrade Babel version to 1.0.4 2007-09-27 19:35:55 +00:00
painter
fc37b84535 small changes in comments 2007-09-27 19:33:30 +00:00
barrylee
6b9f5f9cb8 Set the temp. vector ghostlayers to be that of incoming vector. 2007-09-26 22:24:35 +00:00
barrylee
161a237b18 Added setting ghostlayer routine for the vector. 2007-09-26 22:22:35 +00:00
barrylee
63ebcdf62f Replaced IJ_mv.h with _hypre_IJ_mv.h 2007-09-26 22:21:37 +00:00
painter
534bc7fbd5 Cleanup and other improvements to Babel chapter of the hypre developer's
manual.  In the process I disambiguated a pair of bibliography entries.
2007-09-25 22:07:23 +00:00
baker59
1054f67af9 Added a utility to generate a system matrix from two HYPRE_ParCSR matrices. 2007-09-25 20:29:30 +00:00
baker59
15e1ae30f2 Added:
- nodal direct interpolation for systems AMG
 - truncation by max number of elements for nodal interpolation routines

Modified:
 - nodal interpolation using diagonal only to check the signs (this way it is equivalent to the unknown approach interpolation)
2007-09-25 20:09:45 +00:00
painter
1e5664747e Example of use of new Java interface. 2007-09-21 21:09:56 +00:00
falgout
9498a0f409 Changed the PDF version to 1.4 for better compatibility (with my laptop, e.g.). 2007-09-21 17:34:17 +00:00
falgout
8bfd393921 Changed the name of 'copyright' file to 'copyright.txt' because some versions
of TeX expect a '.tex' file extension for \input{} if no extension is provided.
2007-09-21 17:13:25 +00:00
baker59
9f9739974a aclocal.m4 is not needed in the repository. 2007-09-21 17:03:39 +00:00
painter
4583b609c9 new section on Babel interface 2007-09-20 23:18:12 +00:00
baker59
7ebe77c5d8 Updated checklist for 2.2.0b. 2007-09-20 20:52:08 +00:00
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