treadway
3bbc730d37
patched beta 1.3.1b
2000-10-12 20:26:29 +00:00
falgout
79b994d48c
Reversing the order of the two functions in this file somehow fixes
...
a problem with the guidec compiler on the DECs. I don't understand.
Also removed the tabs from the file.
2000-10-12 19:55:40 +00:00
treadway
4b58958f9e
modified the if [] && [] which appear to be problematic
2000-10-12 19:31:44 +00:00
falgout
4d9518fe98
Fixed a few things that seemed to cause compile problems with openmp
...
on the DECs.
2000-10-12 18:21:36 +00:00
painter
9741ffdfc6
add another possible include path for Babel-generated files
2000-10-11 23:18:01 +00:00
treadway
673e989134
change argument checker to case statement
2000-10-11 22:59:10 +00:00
falgout
0c1814d8c3
Oops. Incorrect spelling.
2000-10-11 22:14:56 +00:00
falgout
a257fa451d
Minor fix to RtagVersionID field.
2000-10-11 22:11:43 +00:00
falgout
1c200372e9
Removed the '.' from the beta release number.
2000-10-11 21:49:29 +00:00
falgout
45d6dbe0ab
Change version number for new beta release.
2000-10-11 21:47:22 +00:00
falgout
e7a29d2e00
Added dates to CHANGELOG entries.
2000-10-11 21:41:38 +00:00
treadway
c3645272a4
added CHANGELOG and COPYRIGHT_and_DISCLAIMER to tarball
2000-10-11 20:29:27 +00:00
painter
127189f130
make the "install" target do the right Hypre thing
2000-10-11 19:29:17 +00:00
falgout
a62bacb09d
Changed name of change history file, and reversed the order of the entries.
2000-10-11 18:48:27 +00:00
treadway
f0d9cf8529
ignore purify informational messages going to stderr
2000-10-11 18:16:11 +00:00
falgout
8185b5b682
Fixed problem with 'HYPRE_EXTRA_DIRS' definition.
2000-10-11 17:47:30 +00:00
falgout
405df4b912
Removed f77_parcsr_linear_solvers.c driver.
...
Made 'beta77' target depend on 'all77' target.
2000-10-11 16:47:08 +00:00
painter
bf227b5f33
Makefile.am:
...
Add veryclean target like the Hypre standard.
I failed in an attempt to change the clean target from GNU to Hypre standard.
Added a squeeky-clean target which also deletes the Babel-generated source files.
Makefile.in: generated by automake from Makefile.am
2000-10-10 23:51:00 +00:00
treadway
580e70ec3b
Modified error file sources when using purify
2000-10-10 19:50:48 +00:00
painter
9cc2e2a34c
Delete ci_struct_linear_solvers.c and references to it in Makefile.in
2000-10-10 17:25:14 +00:00
lambda
3b1a35139b
HYPRE_PARCSR parameter back in sync with HYPRE.h, removed input prompts
2000-10-10 16:26:02 +00:00
painter
2c53fab6b9
make babel/Hypre/* iff configure is run --with-babel
2000-10-10 00:06:18 +00:00
painter
28a3bbb0c5
generated by new configure
2000-10-10 00:04:14 +00:00
treadway
c9c960a724
added painter1 to mail list
2000-10-09 23:32:51 +00:00
treadway
84649a815f
spelling error
2000-10-09 23:31:33 +00:00
falgout
c4ae5f02f8
Changed fortran interface port to (hopefully) support CRAY fortran
...
compilers and any other fortran compilers that mangle subroutine
names using all caps.
2000-10-09 22:32:34 +00:00
painter
c0b7d71a8f
fix typo where the PCG SetPrecond was getting called for GMRES
2000-10-09 21:01:31 +00:00
falgout
a500203e40
Removed the F90 prototypes from the header files because they aren't
...
needed and don't make sense.
2000-10-09 20:59:23 +00:00
falgout
0733c0b841
Fixed a memory problem that shows up when using the read-from-onefile
...
option in the driver.
2000-10-09 18:20:06 +00:00
treadway
7112a07651
fixed typo
2000-10-09 17:55:34 +00:00
painter
6b9ca0e1c9
Names changed for uniqueness when truncated to 6 characters for Fortran.
2000-10-09 16:45:40 +00:00
painter
50308c203e
New directory /krylov, for "generic" krylov solvers.
...
Minor changes in building from babel-generated files.
2000-10-09 16:44:25 +00:00
painter
980c1fd7ba
Sequential vector operations have new names, with "Seq" inserted.
2000-10-09 16:41:50 +00:00
painter
2ac5bc0a29
Name of include files HYPRE_{mv,ls}.h changed to HYPRE_struct_{mv,ls}.h.
...
Add a second possible path for a Babel-generated include file.
2000-10-09 16:40:51 +00:00
painter
e224cd12ca
Names of vector and matrix-vector operations have been changed, generally
...
by inserting the string "Par".
2000-10-09 16:37:40 +00:00
painter
334f257d50
Conjugate gradient in the file cg.c is replaced by /krylov/pcg.c (the other
...
conjugate gradient implementation, pcg.c, is left alone). GMRES in gmres.c
is replaced by krylov/gmres.c. Names of vector operations have been changed
by inserting "Seq".
2000-10-09 16:36:10 +00:00
painter
f6f15bbe2a
The string "Seq" is inserted into names of vector operations.
2000-10-09 16:33:52 +00:00
painter
f82232d9db
GMRES is now implemented by a file in the new directory krylov.
2000-10-09 16:29:36 +00:00
painter
bf9189804b
Conjugate gradient is now implemented by a file in the new directory krylov.
...
The string "Struct" has been inserted into names of vector operations.
2000-10-09 16:28:30 +00:00
painter
934237cb79
Krylov methods are now implemented by calling "generic" functions in the
...
new krylov directory. "Par" has been inserted into names of vector operations.
2000-10-09 16:26:59 +00:00
painter
dbfcd722bb
generic Krylov methods, to be used by multiple linear solver packages.
...
These files are based on ones formerly in parcsr_linear_solvers,
struct_linear_solvers, and sstruct_linear_solvers.
2000-10-09 16:18:36 +00:00
treadway
4b51aede3f
correct parameter reassignment
2000-10-06 18:53:37 +00:00
lambda
2673a59b26
If tol = 0., relative_resid = 1., before entering while loop
2000-10-05 23:32:06 +00:00
treadway
231d3809de
BETA mail group is now ALL
2000-10-05 22:06:26 +00:00
lambda
d203555415
tol = 0. case no longer dividing by zero
2000-10-05 21:33:11 +00:00
falgout
07b0717eab
Fixed a minor logic problem when printing usage info.
2000-10-05 21:26:30 +00:00
lambda
e140bc45ec
Removed cast to double before parameter to hypre_SeedRand
2000-10-05 20:30:33 +00:00
ulrikey
4ef6206c48
small change
2000-10-05 19:51:29 +00:00
chtong
a37135bb47
Fix compiler complaints about uninitialized variable.
2000-10-05 16:30:01 +00:00
chtong
364cf4b705
Fix compiler complaints about return values.
2000-10-05 16:28:16 +00:00