falgout
1f82325309
Updated the beta checklist.
2006-11-30 22:41:40 +00:00
baker59
0abd911845
Chnage to AP threshold and commented out second threshold check (in the assemble).
2006-11-30 16:33:54 +00:00
baker59
53dcd73d6b
Modification to max distance parameter.
2006-11-30 16:33:19 +00:00
falgout
8a8cd8df10
Added 'HYPRE_config.h' to the 'distclean' target.
2006-11-30 00:54:16 +00:00
kolev
7a791cb61e
Renamed the old FEI driver to fei_lscore.c
2006-11-30 00:41:23 +00:00
ulrikey
441e4dc1f1
added sequential amg code
2006-11-29 23:47:11 +00:00
falgout
e5df2f29b5
Updated CHANGELOG based on CVS log entries since last 1.13.0b release.
2006-11-29 23:03:22 +00:00
kolev
50372fcaf6
utilities.h -> _hypre_utilities.h
2006-11-29 22:47:13 +00:00
kolev
43f6bfe6e3
Temporary fix for ex10 (definitely cbb).
2006-11-29 22:46:40 +00:00
kolev
17f273b18c
Removed unnecessary copying of several header files.
2006-11-29 22:45:48 +00:00
kolev
72f3e57377
Make sure that HYPRE_config.h is included before defining the hypre_F90 macros.
2006-11-29 22:44:50 +00:00
kolev
eae2032d01
IJ_mv.h -> _hypre_IJ_mv.h
2006-11-29 21:53:22 +00:00
falgout
c66951a39b
Needed escaped quotes around the RUNTEST_OPTS variable for remote execution.
2006-11-29 19:20:40 +00:00
ulrikey
7da5af7f51
changed parcsr_ls.h, parcsr_mv.h, IJ_mv.h to _hypre_parcsr_ls.h, _hypre_parcsr_mv.h , _hypre_IJ_mv.h
2006-11-29 17:24:08 +00:00
falgout
8d54ed58d4
Changed export of HYPRE_RUNTEST_OPTS to (hopefully) work on remote machines.
2006-11-29 01:11:49 +00:00
ulrikey
915acf6b26
added relax_type 8, which uses ParCSRRelax, block Gauss-Seidel smoothed
...
with L1-norms on off diagonal part of matrix (no CF-relaxation possible)
2006-11-28 23:55:22 +00:00
kolev
e939497362
Removed the inclusions of hypre_lapack.h and/or hypre_blas.h.
2006-11-28 22:54:19 +00:00
kolev
0fefd7aa02
Changed some hypre_F90_NAME_BLAS calls to hypre_F90_NAME_LAPACK.
2006-11-28 22:42:34 +00:00
kolev
45f71c7be8
Added definitions for dsygv and dpotrf.
2006-11-28 21:02:03 +00:00
kolev
5809cf179f
Removed hypre_lapack.h and hypre_blas.h from the utilities header file.
...
Also changed the macro hypre_F90_NAME_BLAS.
2006-11-28 20:59:40 +00:00
chtong
cd3d4fcb95
Add capabilities for AMS preconditioner.
2006-11-28 00:07:14 +00:00
baker59
c83882b78f
Added a second comm size check for the AP case in Box Manager assemble.
2006-11-22 23:12:19 +00:00
baker59
90269927f7
Set max_distance to 16.
...
Improvements to box manager gather for AP.
2006-11-22 22:13:30 +00:00
baker59
c32603ead5
Fixed memory leak in new_offd_nodes.
2006-11-22 20:24:26 +00:00
baker59
68dfe85266
Chnaged call to BoxManager GetAllEntires - modified coarsen routine accordingly.
2006-11-22 19:24:59 +00:00
baker59
fb5c9da514
Changed GetAllEntries function in BoxManager to return a pointer to
...
entries instead of a copy of the entries.
2006-11-22 19:24:25 +00:00
ulrikey
b7c491c195
improved efficiency for communication somewhat and fixed Ssw option to work correctly, albeit not as
...
efficient as possible yet.
2006-11-22 00:40:55 +00:00
baker59
2ffcc56bf0
Modified all of the long range interpolation routines to be able to use the
...
assumed parition more easily.
2006-11-21 23:32:18 +00:00
baker59
36b301796d
Cleaned up things for creating the communication package.
2006-11-21 23:31:27 +00:00
ulrikey
673c8709ee
made various improvements for long range interpolation operators:
...
- extended interpolation is now like modified , i.e no absolute values anymore
- added an extended interpolation which only extends when there are no common coarse neighbors
- changed standard interpolation to only extend at strong F neighbors (which corresponds
common definition), not all neighbors anymore, for better efficiency
2006-11-20 20:55:34 +00:00
ulrikey
2097106005
changed -help output
2006-11-20 20:52:44 +00:00
ulrikey
10be618396
changed file due to changes in long range interpolation operators
2006-11-20 20:50:03 +00:00
ulrikey
3b4bee2a49
changed option -np to -npaths to not get confused with some machines where
...
-np means the number of processors
2006-11-20 17:05:54 +00:00
ulrikey
92b133ebb1
added print statement to indicate when aggressive coarsening is used
2006-11-20 17:03:52 +00:00
kolev
a468788fce
Fixed a typo.
2006-11-20 13:54:43 +00:00
baker59
f0ab637ecf
Chnaged to improve efficiency - should only affect the AP case in practice.
2006-11-17 23:14:56 +00:00
baker59
579812f4d5
Changes to coarsen to improve efficiency. In practice, it should only
...
affect the AP case.
2006-11-17 23:13:54 +00:00
chtong
a4d92aa9f4
minor changes.
2006-11-17 18:45:19 +00:00
falgout
12e7333bd1
Added because of change from 'blue' to 'aix'.
2006-11-17 16:05:29 +00:00
falgout
f73a5f8f2f
Changed 'blue' to 'aix'.
2006-11-17 15:44:41 +00:00
baker59
d899b62a2d
Made a change to avoid unecessary sorting in the BoxManagerAssemble.
2006-11-16 23:51:48 +00:00
baker59
0ab0e140ca
Made a change to avoid unecessary sorting in the BoxManagerAssemble.
2006-11-16 23:50:58 +00:00
baker59
15dfc877e1
Modified to use the box manager instead of the neighbors structure.
2006-11-16 19:14:12 +00:00
baker59
cf619b2d3d
The struct grid component now uses the box manager instead of
...
the neighbors structure.
2006-11-16 19:13:24 +00:00
baker59
adf27bd73b
Coarsen routine now uses the box manager.
2006-11-16 19:12:13 +00:00
baker59
3a9db09b25
Incorporated the box manager into the struct grid and associated struct
...
routines. Eliminated the box neighbor structure from the grid.
2006-11-16 19:11:31 +00:00
falgout
b569a5b997
Modified the bug tracking section.
2006-11-16 18:52:34 +00:00
kolev
5aa5d738d8
Fixed the saved data to be compatible with MPICH.
2006-11-16 16:39:33 +00:00
falgout
129d100dd1
Forgot to change the 'utilities.h' header file name in this file.
2006-11-16 15:37:04 +00:00
kolev
61b8ed74f6
Added AME -- a new Maxwell eigensolver based on AMS and LOBPCG.
2006-11-16 00:47:08 +00:00