Commit Graph

19 Commits

Author SHA1 Message Date
ulrikey
cc22f79c50 changed copyright statement to reflect new management. 2007-11-13 19:39:57 +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
falgout
8921a93228 Changed 'char *' to 'const char *' in several routines. 2001-07-17 05:07:35 +00:00
painter
c6aa0df18b restore previous *.h files and definitions of matrix and vector types 2000-12-06 21:39:33 +00:00
painter
6f6447ff98 compatibility with new user-callable PCG in krylov directory 2000-11-14 21:09:42 +00:00
falgout
4fad7676bd Changed the way opaque structures are done to fix problem with g++. 2000-04-19 21:31:17 +00:00
lambda
dc6c397111 Included proto for HYPRE_ParCSRMatrixMatvecT 2000-03-22 01:53:11 +00:00
ulrikey
9ef09c7abd changed various routines returning data structures different from int to
return int (e.g.  HYPRE_ParVector ParVectorCreate(.,.,.) to
int ParVectorCreate(.,.,.,HYPRE_ParVector *vector))
1999-09-23 19:52:18 +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
lambda
cb8f927e98 Got HYPRE_ReadParVector into HYPRE_parcsr_mv.h, regenerated parcsr_matrix_vector.h 1999-08-25 18:38:09 +00:00
ulrikey
7ff91ee53c changed structs to be opaque 1999-08-20 16:41:33 +00:00
lambda
9f1cff724a Got rid of relative path spec for inclusion of HYPRE_seq_mv.h 1999-08-20 03:01:24 +00:00
lambda
4aa45da0ab Working around strange header inclusion problem by including
../seq_matrix_vector/HYPRE_seq_mv.h after HYPRE_utilities.h
Why do I need the full path from here?
This is linked to HYPRE_CSRMatrix argument in prototype.
Why wasn't there a similar problem with the HYPRE_Vector argument?
1999-08-20 01:06:36 +00:00
ulrikey
74d8f19c58 added further function definitions 1999-08-19 22:03:00 +00:00
falgout
7fab661e0b Removed __STDC__ symbol generated by mkproto by introducing a
new 'protos' script in the utilities directory.
1999-05-08 00:26:20 +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
falgout
6a61b2c86d Integrated header file conventions being followed elsewhere.
Removed MPI_Comm from hypre_ParInnerProd argument list.
1998-10-24 02:48:22 +00:00