Commit Graph

1537 Commits

Author SHA1 Message Date
falgout
91e0f70baa Removing ARPACK 2012-10-17 00:00:22 +00:00
falgout
755f7f4a85 Fixed the logic so that the "not recognized" error gets printed correctly. 2012-09-25 17:26:54 +00:00
falgout
6067f8dd84 Added HAVE_MLI to the compile line. This definition was removed from several of
the code files in an earlier commit.
2012-09-25 16:25:23 +00:00
falgout
eb12520d0d Forgot some header files to install. 2012-09-25 00:13:39 +00:00
falgout
82a44dd2ce Put header file install copies back in. 2012-09-24 23:48:56 +00:00
falgout
742544d027 Added new CMake support for building the FEI.
Reduced some of the warnings generated by the Visual Studio compiler.
Made the CMake build out-of-source only to reduce issues with make system.
Added some documentation to the 'INSTALL' file on compiling with CMake.
2012-09-24 22:59:54 +00:00
falgout
a217eb5eaa Removing blas and lib subdirectories because they are no longer needed. 2012-09-17 22:38:05 +00:00
falgout
87bb9ee02a Moved femli files to a single directory and removed directory dependencies in
the include lines to conform to conventions elsewhere in hypre.
The femli files were copied from amgs, base, cintface, fedata, mapper, matrix,
solver, util, and vector.  Log history prior to this date will be through those
subdirectories (which were "cvs remove'd").
2012-09-17 22:35:36 +00:00
falgout
49ff201c4e Fixed some compiler warnings 2012-09-13 15:10:12 +00:00
falgout
518fa75fa2 Made some makefile changes to reduce file copying for blas, lapack, and femli 2012-05-25 23:54:08 +00:00
falgout
0332374491 Changed the OpenMP implementation from include-file based to hard-coded omp
pragmas in order to get around a compiler issue with Visual Studio.
2012-03-16 22:46:05 +00:00
falgout
b5557b0985 Removed references to 'headers.h' from some Makefiles and a few C files. 2012-03-06 21:46:12 +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
b3db91f7be More changes to get regression tests working on tux339 2011-08-26 19:48:14 +00:00
chtong
a364fc9470 Add SetAtol to pcg and gmres and add pcg recompute residual option. 2011-01-26 01:28:47 +00:00
falgout
ac76484afd Fixed a bug. 2010-12-09 16:26:28 +00:00
chtong
412af7c81e Add multiple rhs options. 2010-11-23 22:42:44 +00:00
kolev1
632fff9905 Added an l1_norms parameter to the BoomerAMG relaxation routines.
(I initially thought about putting the BoomerAMG solver data structure as an
extra parameter, but realized that the ParCSR smoothers are of general interest)
2010-09-02 23:47:08 +00:00
chtong
75cd7895ca Take out unused variable. 2010-06-16 15:47:46 +00:00
chtong
ba9be388cb Add a flag to turn on/off recompute PCG residual. 2010-06-15 22:25:00 +00:00
chtong
c8173ef10a Fix bug with switching from SuperLU 2.0 to 3.0 2010-06-14 23:52:18 +00:00
chtong
2515562466 bug fix for superlu to be compatible with SuperLU 3.0 2010-06-14 23:49:35 +00:00
kolev1
9e68166275 Changed amsAlphaRelaxType and amsBetaRelaxType default values back to 6. 2010-05-17 22:49:59 +00:00
falgout
1fccbcfb7c Fixed a few things to get the MS Visual Studio compile working again. 2010-02-02 23:02:15 +00:00
falgout
6fdb8c74fd Changed to install only one hypre lib file. 2010-01-29 01:40:29 +00:00
chtong
cad96e228d one final touch on max number of levels for AMG. 2010-01-27 16:17:19 +00:00
chtong
7bdf3cc6e2 Correct the error in set AMG maxlevels. 2010-01-27 02:47:34 +00:00
falgout
73a0867c82 Added configure-line options to change name mangling for Fortran.
Cleaned up a lot of things in configure itself (still more to do though).
2010-01-25 22:51:05 +00:00
falgout
9f26a7739a Changed 'cp -fpd' to 'cp -fpPR' for better portability.
This should work on the Mac now in particular.
2010-01-14 18:17:53 +00:00
falgout
8ed12c2264 Added the release number to the names of hypre shared libraries (see [issue181]).
Also removed the HYPRE_LSI library because it was nearly identical to HYPRE.
2010-01-14 01:16:24 +00:00
kolev1
06916c815c Small changes to enable compulition on Windows with Visual C++. 2009-11-17 22:27:43 +00:00
chtong
a149a849d0 Add diagnostics. 2009-11-16 23:06:21 +00:00
baker59
9d7dda074e Added a temporary variable to BoomerAMGRelax. 2009-11-05 17:42:44 +00:00
chtong
724cfb21fa Add multiple right hand sides. 2009-10-07 22:49:38 +00:00
chtong
78cb16aea9 add multiple rhs. 2009-10-07 22:49:24 +00:00
chtong
6e407e890e Add blas/lapack interface file. 2009-10-07 22:20:08 +00:00
chtong
5cc870371e Change to hypre compatible lapack/blas interface. 2009-10-07 22:19:11 +00:00
chtong
d6634c5eb7 modified to be compatible with hypre blas/lapack calls. 2009-10-07 21:37:05 +00:00
chtong
ecdfb2b02a Modified to be compatible with the hypre blas/lapack calls. 2009-10-07 21:36:46 +00:00
chtong
2de33213b3 intMalloc calls argument not correct. 2009-09-29 23:44:39 +00:00
chtong
cf850b8aa2 Take out a bug (should not call setupPrecon in MLI) 2009-09-29 20:31:09 +00:00
chtong
5ef0e36352 Revert Koning's modification on multiple rhs to original. 2009-02-26 01:38:08 +00:00
chtong
d478a5fb78 Take out strict-checking error. 2009-02-03 16:44:28 +00:00
chtong
9239561178 Take out dsuperlu error. 2009-02-02 16:07:38 +00:00
chtong
cd7216f8b8 Add superlu. 2009-01-29 01:07:02 +00:00
chtong
154cf9098c Take out compile error. 2009-01-28 15:53:44 +00:00
chtong
4d1f32ef7a Debug. 2009-01-28 01:40:41 +00:00
chtong
108084bfa8 Add hypre blas. 2009-01-14 00:54:55 +00:00
chtong
ff784cae72 Resolve a strict checking compiler warning. 2009-01-13 16:54:14 +00:00
chtong
e61ba1168c Resolve make paths. 2009-01-13 01:21:03 +00:00