Commit Graph

12 Commits

Author SHA1 Message Date
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
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
ulrikey
b39374690d replaced copyright headers 2008-07-18 01:34:48 +00:00
ulrikey
193e85294a Changed copyright to reflect new management 2007-11-13 17:54:43 +00:00
hill66
402d34179c Updated license info. 2006-09-22 22:06:21 +00:00
hill66
e5ec2c6dec Modified HEADER to include LGPL (license) info. 2006-07-27 23:26:57 +00:00
cleary
f81b93e91e Fixed compiler warning involving return codes. 2000-07-07 17:55:17 +00:00
ribbens
ca468b426f Minor change to function hypre_DistributedMatrixGetLocalRangePETSc to
reflect the fact that PETSc's MatGetOwnershipRange returns *one more*
than the global index of the last row.  The hypre convention is to
return simply the index of the last row.  CJR
1999-11-02 19:17:19 +00:00
cleary
9a6e111950 Name changes for distributed_matrix. 1999-09-20 17:53:45 +00:00
cleary
753c2bed08 Made changes to reflect PETSc 2.0.21: an MPIAIJ matrix on a single processor
is now stored as an SEQAIJ matrix and this broke some tests. The tests
were unnecessary, though, since we now no longer break PETSc's
encapsulation and instead use only the user interface.
1998-07-15 23:24:23 +00:00
cleary
c00b999fc9 Added ifdefs to take out package references if not available. 1998-04-10 00:24:35 +00:00
cleary
524c4d7b0f First version of distributed_matrix class, which is mostly just a container
class for any matrix that is parallel and row oriented and can support a
GetRow functionality. -AC
1998-02-19 22:59:54 +00:00