hypre/parcsr_ls
2005-12-22 22:41:36 +00:00
..
amg_hybrid.c fixed a bug 2004-08-19 20:24:02 +00:00
block_tridiag.c removed unnecessary variables or made correction.` 2005-12-01 15:57:21 +00:00
block_tridiag.h Add function definitions for new preconditioner. 2005-05-17 17:32:10 +00:00
Common.h using new fortran name mangling 2003-12-11 00:32:51 +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 Updated the fortran interfaces to include all of the functions in HYPRE_parcsr_amg.c 2005-12-22 22:41:36 +00:00
F90_HYPRE_parcsr_bicgstab.c name changes 2001-06-21 22:45:34 +00:00
F90_HYPRE_parcsr_block.c Added fortran interfaces. 2005-07-28 16:44:25 +00:00
F90_HYPRE_parcsr_cgnr.c name changes 2001-06-21 22:45:34 +00:00
F90_HYPRE_parcsr_Euclid.c Resolved warning errors. 2005-08-18 17:37:26 +00:00
F90_HYPRE_parcsr_gmres.c name changes 2001-06-21 22:45:34 +00:00
F90_HYPRE_parcsr_hybrid.c Added fortran interfaces. 2005-07-28 16:44:25 +00:00
F90_HYPRE_parcsr_int.c Resolved missing prototype warning errors. 2005-08-16 16:32:05 +00:00
F90_HYPRE_parcsr_ParaSails.c name changes 2001-06-21 22:45:34 +00:00
F90_HYPRE_parcsr_pcg.c Added ParaSails preconditioner to Fortran interface. 2003-07-29 17:09:43 +00:00
F90_HYPRE_parcsr_pilut.c Changed fortran interface port to (hopefully) support CRAY fortran 2000-10-09 22:32:34 +00:00
F90_HYPRE_parcsr_schwarz.c Added fortran interfaces. 2005-07-28 16:44:25 +00:00
headers 1. BoomerAMG keeps track of the number of iterations accumulated over all 2005-06-20 18:36:16 +00:00
headers.h _linear_solvers=>_ls translations 2000-12-14 18:17:26 +00:00
HYPRE_parcsr_amg.c added aggressive coarsening and multipass interpolation 2005-10-07 22:22:45 +00:00
HYPRE_parcsr_bicgstab.c implemented the new logging/ print_level standards 2003-02-28 17:56:54 +00:00
HYPRE_parcsr_block.c A bug fix. 2005-05-17 17:29:44 +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 implicit declaration of function `Euclid_dhInputHypreMat' 2003-11-06 18:52:41 +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 Redesigned routines that set smoother parameters (such as relax-types, 2003-06-06 23:30:11 +00:00
HYPRE_parcsr_int.c change assert to hypre_assert 2005-09-12 17:22:32 +00:00
HYPRE_parcsr_int.h Updated LOBPCG from A. Knyazev. 2005-07-21 15:57:26 +00:00
HYPRE_parcsr_ls.h added aggressive coarsening and multipass interpolation 2005-10-07 22:22:45 +00:00
HYPRE_parcsr_ml.cpp _matrix_vector=>_mv translations 2000-12-14 18:19:22 +00:00
HYPRE_parcsr_ParaSails.c lots of "get" functions mirroring existing "set" functions for parameters 2005-09-22 22:13:05 +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 Added functionality for nodal interpolation and relaxation for systems of equations. 2005-11-15 23:37:37 +00:00
par_amg_setup.c Added a new block interpolation option. 2005-11-23 00:05:13 +00:00
par_amg_solve.c Added functionality for nodal interpolation and relaxation for systems of equations. 2005-11-15 23:37:37 +00:00
par_amg_solveT.c added the possibility of computing weights for multipass operation by 2005-11-10 23:26:05 +00:00
par_amg.c Fixed a typo - line 282 - to check to see if PArray is null before destroying. 2005-11-22 23:46:06 +00:00
par_amg.h Added functionality for nodal interpolation and relaxation for systems of equations. 2005-11-15 23:37:37 +00:00
par_cg_relax_wt.c fixed strict-checking warnings 2003-02-25 17:56:57 +00:00
par_coarse_parms.c Changes for "HYPRE_NO_GLOBAL_PARTITION" option. 2005-07-08 20:42:14 +00:00
par_coarsen.c removed unnecessary variables or made correction.` 2005-12-01 15:57:21 +00:00
par_cycle.c Added functionality for nodal interpolation and relaxation for systems of equations. 2005-11-15 23:37:37 +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 change assert to hypre_assert 2005-09-12 17:22:32 +00:00
par_indepset.c added pmis coarsening routine 2004-05-06 23:14:46 +00:00
par_interp.c Added functionality for nodal interpolation and relaxation for systems of equations. 2005-11-15 23:37:37 +00:00
par_laplace_9pt.c Changes for "HYPRE_NO_GLOBAL_PARTITION" option. 2005-07-08 20:42:14 +00:00
par_laplace_27pt.c Changes for "HYPRE_NO_GLOBAL_PARTITION" option. 2005-07-08 20:42:14 +00:00
par_laplace.c Added functionality for nodal interpolation and relaxation for systems of equations. 2005-11-15 23:37:37 +00:00
par_multi_interp.c removed unnecessary variables or made correction.` 2005-12-01 15:57:21 +00:00
par_nodal_systems.c removed unnecessary variables or made correction.` 2005-12-01 15:57:21 +00:00
par_rap_communication.c eliminated the use of the global partitioning and improved efficiency 2005-07-07 21:21:56 +00:00
par_rap.c Extended the RAP procedure, so it works for rectangular matrices 2005-11-22 22:10:21 +00:00
par_relax_interface.c made a change to how SGS was treated 2005-11-10 16:51:03 +00:00
par_relax.c Fixed a memory leak for HYPRE_NO_GLOBAL_PARTITION option. 2005-10-24 22:11:33 +00:00
par_rotate_7pt.c Removed unused variables and added parentheses around && within || to resolve 2005-03-17 23:26:07 +00:00
par_scaled_matnorm.c Changes for "HYPRE_NO_GLOBAL_PARTITION" option. 2005-07-08 20:42:14 +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 Added functionality for nodal interpolation and relaxation for systems of equations. 2005-11-15 23:37:37 +00:00
par_strength.c removed unnecessary variables or made correction.` 2005-12-01 15:57:21 +00:00
par_vardifconv.c Removed unused variables and added parentheses around && within || to resolve 2005-03-17 23:26:07 +00:00
parcsr_ls.h Added functionality for nodal interpolation and relaxation for systems of equations. 2005-11-15 23:37:37 +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 removed unnecessary variables or made correction.` 2005-12-01 15:57:21 +00:00
schwarz.h Added two new variants var = 2 which uses additive overlapping Schwarz on 2002-11-07 17:22:23 +00:00