| .. |
|
_hypre_struct_ls.h
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
coarsen.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
cyclic_reduction.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
F90_HYPRE_struct_bicgstab.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
F90_HYPRE_struct_gmres.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
F90_HYPRE_struct_hybrid.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
F90_HYPRE_struct_int.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
F90_HYPRE_struct_jacobi.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
F90_HYPRE_struct_pcg.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
F90_HYPRE_struct_pfmg.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
F90_HYPRE_struct_smg.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
F90_HYPRE_struct_sparse_msg.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
general.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
headers
|
replaced copyright headers
|
2008-07-18 01:34:48 +00:00 |
|
hybrid.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
HYPRE_struct_bicgstab.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
HYPRE_struct_flexgmres.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
HYPRE_struct_gmres.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
HYPRE_struct_hybrid.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
HYPRE_struct_int.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
HYPRE_struct_jacobi.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
HYPRE_struct_lgmres.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
HYPRE_struct_ls.h
|
Used a script to remove 6 spaces after HYPRE_Int to improve indentation
|
2010-12-23 01:25:40 +00:00 |
|
HYPRE_struct_pcg.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
HYPRE_struct_pfmg.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
HYPRE_struct_smg.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
HYPRE_struct_sparse_msg.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
jacobi.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
Makefile
|
Apparently 'cp -fa' does not work on Solaris, so changing to 'cp -fR' after all.
|
2013-01-10 15:59:09 +00:00 |
|
pcg_struct.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
pfmg2_setup_rap.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
pfmg3_setup_rap.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
pfmg_relax.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
pfmg_setup_interp.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
pfmg_setup_rap5.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
pfmg_setup_rap7.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
pfmg_setup_rap.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
pfmg_setup.c
|
Fixed an openmp bug where a few variables needed to be declared private
|
2012-11-15 17:26:45 +00:00 |
|
pfmg_solve.c
|
Made mostly minor changes related to Klocwork analysis
|
2012-10-13 01:19:59 +00:00 |
|
pfmg.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
pfmg.h
|
Used a script to remove 6 spaces after HYPRE_Int to improve indentation
|
2010-12-23 01:25:40 +00:00 |
|
point_relax.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
red_black_constantcoef_gs.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
red_black_gs.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
red_black_gs.h
|
Used a script to remove 6 spaces after HYPRE_Int to improve indentation
|
2010-12-23 01:25:40 +00:00 |
|
semi_interp.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
semi_restrict.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
semi_setup_rap.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
semi.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
smg2_setup_rap.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
smg3_setup_rap.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
smg_axpy.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
smg_relax.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
smg_residual_unrolled.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
smg_residual.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
smg_setup_interp.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
smg_setup_rap.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
smg_setup_restrict.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
smg_setup.c
|
Made a number of Klocwork fixes and removed old 'ierr' stuff as well.
|
2012-05-03 17:17:14 +00:00 |
|
smg_solve.c
|
Made mostly minor changes related to Klocwork analysis
|
2012-10-13 01:19:59 +00:00 |
|
smg.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
smg.h
|
Used a script to remove 6 spaces after HYPRE_Int to improve indentation
|
2010-12-23 01:25:40 +00:00 |
|
sparse_msg2_setup_rap.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
sparse_msg3_setup_rap.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
sparse_msg_filter.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
sparse_msg_interp.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
sparse_msg_restrict.c
|
Changed the BoxLoop macro interfaces in preparation for supporting arbitrary
|
2012-05-18 23:47:12 +00:00 |
|
sparse_msg_setup_rap.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
sparse_msg_setup.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
sparse_msg_solve.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
sparse_msg.c
|
First implementation of CMake build.
|
2012-03-06 19:15:29 +00:00 |
|
sparse_msg.h
|
Used a script to remove 6 spaces after HYPRE_Int to improve indentation
|
2010-12-23 01:25:40 +00:00 |