Commit Graph

26 Commits

Author SHA1 Message Date
ulrikey
8fac316cf6 cleaned up unnecessary variables to avoid warnings when compiled with strict checking 2000-09-12 18:11:51 +00:00
lambda
48db90dcf4 Removed some unused variables 2000-06-05 16:59:40 +00:00
lambda
58aa9b6422 In hypre_MergeDiagAndOffd, commented out case !num_cols_offd, since it
mishandles global indexing of uncoupled matrix
2000-01-05 17:24:17 +00:00
ulrikey
15718c3c1f removed derived data types 1999-11-05 18:44:51 +00:00
ulrikey
b76c5da1b0 changed routine names so that they start with the class names,
e.g. HYPRE_CreateParVector is now HYPRE_ParVectorCreate
1999-09-17 19:07:34 +00:00
cleary
b4de651faf Fixed comments to reflect adjusted definition of "GetLocalRange". 1999-08-20 21:53:19 +00:00
ulrikey
d859e3831e changes due to parameter sequence change in GetLocalRange 1999-08-17 19:45:22 +00:00
ulrikey
0b8c62e516 fixed hypre_GetLocalRangeParCSRMatrix to return the last local row index 1999-08-17 16:29:34 +00:00
lambda
1f8e08e13a HYPRE_mv to HYPRE_seq_mv degeneracy lifting 1999-08-02 21:05:38 +00:00
cleary
ea143c617f Added "GetRow" implementation for parcsr_matrix. 1999-05-05 22:04:53 +00:00
cleary
c9d6ac150f Added support for wrapping ParCSR matrix as a DistributedMatrix. 1999-04-21 23:52:26 +00:00
ulrikey
a9105f335d changed hypre_CSRMatrixToParCSRMatrix to always generate the array offd_i
even for one processor.
1998-12-08 17:17:57 +00:00
ulrikey
6fb32f6f1d replaced MPE_Decomp1d by hypre_GeneratePartitioning 1998-12-03 18:13:07 +00:00
ulrikey
f325611b4c fixed hypre_SetParCSRMatrixNumNonzeros 1998-10-30 23:57:42 +00:00
ulrikey
0349d37b93 added hypre_CopyParCSRMatrix and hypre_SetParcSRMatrixNumNonzeros 1998-10-30 23:46:05 +00:00
ulrikey
dcc567426f fixed bug in hypre_InitializeParCSRMatrix. 1998-10-29 23:11:00 +00:00
ulrikey
3c0938b7df changed arguments for hypre_ParCSRMatrixToCSRMatrixAll 1998-10-27 16:53:20 +00:00
ulrikey
cb514897df fixed leakage problem in hypre_ReadParCSRMatrix 1998-10-23 18:22:05 +00:00
ulrikey
582ea71fd4 changes due to adding the parameters owns_row_starts and owns_col_starts.
This effected hypre_CreateParCSRMatrix, where the default is now:
owns_row_starts = 1, owns_col_starts = 1,
but owns_row_starts =1 , owns_col_starts = 0,  if row_starts = col_starts,
and hypre_DestroyParCSRMatrix
1998-10-22 17:02:20 +00:00
ulrikey
ab0d5d0aec added OwnsPartitioning in hypre_CreateParCSRMatrix , hypre_DestroyParCSRMatrix
and new function SetParCSRMatrixOwner
1998-10-16 23:14:52 +00:00
ulrikey
694ec2ee18 modified various routines as a consequence of changing hypre_ParCSRMatrix
structure.
Note: parameter sequences for hypre_CreateParCSRMatrix,
     hypre_CSRMatrixToParCSRMatrix and hypre_ParCSRMatrixToCSRMatrixAll
     have changed!
Also, the INFO files that are read/ printed in hypre_ReadParCSRMatrix /
hypre_WriteParCSRMatrix contain now the row_starts and col_starts
1998-10-16 20:42:54 +00:00
ulrikey
6b8a6f1cbc included more comments,
also changed hypre_ParCSRMatrixToCSRMatrixAll to return NULL on processors
 that have no data of the ParMatrix
1998-10-02 21:32:05 +00:00
ulrikey
0807610ec3 added hypre_ParCSRMatrixToCSRMatrixAll and hypre_MergeDiagAndOffd 1998-10-01 23:09:23 +00:00
ulrikey
131e812662 fixed bug in hypre_CSRMatrixToParCSRMatrix 1998-09-18 23:08:59 +00:00
ulrikey
ae33798c17 changed parameter sequence in hypre_CSRMatrixToParCSRMatrix 1998-09-17 22:47:00 +00:00
falgout
d03aa17cfa New parallel CSR matrix-vector class. 1998-09-11 17:38:58 +00:00