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
2c68a239dc
Matlab routine for reading in a vector in IJ format.
2012-12-06 23:09:25 +00:00
falgout
673427f325
Added 'cmbuild' directory
2012-09-25 18:37:10 +00:00
falgout
c9522c5675
Removed all use of the Korn Shell (/bin/ksh) from scripts for portability reasons.
...
Replaced with the Bourne shell (/bin/sh).
2012-09-19 20:44:04 +00:00
falgout
be19dc3b4a
Messed up the last change.
2012-03-19 18:15:21 +00:00
falgout
a69f5777a2
Added CMakeLists.txt files to the release.
2012-03-19 17:53:45 +00:00
falgout
d555b2995f
Added the new vis files to the release.
2011-11-15 00:21:20 +00:00
falgout
e3181f26b1
Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details).
...
Changed MPI routines to hypre_MPI routines.
Added hypre_printf, etc. routines.
Added AUTOTEST tests to look for 'int' and 'MPI_' calls.
Added a new approach for the Fortran interface (not implemented everywhere yet).
2010-12-20 19:27:44 +00:00
falgout
91d142d101
Changed the +babel name to -babel so that the file name is not an issue when
...
copying it to the hypre web site.
2010-02-08 22:39:08 +00:00
falgout
bf34f87383
Updated so that the +babel release subdirectory has the +babel name on it.
2010-02-05 18:14:27 +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
kolev1
5314217d77
Clean the docs directory after building the release documentation.
2010-01-13 02:13:54 +00:00
falgout
f1471d70f7
Adding the 'docs' source directory to the release.
2008-07-22 23:02:53 +00:00
falgout
76bc5f552a
Changed to use the new COPYRIGHT and COPYING.LESSER files
2008-07-18 02:05:36 +00:00
ulrikey
b39374690d
replaced copyright headers
2008-07-18 01:34:48 +00:00
kolev
6c530db439
Added HYPREf.h to the distribution.
2008-07-16 21:48:01 +00:00
falgout
6556035eab
Removed aclocal.m4 file and AUTOTEST directory from release.
2008-01-28 16:51:43 +00:00
falgout
825797546f
Modified to sort only the coefficient data and leave the header info alone.
2008-01-23 23:14:29 +00:00
ulrikey
23f649359d
moved from seq_ls/pamg directory
2007-11-15 17:46:37 +00:00
ulrikey
bb681d8ab0
Change copyright statement to reflect new management.
2007-11-13 21:26:07 +00:00
ulrikey
bfc47481a8
changed copyright statement to reflect new management.
2007-11-13 21:23:43 +00:00
painter
ab2cb4deb2
Remove the Java interface from the distribution. I think it will be
...
ready for distribution when we can tell users how to make it work reliably
with an MPI binding for Java.
2007-09-28 22:22:58 +00:00
falgout
be9f232765
Removed the AUTOTEST directory from the release.
2007-09-18 15:01:44 +00:00
ulrikey
eec1198abf
added new tools by Bram Metsch to visualize 3D grids as well as 2D grids
...
with the additional capabiliy of specifying level ranges.
2007-06-01 15:32:31 +00:00
falgout
f54a3e3141
New routine for reading a struct matrix into matlab.
...
Currently, this assumes that the grid is a single box, and it is reads the data
from a single file. It should be possible to extend this to read arbitrary struct
grid data that was distributed across multiple processors (and files).
2007-03-09 17:14:34 +00:00
falgout
892188d503
Committing version changes, etc. for new release.
2006-11-30 22:54:41 +00:00
ulrikey
441e4dc1f1
added sequential amg code
2006-11-29 23:47:11 +00:00
hill66
d4b8f594bc
Minor edits to license info.
2006-09-27 16:45:24 +00:00
hill66
402d34179c
Updated license info.
2006-09-22 22:06:21 +00:00
hill66
85965593a6
Added info for thunder, ubgl, up and vertez, removed gps, ilx.
2006-09-06 22:33:03 +00:00
hill66
7e45b9d0e6
Included building of shared libraries.
2006-09-06 15:48:02 +00:00
hill66
ecb36af6ac
Fixed typo.
2006-08-16 20:36:04 +00:00
hill66
3a8ca1bd47
Updated to process '#!/bin/sh' lines.
2006-07-28 15:36:59 +00:00
hill66
97152fb70c
Modified HEADER to include LGPL (license) info.
...
BHEAD* files are script and template files used to update header information.
2006-07-27 23:26:53 +00:00
hill66
ce220680ea
Added LGPL info
2006-07-26 15:31:07 +00:00
hill66
99e588b274
Modified AR command to replace rather than append files.
2006-07-25 17:27:09 +00:00
falgout
fd11dae8d1
Added missing examples to distribution.
2006-05-11 17:49:31 +00:00
falgout
48948a1b8c
Added code (commented out by default) to print AMG coarsening information, and
...
added a matlab file to visualize the coarse grids. This currently assumes a
structured 2D nxn grid, but could easily be extended to unstructured 2D grids.
2006-04-15 21:06:55 +00:00
hill66
a9bb51cd6c
Set CONFIGURE for UP to be "nopoe configure".
2006-04-04 15:50:03 +00:00
hill66
aa28b4941c
Changed installation directory group to be hyprelib
2006-04-03 16:27:25 +00:00
falgout
4c9a03c259
Fixed to read ij file with any start index, not just zero.
2006-03-17 19:29:54 +00:00
hill66
d01f789ad4
Update directory list for thunder (chaos_3_ia64_elan4).
2006-01-13 16:51:31 +00:00
hill66
c1dc65fe1d
Renamed SYS_TYPE to SYSTEMTYPE to resolve errors with chaos_3 systems.
2006-01-04 18:09:35 +00:00
hill66
5cb37ded68
Added -q command to AR definitions to actually add named files.
2005-12-21 22:40:55 +00:00
hill66
2c8c2363bd
Modified to build documentation for examples sub-directory.
2005-12-19 18:58:33 +00:00
hill66
73ab470bcc
Added examples sub-directory to distribution, removed --without-blas/lapack configure option as it is now the default. new_mkdist was copied to mkdist.
2005-12-16 18:41:24 +00:00
hill66
7548546740
Changed reference to chaos_2_* directories to be chaos_3_* for compatibility with system changes.
2005-12-15 18:54:22 +00:00
hill66
712711ff6e
Updated directory list in mkdistlinks; new_mkdist is temporary file of changes for next release.
2005-12-15 17:17:06 +00:00
hill66
d8570571b4
Temporary file to check inclusion of examples sub-dir for next release.
2005-08-22 21:38:34 +00:00
hill66
bc1fe0b1da
Added MATLAB to/from HYPRE scripts & info from A. Knyazev.
2005-05-24 17:17:36 +00:00