Commit Graph

9396 Commits

Author SHA1 Message Date
falgout
1b8449ae3c Added a missing file 2013-11-21 17:08:45 +00:00
falgout
d73435e072 Removed several files that are no longer in the library. 2013-11-21 16:54:06 +00:00
falgout
ba3550df63 New alpha release 2.9.4a 2013-11-21 16:27:08 +00:00
falgout
2be5708cc6 Changed to use hypre_Solver_struct approach used in SStruct code for type safety
and to eliminate the need to explicitly cast to/from void *.
Using this approach in ExxonMobil solvers work.
2013-11-21 16:13:43 +00:00
kolev1
f3221ade95 Fixed a compiler warning. 2013-11-14 16:59:36 +00:00
kolev1
99b8317e98 Check for rows that are _exactly_ zero.
The previous approach of using a tolerance can be useful in debugging, but broke
some of the regression tests in KULL.
2013-11-14 00:26:07 +00:00
falgout
971ef89919 Adding a filter to fix vulcan link++ test. 2013-11-12 15:46:39 +00:00
falgout
3ff3e8f7b3 Adding rzmerl and vulcan tests. 2013-10-29 21:24:59 +00:00
falgout
cbf9fe2d43 Changed LOBPCG solvers test, so need to change the save file as well. 2013-10-25 00:04:48 +00:00
kolev1
dc5cf32ac9 Switched LOBPCG tests to compute 4 instead of 5 eigenvalues (this
seems more stable).
2013-10-24 23:56:11 +00:00
falgout
37f24dbdcb Removed rzdawndev, since it is now retired. 2013-10-22 20:03:20 +00:00
falgout
800d4ff127 Removed hera, since it has been decommisioned. 2013-10-21 18:21:34 +00:00
falgout
327681d69e Adding verification file. 2013-10-15 22:49:05 +00:00
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