Commit Graph

9189 Commits

Author SHA1 Message Date
falgout
d555b2995f Added the new vis files to the release. 2011-11-15 00:21:20 +00:00
falgout
4eb49f18e9 The last compiler filter didn't work correctly. Hopefully this will. 2011-11-15 00:04:51 +00:00
falgout
a78f8ec478 Changed test names for new release. 2011-11-14 23:12:29 +00:00
falgout
9e179b75cd First version of check file. 2011-11-14 22:56:36 +00:00
falgout
b118b2f649 Changed release number and date. 2011-11-14 22:36:27 +00:00
falgout
50f771f044 Finalized release date for 2.8.0b. 2011-11-14 22:34:11 +00:00
falgout
56074ddb12 Removed '--with-blas' option because it doesn't work and is not worth fixing. 2011-11-14 22:28:17 +00:00
falgout
5e96b47335 Added a filter for the dlamch optimization override warning. 2011-11-14 21:59:50 +00:00
falgout
f315060852 Changed the compilation line for dlamch to use -O0 at the end of the line
to always override other optimization flags and turn off optimization.
2011-11-14 21:45:34 +00:00
kolev1
91af49bed5 Slightly updated version after the changes from issue810. 2011-11-10 17:09:35 +00:00
kolev1
c20de1d3de Fixed a compiler warning. 2011-11-10 17:06:17 +00:00
kolev1
d65f1806e9 Do not use the ParBooleanMatmul hack in AMS when assumed partitioning is on
(since parallel Boolean matrices don't support it).

Switch back to the old version of cycle type 11.
2011-11-09 20:36:56 +00:00
kolev1
5ca56bbd3c If no coarsening occurred in BoomerAMG, use the user relax type (instead of 0)
in order to allow for the setting of a convergent smoother.

This is necessary when solving problems with singular matrix to make sure that
BoomerAMG will be a solver (or at least that its error propagator will have
spectral radius <= 1).
2011-11-09 20:34:57 +00:00
kolev1
b653606ccb Removed a double space. 2011-11-09 20:30:03 +00:00
schroder2
75b8511941 Fixed compiler warning about mixing code and variable declarations in
bicgstab.c.
2011-11-08 16:19:33 +00:00
schroder2
3882194573 Changes to bicgstab to resolve issue 760. Essentially when the residual is
updated exactly inside of BiCGSTAB, then a divide by zero occurs.  Also, the
residual norm check was moved to occur immediately after the residual update.
2011-11-07 23:19:08 +00:00
kolev1
1b497fb016 Fixed globally exposed symbols without namespace protection in pilut/, lapack/
and blas/. See issue 536.
2011-11-07 18:12:01 +00:00
falgout
dc37c39f25 Added scripting to find directory location of symbols and filter. 2011-11-05 00:13:55 +00:00
kolev1
2bb7111a06 Final, final changes before 2.8.0b :) 2011-11-04 23:57:46 +00:00
falgout
4d148ee46d Fixed a global variable scope problem. 2011-11-04 21:10:05 +00:00
kolev1
c0e02deda6 Added a a script to print all globally defined symbols in libHYPRE.a without the
appropriate namespace protection.
2011-11-04 20:00:42 +00:00
kolev1
011187d121 Added a note about the new high-order interface in AMS and ADS. 2011-11-04 18:27:02 +00:00
kolev1
af74f262bd Final changes in the solver documentation before the release. 2011-11-04 18:25:24 +00:00
falgout
aafde9efec Added comments about SetPeriodic() working only for SSTRUCT and STRUCT types. 2011-11-04 18:16:07 +00:00
kolev1
9976ea19fd Final adjustments in ADS before the release. 2011-11-04 18:03:29 +00:00
falgout
a68229b5ee Fixed SStructVectorGetObject() (see [issue704]). Also made minor changes to
MatrixGetObject() and added Euclid PCG to the sstruct driver.
2011-11-04 17:51:32 +00:00
kolev1
45d54ab4b5 Final adjustments in AMS before the release. 2011-11-04 17:38:15 +00:00
kolev1
1a008e0bcd Documentation for the high-order ADS interface. 2011-11-03 23:41:16 +00:00
kolev1
b9b84bcd46 Extended ADS to support (arbitrary) high-order Raviart-Thomas discretizations.
Modified the high-order AMS interface.
2011-11-03 23:38:35 +00:00
kolev1
71b4a5fc1e Added FEI parameters for the l1-GS smoothers in BoomerAMG and the subspace
problems of AMS.
2011-11-02 22:04:52 +00:00
falgout
e1f527bc6d Added comments to VectorGetValues(), etc., about calling Gather() first.
See [issue762].
2011-11-02 21:47:45 +00:00
falgout
5e4a8a25e3 Removed AC_PROG_CPP and AC_PROG_CXXCPP tests to address [issue738].
We don't use the results of these tests anyway.
2011-11-02 20:57:32 +00:00
falgout
620f46872a Fixed an uninitialized memory read problem and a potential performance issue for
problems in less than 3 dimensions.
2011-11-02 20:37:56 +00:00
kolev1
a45c5c0836 Added support for (arbitrary) high-order Nedelec finite element discretizations
in AMS.

Seems to be working quite well on hex meshes and reasonably well on tet meshes,
correlating with the performance of BoomerAMG on the associated high-order nodal
problems.
2011-11-02 20:22:21 +00:00
falgout
36f7adb9cf Changes in preparation for 2.8.0b 2011-11-02 20:07:54 +00:00
kolev1
e6a71c1adb Use the C++ compiler to build the shared library when it includes C++ sources
(from the FEI).
2011-11-02 17:48:06 +00:00
falgout
3acf53931a Changed the hypre-support email to use llnl.gov not mail.llnl.gov. 2011-11-02 15:38:53 +00:00
falgout
2ecb3724a4 Left a debugging printf in by mistake. 2011-11-02 14:58:23 +00:00
falgout
e1ed503eec Made some changes to support new 'rz' machine names. 2011-11-02 00:14:38 +00:00
falgout
35d899a309 The struct driver can now be run on more processors than specified by the PxQxR
input.  In that case, the extra processors don't own any problem data.  Also set
up some regression tests.
2011-11-01 22:08:52 +00:00
kolev1
5d7038a8a1 Makefile to clean the results in examples/vis. 2011-11-01 00:01:15 +00:00
kolev1
52301b0d37 Added GLVis-based visualization of the numerical results from the example codes. 2011-11-01 00:00:28 +00:00
kolev1
bcb62d6b04 Fixed a typo. 2011-10-31 23:54:52 +00:00
falgout
ca9e58b762 Added Euclid as a preconditioner. 2011-10-31 17:05:15 +00:00
ulrikey
1f2ad6aa87 added new parameters to hybrid solver 2011-10-24 17:51:44 +00:00
ulrikey
b63cc0638a added redundant coarse grid solve to hybrid solver 2011-10-24 17:51:26 +00:00
ulrikey
5d3898bdf8 fixed bug 2011-10-18 15:52:18 +00:00
ulrikey
87eda39ed1 fixed memory leak 2011-10-14 14:32:21 +00:00
ulrikey
99fec2cdfe fixed check-mpi 2011-10-14 14:28:55 +00:00
ulrikey
8df991e354 small change 2011-10-13 17:56:06 +00:00