hypre/parcsr_ls
2003-04-08 21:36:38 +00:00
..
amg_hybrid.c implemented the new logging/ print_level standards 2003-02-28 17:56:54 +00:00
Common.h contains some definitions necessary for schwarz routine 2000-11-14 19:21:07 +00:00
driver.c Change the obsolete function HYPRE_ParCSRPCGSetLogging to ...PrintLevel, 2002-07-19 18:19:47 +00:00
F90_hypre_laplace.c This file renamed from F90_HYPRE_par_laplace.c to emphasize intent for use by developers only 2001-04-28 00:12:35 +00:00
F90_HYPRE_parcsr_amg.c fix a typo 2002-07-16 00:34:09 +00:00
F90_HYPRE_parcsr_bicgstab.c name changes 2001-06-21 22:45:34 +00:00
F90_HYPRE_parcsr_cgnr.c name changes 2001-06-21 22:45:34 +00:00
F90_HYPRE_parcsr_gmres.c name changes 2001-06-21 22:45:34 +00:00
F90_HYPRE_parcsr_ParaSails.c name changes 2001-06-21 22:45:34 +00:00
F90_HYPRE_parcsr_pcg.c Change the obsolete function HYPRE_ParCSRPCGSetLogging to ...PrintLevel, 2002-07-19 18:19:47 +00:00
F90_HYPRE_parcsr_pilut.c Changed fortran interface port to (hopefully) support CRAY fortran 2000-10-09 22:32:34 +00:00
headers _linear_solvers=>_ls and _matrix_vector=>_mv translations 2000-12-14 18:16:54 +00:00
headers.h _linear_solvers=>_ls translations 2000-12-14 18:17:26 +00:00
HYPRE_parcsr_amg.c implemented the new logging/ print_level standards 2003-02-28 17:56:54 +00:00
HYPRE_parcsr_bicgstab.c implemented the new logging/ print_level standards 2003-02-28 17:56:54 +00:00
HYPRE_parcsr_cgnr.c Most HYPRE_ParCSR* functions (all but Create and Destroy) now simply pass 2000-12-08 17:56:07 +00:00
HYPRE_parcsr_Euclid.c Fixed bugzilla 471: Digital/Compaq C compiler/preprocessor does not 2002-09-23 16:26:46 +00:00
HYPRE_parcsr_gmres.c implemented the new logging/ print_level standards 2003-02-28 17:56:54 +00:00
HYPRE_parcsr_hybrid.c implemented the new logging/ print_level standards 2003-02-28 17:56:54 +00:00
HYPRE_parcsr_ls.h implemented the new logging/ print_level standards 2003-02-28 17:56:54 +00:00
HYPRE_parcsr_ml.cpp _matrix_vector=>_mv translations 2000-12-14 18:19:22 +00:00
HYPRE_parcsr_ParaSails.c Added HYPRE_ParaSailsBuildIJMatrix 2002-02-15 01:18:26 +00:00
HYPRE_parcsr_pcg.c restored an obsolete function, HYPRE_ParCSRPCGSetLogging, because it is 2002-07-24 22:45:32 +00:00
HYPRE_parcsr_pilut.c _linear_solvers=>_ls and _matrix_vector=>_mv translations 2000-12-14 18:16:54 +00:00
HYPRE_parcsr_schwarz.c added relaxation-weight for additive Schwarz-smoother and the 2001-02-03 00:02:33 +00:00
Makefile.in Using global variable ${AR} for ar command, AIX needed extra flags 2002-10-24 20:54:38 +00:00
par_amg_setup.c fixed bug in par_cycle.c and memory leak in par_amg_setup.c. 2003-03-18 18:19:18 +00:00
par_amg_solve.c implemented the new logging/ print_level standards 2003-02-28 17:56:54 +00:00
par_amg_solveT.c implemented the new logging/ print_level standards 2003-02-28 17:56:54 +00:00
par_amg.c implemented the new logging/ print_level standards 2003-02-28 17:56:54 +00:00
par_amg.h implemented the new logging/ print_level standards 2003-02-28 17:56:54 +00:00
par_cg_relax_wt.c fixed strict-checking warnings 2003-02-25 17:56:57 +00:00
par_coarse_parms.c fixed a bug concerning the "systems" version 2000-11-07 20:02:40 +00:00
par_coarsen.c removed unnecessary statement 2002-11-19 18:44:45 +00:00
par_cycle.c fixed bug in par_cycle.c and memory leak in par_amg_setup.c. 2003-03-18 18:19:18 +00:00
par_difconv.c changed the functions named map, map2 and map3 to hypre_map, hypre_map2 2001-02-08 18:14:45 +00:00
par_gsmg.c Fixed strict checking warnings. 2002-11-18 18:25:14 +00:00
par_indepset.c cleaned up variables to avoid warnings when compiled with strict checking 2000-09-12 18:39:16 +00:00
par_interp.c included some changes that treat certain points, such as Dirichlet 2002-09-24 22:43:53 +00:00
par_laplace_9pt.c changed the functions named map, map2 and map3 to hypre_map, hypre_map2 2001-02-08 18:14:45 +00:00
par_laplace_27pt.c changed the functions named map, map2 and map3 to hypre_map, hypre_map2 2001-02-08 18:14:45 +00:00
par_laplace.c changed the functions named map, map2 and map3 to hypre_map, hypre_map2 2001-02-08 18:14:45 +00:00
par_rap_communication.c changed a few hardly used routines to return ints instead of other 1999-09-17 23:02:23 +00:00
par_rap.c performance slightly improved 2001-09-21 21:10:26 +00:00
par_relax.c switched omega and relax_weight (since they were reversed) 2003-04-08 21:36:38 +00:00
par_scaled_matnorm.c Krylov methods are now implemented by calling "generic" functions in the 2000-10-09 16:26:59 +00:00
par_schwarz.c Added two new variants var = 2 which uses additive overlapping Schwarz on 2002-11-07 17:22:23 +00:00
par_stats.c removed the function and parameter int *smooth_option and replaced 2002-10-19 00:11:08 +00:00
par_strength.c fixed some memory leaks and removed unnecessary operations 2000-11-03 22:57:56 +00:00
parcsr_ls.h implemented the new logging/ print_level standards 2003-02-28 17:56:54 +00:00
pcg_par.c Krylov methods are now implemented by calling "generic" functions in the 2000-10-09 16:26:59 +00:00
schwarz.c eliminated some printf statements 2003-01-28 21:59:12 +00:00
schwarz.h Added two new variants var = 2 which uses additive overlapping Schwarz on 2002-11-07 17:22:23 +00:00