falgout
2d2c26035f
Fixed a bug accidentally introduced when fixing strict checking compile.
2000-10-24 21:23:54 +00:00
falgout
bd9febf66c
Update.
2000-10-24 21:23:47 +00:00
falgout
750f1e2eb8
Removed extraneous '-I' from MPIINCLUDE definition.
2000-10-04 17:27:21 +00:00
falgout
ab868c0eb5
Updated version number for first general release.
2000-09-21 17:23:37 +00:00
treadway
f15df00cc4
Fixed help message
2000-09-21 16:58:37 +00:00
treadway
4b258680f8
create distrubution tar file from CVS branch or tag
2000-09-21 16:53:14 +00:00
falgout
fcd7285425
Fixed a few problems.
2000-09-21 15:43:02 +00:00
falgout
5cd7aeb22b
Lots of documentation cleaning.
2000-09-21 09:31:29 +00:00
chtong
63ae8d6115
Correct a few compiler warnings on blue.
2000-09-21 00:47:08 +00:00
chtong
3009aba61d
Correct some compiler warnings on blue.
2000-09-21 00:44:03 +00:00
ulrikey
77c4af115e
switch to Panayot's hypre_AMGCreateDomainDof
2000-09-19 23:29:57 +00:00
ulrikey
bfdda1fa0b
fixed bugs in schwarz routines and cleaned up memory leaks
2000-09-19 16:55:35 +00:00
falgout
775f49d87c
Added PILUT-GMRES and ParaSails-GMRES solvers.
2000-09-18 17:21:33 +00:00
falgout
fcbebd936c
Added ParaSails-GMRES option.
2000-09-18 17:10:53 +00:00
falgout
a8febd9140
Fixed some additional strict compile warnings.
2000-09-16 14:31:11 +00:00
ulrikey
e3126ff805
added undefined variables
2000-09-15 22:50:58 +00:00
panayot
c265b4d90e
second version;
2000-09-15 22:46:22 +00:00
ulrikey
aa9d6ed7b8
Schwarz routines
2000-09-15 22:34:01 +00:00
ulrikey
9df11ed026
added schwarz method as smoother. (not working yet!)
2000-09-15 22:19:49 +00:00
chow
0a5e058809
Updated.
2000-09-15 18:39:08 +00:00
cleary
95562837c2
Removed compiler warnings.
2000-09-15 18:26:16 +00:00
cleary
debbdbcfbf
Improved comments.
2000-09-15 18:25:51 +00:00
falgout
e8bf09c8d6
Fixed SStruct-with-ParCSR so that VectorGetValues works correctly.
2000-09-15 16:21:58 +00:00
falgout
e130b5afdf
Changed type of 'value' argument in VectorSetValues and AddToValues.
...
This should enable cleaner implementation of the complex interface.
2000-09-15 15:32:58 +00:00
falgout
d573b7665e
Cleaned up strict compile.
2000-09-15 15:17:25 +00:00
falgout
ecd8884fbc
Various documentation changes in preparation for general release.
2000-09-15 08:14:35 +00:00
painter
444dd4362b
supply missing return statement
2000-09-15 00:00:44 +00:00
painter
dc9204ea46
fix typo
2000-09-15 00:00:26 +00:00
falgout
3d28091fd5
Implemented ability to construct ParCSR matrices and vectors through
...
the SStruct interface. Added only BoomerAMG-GMRES to the driver for now.
2000-09-14 23:05:08 +00:00
ulrikey
662467ebd9
added CG and GMRES to the serial AMG-code.
2000-09-14 22:25:54 +00:00
ulrikey
4db2a52496
various changes:
...
1. cleanup of unnecessary variables
2. added CG and GMRES to the driver, they can be used through -solver x
where x=0 AMG, x=1 AMG-CG, x=2 CG, x=3 AMG-GMRES, x=4 GMRES
the tolerance can be set through -tol
and the Krylov dimension for GMRES through -k
2000-09-14 22:23:29 +00:00
chow
ed1f3899b5
Added documentation for ParaSails.
2000-09-14 21:20:19 +00:00
falgout
ec9e41b53f
First implementation of new splitting solver/preconditioner.
2000-09-14 18:36:12 +00:00
treadway
cae449b523
correct emailing from test subdirectory
2000-09-13 23:58:05 +00:00
treadway
54d6840762
default alpha COPT=-fast
2000-09-13 23:49:06 +00:00
vhenson
55ef48b108
Added capability for multiple sweeps, with -ns option
2000-09-13 22:21:20 +00:00
vhenson
12bf509ab1
Added -ns <val>, gives number of sweeps per level
2000-09-13 17:05:18 +00:00
treadway
6b744e1b17
reorder PATH
2000-09-12 23:58:42 +00:00
chtong
e535a0e278
A few minor error corrections to allow superlu to work on reduced systems.
2000-09-12 21:03:35 +00:00
vhenson
c051a50895
added -mu option to give W cycles, etc.
2000-09-12 19:23:37 +00:00
ulrikey
0ee4cb8786
cleaned up to avoid warnings when compiled with strict checking
2000-09-12 19:17:09 +00:00
treadway
6088a186c6
autoconf and xlf patch
2000-09-12 18:59:03 +00:00
treadway
7be318b5ef
additional filter for strict checking
2000-09-12 18:56:16 +00:00
ulrikey
c26a4559bd
cleaned up variables to avoid warnings when compiled with strict checking
2000-09-12 18:39:16 +00:00
ulrikey
8fac316cf6
cleaned up unnecessary variables to avoid warnings when compiled with strict checking
2000-09-12 18:11:51 +00:00
ulrikey
99cd740190
cleaned up unnecessary variables to eliminate warnings when compiled with strict checking.
2000-09-12 18:09:33 +00:00
jjones
b1ff92bfbd
Added code to interp.c to ignore off-diagonals connecting
...
different function types.
2000-09-12 18:04:26 +00:00
vhenson
b8f9f4a1ed
fixed bug in dof_func initiation
2000-09-12 17:45:47 +00:00
chtong
2956ce303b
a typo correction.
2000-09-11 23:49:35 +00:00
chtong
76b877b594
rename these files.
2000-09-11 23:41:49 +00:00