Commit Graph

17 Commits

Author SHA1 Message Date
ulrikey
b39374690d replaced copyright headers 2008-07-18 01:34:48 +00:00
falgout
b365889e9f Completed the implementation of SetNeighborBox for all variable types:
- Generalized the Struct communication routines to handle data transformations
- Added more flexibility to Set(Box)Values routines for efficiency.
- Inter-part shared boundary data is now updated appropriately
- Added SetNeighborPart function (to replace SetNeighborBox)
- Added a finite-element-style input file capability for the sstruct driver
- The Split solver can now be used standalone (added to struct/sstruct drivers)
- Added a Jacobi block solver to Split (useful for regression testing)
- Added regression tests for the new SetNeighborPart features
2008-01-23 01:14:45 +00:00
ulrikey
306d1cc84d changed copyright statement to reflect new management. 2007-11-13 21:31:04 +00:00
hill66
402d34179c Updated license info. 2006-09-22 22:06:21 +00:00
hill66
d1e1685f36 Removed commented out values of HYRPE_PFMG and HYPRE_SMG; now consistent with HYPRE_sstruct_ls.h 2006-08-18 15:55:50 +00:00
hill66
cf0be8125c Temporary fix -- commented out definitions of HYPRE_PFMG and HYPRE_SMG to
resolve errors with definintions in HYPRE_sstruct_ls.h
2006-08-04 20:29:07 +00:00
barrylee
6d87779d21 Added definitions needed by SplitSolve: HYPRE_SMG and HYPRE_PFMG 2006-08-03 16:42:28 +00:00
hill66
e5ec2c6dec Modified HEADER to include LGPL (license) info. 2006-07-27 23:26:57 +00:00
falgout
e8bf09c8d6 Fixed SStruct-with-ParCSR so that VectorGetValues works correctly. 2000-09-15 16:21:58 +00:00
lambda
34da0241d3 Got rid of HYPRE_PAR_VECTOR flag. Replaced it with HYPRE_PARCSR. 1999-08-30 22:51:15 +00:00
lambda
57efb88e2d HYPRE_PARCSR_MATRIX, HYPRE_PETSC_MATRIX, and HYPRE_ISIS_MATRIX flags no
longer exist.  Replaced with HYPRE_PARCSR, HYPRE_PETSC, and HYPRE_ISIS.
1999-08-30 20:44:57 +00:00
cleary
ddefb61462 Took out nested include. 1999-08-20 21:06:40 +00:00
falgout
91d6ed35d0 Removed more __STDC__ occurrences. 1999-05-08 00:46:37 +00:00
cleary
dfe000ca78 Removed all the included .h files from here to reduce entangling
dependencies.
1999-04-21 23:51:25 +00:00
cleary
b58688ac39 More support for compilation with and without Petsc being available. 1999-03-30 20:45:31 +00:00
cleary
875e1514bd Mods to get CI/PETSC/PILUT combo integrated. 1999-03-19 02:09:22 +00:00
falgout
cac9f67bea Removed includes directory:
- moving HYPRE.h to top-level directory
 - moved general.h into utilities directory
Removed general.h in struct_matrix_vector and struct_linear_solvers
1998-09-14 21:06:52 +00:00