Commit Graph

4556 Commits

Author SHA1 Message Date
barrylee
17c1d6ee5f Removed flags for diagonal scaling pcg. 2002-03-05 22:10:35 +00:00
barrylee
6943e29fb5 Stubs for the SStruct diagonal scaling put in. 2002-03-05 22:05:03 +00:00
barrylee
becb71751d Implemented diagonal scaling for native sstruct data structure. 2002-03-05 22:01:12 +00:00
painter
1eab5facb8 Add Panayot's chord matrix headers and code to convert between ParCSR and
chord matrices.
2002-03-05 18:14:28 +00:00
painter
6f900d8305 Add Panayot's chord matrix headers and code to translate between chord and
ParCSR matrices.
2002-03-05 18:13:24 +00:00
painter
95e58cfc67 Exit in the rare case where gamma==0 exactly (can come from pathological
input like near-zero b in Ax=b).
2002-03-04 21:48:31 +00:00
chtong
7e7f3bcd17 Cosmetic changes. 2002-03-04 19:33:55 +00:00
chtong
ad3f063aa7 Fix an error with version 2 of the algorithm. 2002-03-04 18:35:12 +00:00
chtong
d2fe128d45 Change parameter option Pweight. 2002-02-16 01:19:42 +00:00
chtong
65478e28ec add iostream.h for the new gps compiler. 2002-02-16 01:15:14 +00:00
chow
e4085c1cbb Added -solver 999 to test ParaSails Build IJMatrix 2002-02-15 01:46:38 +00:00
chow
8d029da379 added hypre_ParaSailsBuildIJMatrix 2002-02-15 01:20:08 +00:00
chow
855000c729 Added HYPRE_ParaSailsBuildIJMatrix 2002-02-15 01:18:26 +00:00
ulrikey
45039f0e1e added hypre_CSRMatrixInitialize(offd) for the case of a parCSRMatrix with
an offd part without nonzeros. This will make sure that the offd part
is generated with an i-array containing all zeros.
2002-02-12 19:23:23 +00:00
ulrikey
0d1388f318 changed hypre_CSRMatrixInitialize to only allocate the hypre_CSRMatrixData
and hypre_CSRMatrixJ arrays for num_nonzeros != 0
2002-02-12 19:17:13 +00:00
chtong
39ee3d92a0 Add more options to use MLI. 2002-02-04 17:27:11 +00:00
chtong
4486241ebe Correct include links. 2002-01-31 19:47:06 +00:00
chtong
bd91fd332d Move to another directory. 2002-01-31 19:27:45 +00:00
chtong
a65df3abfa Add mli links. 2002-01-31 19:13:20 +00:00
chtong
fb1383e5f2 Move to another directory. 2002-01-31 18:51:51 +00:00
chtong
7e11303cfe move to another directory. 2002-01-31 18:48:32 +00:00
chtong
34bb993d8e remove permanently. 2002-01-31 18:47:01 +00:00
chtong
ccc4d6cc3c Move to another directory. 2002-01-31 18:46:16 +00:00
chtong
9ab39fc8f7 move to other directory. 2002-01-31 18:41:02 +00:00
chtong
fd02efb189 remove. 2002-01-31 18:39:44 +00:00
chtong
75fe659511 Add smoothing to null space. 2002-01-31 18:38:18 +00:00
chtong
760d529f2c Move to this directory. 2002-01-31 18:34:10 +00:00
chtong
5db5f2a97a Move to this directory. 2002-01-31 18:28:44 +00:00
chtong
ff1d38c571 Fix include links. 2002-01-31 18:27:30 +00:00
chtong
27b94d1668 move to this directory. 2002-01-31 18:24:27 +00:00
chtong
5d29757cc9 Move to this directory. 2002-01-31 18:23:22 +00:00
chtong
d2a8c7358a Change directory. 2002-01-31 18:21:47 +00:00
chtong
d25f2007d3 Move files here. 2002-01-31 18:21:06 +00:00
chtong
3c0e113a25 Newly added file. 2002-01-31 18:18:58 +00:00
chtong
042153a693 change linking directories. 2002-01-31 18:17:00 +00:00
chtong
d801926fcf Take out obsolete functions. 2002-01-31 18:02:04 +00:00
chtong
646a0e9176 Remove some obsolete options. 2002-01-31 17:59:04 +00:00
chtong
af09e2a232 Take out some obsolete subroutines. 2002-01-31 17:56:56 +00:00
chtong
cc7b4617f7 Some major bug fix. 2002-01-30 01:11:04 +00:00
chtong
14340c91d1 Debug parallel matrix formation. 2002-01-30 01:07:27 +00:00
chtong
0daada1cac Major bug fix. 2002-01-30 01:06:17 +00:00
chtong
0a4ad2719a Cosmetic change. 2002-01-30 01:01:11 +00:00
treadway
479bfe83d0 bug 2002-01-26 01:55:31 +00:00
treadway
42a0210859 FEI enhancements for Dave Stevens
1) add the option

--FEI_BASE_DIR=fei_base_directory

where fei_base_directory is a string specifying the directory where the
fei header files live.  The effect of this configure directive would be
to set the variable FEI_BASE_DIR to the string fei_base_directory in the
file:

linear_solvers/FEI_mv/fei-hypre/Makefile



2) add the options:

a) --copy-hypre-fei-includes=hypre_fei_include_directory

this copies the files: cfei_hypre.h and cfei-hypre.h to the directory:
hypre_fei_include_directory


--copy-hypre-fei-libs=hypre_fei_lib_directory

this copies the files:  libHYPRE_LSI.a and libHYPRE_superlu.a to the
directory: hypre_fei_lib_directory
2002-01-26 01:49:52 +00:00
chtong
c44a44ef01 Add diagnostics statements. 2002-01-24 22:00:36 +00:00
chtong
95560ba035 Fix a bug with mission RestoreRow. 2002-01-24 22:00:12 +00:00
chtong
775fe223ea Add a new file. 2002-01-24 01:23:25 +00:00
chtong
75951b6483 Take out revision number. 2002-01-24 01:14:26 +00:00
chtong
136123c343 Delete revision number. 2002-01-24 01:09:21 +00:00
chtong
c45fd33c06 Fix a bug with max number of macroelements. 2002-01-24 01:05:02 +00:00