falgout
acdd1951ca
Creating release 2.9.3a
2013-10-15 17:44:26 +00:00
falgout
85897873de
Fixed a bug setting pstart to my_id before my_id was initialized.
2013-10-11 22:04:17 +00:00
falgout
46488e8cbc
Added HYPRE_Complex and HYPRE_Real types in place of double.
...
Added an example code to test CG on a 4D HYPRE_SSTRUCT complex problem.
Added regression tests for bigint, maxdim, and complex.
Added a test to make sure double types are not added to the source.
See [Issue995] in the tracker for more details.
2013-10-11 19:48:06 +00:00
falgout
b7580c7c81
Adding new high dimension code to Struct and SStruct.
...
Added two 4D examples, one for Struct and one for SStruct.
Use configure --enable-maxdim=MAXDIM to set.
2013-10-03 18:35:31 +00:00
falgout
e438baf371
Fixed problem with previously added filter
2013-09-30 14:58:47 +00:00
falgout
183630abc5
Added new filters for babel compile
2013-09-27 14:58:07 +00:00
kolev1
91e91b0001
Roundoff errors after switching to l1-GS in test/ams_driver.
2013-09-16 15:41:32 +00:00
kolev1
f1bc012c40
By default use the l1-GS smoother in the AMS subspace solvers.
2013-09-10 18:15:55 +00:00
kolev1
ebed231c65
In AMS, do not assume that the entries of the discrete gradient G are +1/-1.
...
This allows the solver to work for AMR problems on quad/hex meshes, where the
reduced G can have more than two nonzero entries per row incorporating the AMR
vertex interpolation weights.
2013-08-10 18:55:38 +00:00
falgout
0b0076ca35
Fixed a problem with setting absolute tolerances.
2013-08-01 15:22:21 +00:00
ulrikey
a239552b48
added a regression test
2013-07-22 20:36:08 +00:00
kolev1
9323e57379
Patch from Jerome Solberg to fix zero rows in the Pi matrices, which can
...
appear due to contact boundary conditions.
2013-07-02 20:55:05 +00:00
kolev1
ace949b92c
Added GLVis-based visualization and options to several more example codes.
2013-04-22 17:32:43 +00:00
kolev1
d6869b1689
Removed white space between backslash and newline (PGI compiler warning).
2013-04-19 17:43:06 +00:00
falgout
fb56da0de0
Fixed the license problem at the top of this file.
2013-03-28 00:04:39 +00:00
falgout
80dd08a550
Removed the comment about Numerical Recipes and the BinarySearch2 function.
...
This does not appear to be taken directly from the book, just derived from it.
2013-03-27 23:59:48 +00:00
falgout
a63c8fd5be
Finalizing new alpha release
2013-02-15 20:59:56 +00:00
falgout
25fb688e3e
Changes for new alpha release 2.9.2a
2013-02-15 17:58:10 +00:00
kolev1
28e747336f
Updated the HYPRE_AMSSet*AMGCoarseRelaxType() documentation to list all
...
coarse grid direct solver options.
2013-02-14 19:40:11 +00:00
ulrikey
49631c7107
added new relaxation types for old Gaussian elimination on coarsest level:
...
19 for plain GE, 29 for GE with pivoting
2013-02-14 18:52:28 +00:00
falgout
33d80e2d72
Removed the -fPIC lines because it is not portable.
2013-02-13 16:38:56 +00:00
ulrikey
551d0d1935
fixed a memory bug
2013-02-13 01:09:16 +00:00
kolev1
278f6613b1
Added documentation for HYPRE_ClearError() and HYPRE_ClearAllErrors().
2013-02-11 20:45:53 +00:00
ulrikey
ff25070035
added regression test for adding off processor values to matrices and vectors
2013-02-09 00:46:01 +00:00
ulrikey
388e4014f5
changed print routine to allow to add off processor values to matrices and
...
vectors
2013-02-09 00:36:40 +00:00
ulrikey
bc563b19fb
fixed the real bug causing a segfault when adding to off processor values
...
in IJ Vectors (wrong data type for buffer)
2013-02-09 00:07:18 +00:00
ulrikey
2e073c2391
fixed bug when using L1-Jacobi on coarsest grid with CF turned on
2013-01-28 22:05:29 +00:00
ulrikey
6b42cbd4f7
fixed a bug in setting off proc values in the assumed partition version
2013-01-25 23:51:24 +00:00
ulrikey
754e259e03
fixed a bug in the assumed partition setting of off processor values in vectors.
2013-01-25 23:16:32 +00:00
falgout
ed5cdec79e
Changed a couple of saved files for AMS regression tests.
2013-01-25 21:20:32 +00:00
kolev1
6eba36ed7d
Added user functions HYPRE_AMSSet*AMGCoarseRelaxType for specifying the coarsest
...
level relaxation for the AMG subspace solvers in AMS.
The default value corresponds to l1-GS on the coarsest level. This is different
than BoomerAMG's default (exact solve), since the AMS subspace matrices are
often singular in applications.
2013-01-23 23:34:51 +00:00
falgout
e91cd478d3
Removed the fac tests
2013-01-23 16:36:31 +00:00
falgout
0e54b32357
Making some changes to avert the compiler-related problems on rzzeus and hera
2013-01-18 22:42:03 +00:00
falgout
d6ab821560
Final check file for new alpha release.
2013-01-17 00:36:07 +00:00
falgout
fcc7b8aad5
Changes in preparation for new alpha release.
2013-01-16 22:03:12 +00:00
ulrikey
f3465a64f7
fixed a potentially uninitialized variable
2013-01-15 15:27:23 +00:00
ulrikey
23df99bdbb
fixed use of uninitialized variable
2013-01-11 15:13:26 +00:00
ulrikey
b5a7aa32f8
added check for unfreed memory and free it if necessary for the case of calling repeated Setups
...
without calling Destroy.
2013-01-10 19:14:33 +00:00
falgout
7038621993
Apparently 'cp -fa' does not work on Solaris, so changing to 'cp -fR' after all.
2013-01-10 15:59:09 +00:00
falgout
b02d839732
Fixed a syntax error that the PETSc developers discovered.
2013-01-10 00:42:17 +00:00
falgout
d696f7c535
Changed 'cp -fpPR' to 'cp -fa' in all of makefiles.
...
The PETSc developers have had trouble on some platforms with -fpPR, but the -fa
option seems better than the -fR option they suggested because it will also
preserve attributes. See [issue1022].
2013-01-10 00:32:15 +00:00
ulrikey
048753bd29
deleted a semicolon
2013-01-08 16:03:24 +00:00
ulrikey
8aedae3214
fixed various klocwork issues
2013-01-07 23:57:24 +00:00
ulrikey
d81bc327b8
fixed various klocwork warnings
2013-01-07 17:54:39 +00:00
ulrikey
1fdfd31f63
fixed various klocwork errors
2013-01-07 16:57:27 +00:00
ulrikey
e4fb5a41c4
fixed some klocwork issues
2013-01-05 00:07:36 +00:00
ulrikey
419f04e6d7
fixed various klocwork issues
2013-01-04 23:20:58 +00:00
kolev1
529b5f2d50
Made sure that one can select the l1-GS smoother only on the coarsest grid.
2012-12-08 01:24:30 +00:00
kolev1
b7bbc6d215
Changed the code slightly so it doesn't break for matrices with zeros on the
...
diagonal.
2012-12-07 19:06:38 +00:00
falgout
2c68a239dc
Matlab routine for reading in a vector in IJ format.
2012-12-06 23:09:25 +00:00