hypre/parcsr_ls
chtong be7469f5a0 Check the amg ABlockArray before destroying it, since in some
cases one may create an AMG object and then destroy it without
calling setup nor solve.
2006-06-15 19:27:26 +00:00
..
amg_hybrid.c fixed various bugs 2006-06-13 20:37:48 +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 to be compatible with C versions. 2006-03-03 18:40:28 +00:00
F90_HYPRE_parcsr_bicgstab.c Updated to be compatible with C versions. 2006-03-03 18:40:28 +00:00
F90_HYPRE_parcsr_block.c Added fortran interfaces. 2005-07-28 16:44:25 +00:00
F90_HYPRE_parcsr_cgnr.c Updated fortran routines to be consistent with C routines. 2006-02-08 17:41:26 +00:00
F90_HYPRE_parcsr_Euclid.c Resolved warning errors. 2005-08-18 17:37:26 +00:00
F90_HYPRE_parcsr_gmres.c Updated fortran routines to be consistent with C routines. 2006-02-08 17:41:26 +00:00
F90_HYPRE_parcsr_hybrid.c Updated to be compatible with C versions. 2006-03-03 18:40:28 +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 Corrected argument type errors. 2006-02-08 17:52:48 +00:00
F90_HYPRE_parcsr_pcg.c Updated fortran routines to be consistent with C routines. 2006-02-08 17:41:26 +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 New versions of protos and the headers scripts. 2006-05-02 21:28:57 +00:00
headers.h added preliminary parallel compatible relaxation routine. 2006-04-25 19:25:31 +00:00
HYPRE_parcsr_amg.c Jacobi interpolation available for BoomerAMG 2006-04-18 22:52:44 +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 Changed comment lines to be /*...*/ rather than //....// to resolve warning errors. 2006-03-20 18:49:00 +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 changed the hybrid again to work with Kull. Setup is now empty, everything takes place 2006-06-13 17:21:41 +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 changed the hybrid again to work with Kull. Setup is now empty, everything takes place 2006-06-13 17:21:41 +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 Jacobi interpolation available for BoomerAMG 2006-04-18 22:52:44 +00:00
par_amg_setup.c Added some additional debugging code at the end for printing the matrices on all 2006-06-09 18:26:25 +00:00
par_amg_solve.c changed routine to perform every stop even if tol = 0 2006-06-08 18:07:49 +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 Check the amg ABlockArray before destroying it, since in some 2006-06-15 19:27:26 +00:00
par_amg.h Jacobi interpolation available for BoomerAMG 2006-04-18 22:52:44 +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_cr.c fixed bug 2006-04-27 15:02:07 +00:00
par_cycle.c used doubles for global number of nonzeros to avoid integer overflow 2006-01-05 21:48:39 +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_jacobi_interp.c plug memory leak 2006-06-13 21:55:51 +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 added preliminary parallel compatible relaxation routine. 2006-04-25 19:25:31 +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 Several fixes to Gauss-seidel relaxation: requests & status allocated 2006-04-25 22:47:00 +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 preliminary parallel compatible relaxation routine. 2006-04-25 19:25:31 +00:00
par_stats.c used doubles for global number of nonzeros to avoid integer overflow 2006-01-05 21:48:39 +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 changed the hybrid again to work with Kull. Setup is now empty, everything takes place 2006-06-13 17:21:41 +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 added preliminary parallel compatible relaxation routine. 2006-04-25 19:25:31 +00:00
schwarz.h Added two new variants var = 2 which uses additive overlapping Schwarz on 2002-11-07 17:22:23 +00:00