Commit Graph

10 Commits

Author SHA1 Message Date
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