Commit Graph

9054 Commits

Author SHA1 Message Date
falgout
c99e468b80 Changed release name and date for 2.6.0b 2010-02-04 19:15:45 +00:00
baker59
741d472a5c added comments 2010-02-03 18:04:52 +00:00
kolev1
a17d60c8f5 Deleted a line (changes are not significant enough to include in the
CHANGELOG file).
2010-02-03 05:43:14 +00:00
falgout
2eb2b1e735 First version of the CHANGELOG file for release 2.6.0b 2010-02-03 00:18:36 +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
60c041bc3b First version of the check file for 2.6.0b release 2010-02-02 17:11:38 +00:00
falgout
0fe1abc8a6 Changed to resolve all symbols when building a shared library. 2010-02-02 16:40:54 +00:00
falgout
a096e956b5 Added additional reference and user manual documentation for LOBPCG. 2010-01-29 22:32:52 +00:00
falgout
6fdb8c74fd Changed to install only one hypre lib file. 2010-01-29 01:40:29 +00:00
falgout
5eb881999e When using hypre blas and lapack, set BLASLIBS, BLASLIBDIRS, etc. to nothing
since these symbols will be in the hypre library file already.
2010-01-28 01:33:11 +00:00
falgout
d02db7e5d1 Modified to create two tar files, one with babel and one without.
Also added an option to create a (temporary) distribution based on date.
2010-01-27 22:48:02 +00:00
falgout
618e87e803 Made some additional changes to make this work when there are no babel
directories present.
2010-01-27 22:38:13 +00:00
kolev1
45f7154092 Updated to use the --disable-fortran option. 2010-01-27 20:14:14 +00:00
falgout
30467de862 Fixed blas and lapack sections of configure.in to set HYPRE_USING_HYPRE_BLAS
correctly when the --disable-fortran option is used.
2010-01-27 18:05:38 +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
39d17d54bc Added a feature so that users who don't have a fortran compiler can call
--disable-fortran and configure will not check for a working compiler.
2010-01-26 23:43:20 +00:00
kolev1
2ff3acf90a Fixed a typo. 2010-01-26 22:39:56 +00:00
falgout
8a4f7256a4 Removed a comment about integer*8 and the Fortran interface in hypre. 2010-01-26 21:43:35 +00:00
kolev1
caa889f792 Changed the casc_using_fortran hack to use hypre_using_fortran. 2010-01-26 18:45:29 +00:00
falgout
3e9aec0291 Added post processing to configure to change the names of the F77_FUNC macros 2010-01-26 01:59:19 +00:00
ulrikey
7bb4c9a503 corrected the documentation 2010-01-25 23:30:20 +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
ulrikey
b5f55c8412 fixed some bugs 2010-01-25 18:55:07 +00:00
ulrikey
8b480e696d fixed some warnings 2010-01-23 23:05:29 +00:00
ulrikey
b757593162 fixed a bug in par_nodal_systems that affected options nodal > 0 2010-01-22 23:55:24 +00:00
falgout
0d5b565145 Removed most of the ref docs for the storage-dependent Krylov routines. 2010-01-20 01:10:01 +00:00
baker59
b489c632d1 Added options to run LGMRES and FlexGMRES. 2010-01-19 20:40:48 +00:00
falgout
b7d66275be Made changes so that hypre can be released both with and without Babel. 2010-01-19 19:04:37 +00:00
ulrikey
2eaa2e2c6c rewrote comments for CGNR 2010-01-15 18:32:52 +00:00
ulrikey
b24ce86da6 added comments on how to use AMG with CGNR 2010-01-15 18:27:41 +00:00
ulrikey
e1706c594e added some comments regarding SolveT and CGNR 2010-01-15 18:18:18 +00:00
ulrikey
fd017948cf added documentation to describe changes in SetValues and new routines to
set the print level for IJmatrices and IJvectors.
2010-01-15 18:12:06 +00:00
ulrikey
5dbee90141 added text regarding the changes to off processor treatment in SetValues 2010-01-15 17:51:36 +00:00
ulrikey
dc591d9c6e changed the way of setting values on off processors in HYPRE_IJVectorSetValues 2010-01-15 17:19:41 +00:00
falgout
dc6ae528b6 Added LOBPCG to the reference and user's manuals. 2010-01-15 01:12:16 +00:00
baker59
a11e27ff7d Updating the fortran interface. 2010-01-14 18:31:36 +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
ulrikey
955f0d9672 forced cycleT to always run relax type 7 or 9, since nothing else makes sense here. 2010-01-13 18:55:58 +00:00
ulrikey
35605449f0 fixed a problem 2010-01-13 18:54:20 +00:00
kolev1
6344e65e12 Added math mode to some formulas. 2010-01-13 18:18:22 +00:00
kolev1
09e80c238a Added a user function that project a given vector onto the compatible
subspace for problems with zero-conductivity regions. This is useful for
visualization of the solution, which otherwise will be polluted by kernel
components.
2010-01-13 03:15:03 +00:00
kolev1
5314217d77 Clean the docs directory after building the release documentation. 2010-01-13 02:13:54 +00:00
ulrikey
33160829a2 revert to old version 2010-01-13 00:51:52 +00:00
ulrikey
ef895d71ce revert to old version since there is something funny going on 2010-01-13 00:49:52 +00:00
ulrikey
ef243e8e4c made a few changes in the drivers affecting AMG-CGNR 2010-01-13 00:20:26 +00:00
ulrikey
fc0df1425d fixed a problem in cycleT 2010-01-13 00:19:56 +00:00
kolev1
7011c7d151 Documentation for building and using hypre under Windows. 2010-01-12 01:14:38 +00:00
kolev1
fa127d2325 A script to allow the use of windows'sthe CL.exe compiler in our build
system (under Cygwin).
2010-01-12 00:57:42 +00:00