Commit Graph

3254 Commits

Author SHA1 Message Date
chtong
e1f1ec851f Add C-wrapper to the C++ HYPRE FEI functions. 2000-09-11 18:29:58 +00:00
falgout
6973b562c6 Cleaned up strict compile. 2000-09-11 15:40:00 +00:00
chtong
b4d8c18521 Correct a mistake in the Makefile. 2000-09-09 01:09:49 +00:00
treadway
03729bd600 Added -D_POSIX_SOURCE as timer.c compiler option 2000-09-08 23:12:29 +00:00
chtong
ea0874f804 A small error correction. 2000-09-08 22:33:04 +00:00
chtong
7f347eb6dd Add a few new functions. 2000-09-08 22:31:40 +00:00
chtong
ca1a70b401 Major revision. 2000-09-08 22:28:50 +00:00
chtong
075f99dae8 Put in major revision. 2000-09-08 22:24:13 +00:00
chtong
39fa6ff0e3 Replace with newer version. 2000-09-08 22:21:57 +00:00
treadway
c23810b2c3 More selective about the mail group when sending strict-checking errors 2000-09-08 21:34:06 +00:00
chow
d161112c6b Removed a variable that was not used. 2000-09-08 21:16:34 +00:00
chtong
46c6231450 Change names. 2000-09-08 20:23:12 +00:00
chtong
f2b275ee52 remove them - change names. 2000-09-08 20:22:36 +00:00
treadway
c50fbb1e2a Fix syntax error 2000-09-08 16:55:26 +00:00
panayot
e21fb069ec This version calls coarsen (RugeLoL) with dof_func capability. 2000-09-08 14:46:43 +00:00
panayot
2acdb2d230 This version has dof_func capabilities (in RugeLoL); 2000-09-08 14:45:49 +00:00
falgout
40a8301504 Fixed problem with removal of old installations.
NOTE: This will need to be changed again once all V99* and V2000*
installations have been removed.
2000-09-07 23:34:19 +00:00
falgout
11c4ab617c Changed version number to 1.1.0. 2000-09-07 22:45:42 +00:00
falgout
871a8649f5 Added new entries. 2000-09-07 22:43:48 +00:00
treadway
0bb7206d64 Modified mail groups for --with-strict-checking option 2000-09-07 21:06:40 +00:00
falgout
2594cc16bf Added ParCSR solvers to reference manual. 2000-09-07 20:50:08 +00:00
treadway
e3377a28f2 Added --with-strict-checking test 2000-09-07 20:48:51 +00:00
treadway
75bb3b1b8e removed duplicates in mail groups 2000-09-07 20:43:14 +00:00
chow
a97ac69323 Added doc++ structure; reformatting 2000-09-07 19:27:17 +00:00
falgout
ba07f1cc3f Added BoomerAMG docs to User's Manual. 2000-09-07 17:33:58 +00:00
falgout
4b6ef329d2 Formatted DOC++ comments for IJ interface, and integrated into ref manual. 2000-09-07 17:23:13 +00:00
falgout
4ffb5a2cf3 Removed 'fortran.h' file from install target. It's not needed. 2000-09-07 14:19:13 +00:00
falgout
d06ee2b2cf Removed copy of f2c.h to install directory. It's not needed. 2000-09-07 14:11:17 +00:00
cleary
1b02a1cb76 Doc ++ comments moved from .c to .h file. 2000-09-07 01:03:07 +00:00
treadway
5951d6630a patched up some m4 code 2000-09-07 00:20:52 +00:00
cleary
1b39167460 Added back in to make compiles go... Should be removed as all they
do is include distributed_matrix_mv.h.
2000-09-05 21:07:16 +00:00
falgout
df5679440c Added some destruction routines, and modified so that *all* stub
routines/structures (except MPI_Comm) begin with 'hypre_'.  This will
help to prevent name conflicts with other codes that use the same trick.
2000-09-05 18:35:48 +00:00
cleary
8c9ad21b3a Updated to the standard of one .h file for users. 2000-09-01 20:40:54 +00:00
treadway
5627c58c0a reference guidec license, which is at non-standard location 2000-09-01 20:06:05 +00:00
falgout
118ec6dab6 Moved semi-structured stuff (SStruct) out of beta.
Still need to add a test suite to autotest.
2000-09-01 00:58:37 +00:00
falgout
f760cb1bee Intermediate checkin with new SStruct interfaces for gluing parts
together and for complex systems.
2000-08-31 23:19:10 +00:00
chtong
8d2a963690 Correct a malloc error. 2000-08-30 15:51:10 +00:00
falgout
c36642be99 Fixed some additional "strict compile" warnings. 2000-08-30 15:26:47 +00:00
treadway
2fc83a9800 disabled extra emails for purify option 2000-08-29 23:24:21 +00:00
treadway
240012799c stopped sending emails when *.err.email file didn't exist 2000-08-29 23:21:24 +00:00
painter
8ae4870c9d fix bug where some pointers in array1int's didn't get initialized 2000-08-29 22:50:25 +00:00
treadway
0d6b3e782c directing output also to a file, autotest.cron.log 2000-08-29 19:50:35 +00:00
treadway
bfd3a5777f fixed error introduced 2000-08-29 18:21:35 +00:00
chow
9233e32cc6 Fixed a memory leak: HYPRE_ConvertParCSRMatrixToDistributedMatrix
already calls HYPRE_DistributedMatrixCreate
2000-08-29 09:07:44 +00:00
falgout
9ea4575e20 Put SStruct interface documentation into the User's Manual. 2000-08-29 05:28:28 +00:00
falgout
d93f7de549 Changed reference manual stuff to use main header files. 2000-08-28 23:37:59 +00:00
falgout
ad9a961eb7 Removed pthreads port of Struct codes (and PTHREADS_MANGLING stuff from
Makefiles).  To be re-added later (possibly) in a cleaner form.
Added DOC++ reference comments to Struct '.h' files.
Changed names of Struct include and lib files.
Removed 'stencil' argument from interface for StructVectorCreate.
2000-08-28 22:21:33 +00:00
treadway
1e1d441678 fixed cron conflect on Sunday morning, purify run on Tuesday 2000-08-28 21:58:13 +00:00
treadway
f41c7a8b62 modified purify options 2000-08-28 21:21:08 +00:00
treadway
5657f1e0a6 generated recipients list for purity errors 2000-08-28 21:20:06 +00:00