hypre/parcsr_ls
2006-11-28 22:42:34 +00:00
..
ame.c Changed some hypre_F90_NAME_BLAS calls to hypre_F90_NAME_LAPACK. 2006-11-28 22:42:34 +00:00
ame.h Added AME -- a new Maxwell eigensolver based on AMS and LOBPCG. 2006-11-16 00:47:08 +00:00
amg_hybrid.c Updated license info. 2006-09-22 22:06:21 +00:00
ams.c Fixed a typo. 2006-11-20 13:54:43 +00:00
ams.h Small improvments in AMS based on user input. 2006-10-12 22:08:32 +00:00
aux_interp.c Fixed memory leak in new_offd_nodes. 2006-11-22 20:24:26 +00:00
aux_interp.h improved efficiency for communication somewhat and fixed Ssw option to work correctly, albeit not as 2006-11-22 00:40:55 +00:00
block_tridiag.c Add '_hypre_' prefix to internal headers for utilities, struct, and sstruct. 2006-11-15 01:08:13 +00:00
block_tridiag.h Updated license info. 2006-09-22 22:06:21 +00:00
Common.h Add '_hypre_' prefix to internal headers for utilities, struct, and sstruct. 2006-11-15 01:08:13 +00:00
driver.c Updated license info. 2006-09-22 22:06:21 +00:00
F90_hypre_laplace.c Updated license info. 2006-09-22 22:06:21 +00:00
F90_HYPRE_parcsr_amg.c Updated license info. 2006-09-22 22:06:21 +00:00
F90_HYPRE_parcsr_bicgstab.c Updated license info. 2006-09-22 22:06:21 +00:00
F90_HYPRE_parcsr_block.c Updated license info. 2006-09-22 22:06:21 +00:00
F90_HYPRE_parcsr_cgnr.c Updated license info. 2006-09-22 22:06:21 +00:00
F90_HYPRE_parcsr_Euclid.c Updated license info. 2006-09-22 22:06:21 +00:00
F90_HYPRE_parcsr_gmres.c Updated license info. 2006-09-22 22:06:21 +00:00
F90_HYPRE_parcsr_hybrid.c Updated license info. 2006-09-22 22:06:21 +00:00
F90_HYPRE_parcsr_int.c Updated license info. 2006-09-22 22:06:21 +00:00
F90_HYPRE_parcsr_ParaSails.c Updated license info. 2006-09-22 22:06:21 +00:00
F90_HYPRE_parcsr_pcg.c Added interface for HYPRE_ParCSRPCGSetLogging 2006-10-06 21:27:12 +00:00
F90_HYPRE_parcsr_pilut.c Updated license info. 2006-09-22 22:06:21 +00:00
F90_HYPRE_parcsr_schwarz.c Updated license info. 2006-09-22 22:06:21 +00:00
headers Added AME -- a new Maxwell eigensolver based on AMS and LOBPCG. 2006-11-16 00:47:08 +00:00
headers.h Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_ame.c Added AME -- a new Maxwell eigensolver based on AMS and LOBPCG. 2006-11-16 00:47:08 +00:00
HYPRE_ams.c Added a helper function, HYPRE_AMSConstructDiscreteGradient(), which can 2006-11-14 22:40:36 +00:00
HYPRE_parcsr_amg.c Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_parcsr_bicgstab.c Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_parcsr_block.c Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_parcsr_cgnr.c Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_parcsr_Euclid.c Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_parcsr_gmres.c Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_parcsr_hybrid.c Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_parcsr_int.c Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_parcsr_int.h Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_parcsr_ls.h made various improvements for long range interpolation operators: 2006-11-20 20:55:34 +00:00
HYPRE_parcsr_ml.cpp Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_parcsr_ParaSails.c Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_parcsr_pcg.c Updated license info. 2006-09-22 22:06:21 +00:00
HYPRE_parcsr_pilut.c don't try to destroy a null pointer 2006-10-25 21:58:42 +00:00
HYPRE_parcsr_schwarz.c Updated license info. 2006-09-22 22:06:21 +00:00
Makefile Added AME -- a new Maxwell eigensolver based on AMS and LOBPCG. 2006-11-16 00:47:08 +00:00
par_amg_setup.c made various improvements for long range interpolation operators: 2006-11-20 20:55:34 +00:00
par_amg_solve.c fixed hypre_error problem. If max_its is reached and tol = 0, it is not an error. 2006-10-20 15:17:36 +00:00
par_amg_solveT.c Updated license info. 2006-09-22 22:06:21 +00:00
par_amg.c made various improvements for long range interpolation operators: 2006-11-20 20:55:34 +00:00
par_amg.h Updated license info. 2006-09-22 22:06:21 +00:00
par_cg_relax_wt.c Updated license info. 2006-09-22 22:06:21 +00:00
par_coarse_parms.c Updated license info. 2006-09-22 22:06:21 +00:00
par_coarsen.c Changed the call to hypre_MatvecCommPkgCreate(A) to work for both 2006-11-06 18:58:03 +00:00
par_cr.c Changed the call to hypre_MatvecCommPkgCreate(A) to work for both 2006-11-06 18:58:03 +00:00
par_cycle.c eliminated use of finest grid options, i.e. no. of sweeps, relax_type on finest grid 2006-10-06 22:12:55 +00:00
par_difconv.c Updated license info. 2006-09-22 22:06:21 +00:00
par_gsmg.c Changed the call to hypre_MatvecCommPkgCreate(A) to work for both 2006-11-06 18:58:03 +00:00
par_indepset.c Updated license info. 2006-09-22 22:06:21 +00:00
par_interp.c Changed the call to hypre_MatvecCommPkgCreate(A) to work for both 2006-11-06 18:58:03 +00:00
par_jacobi_interp.c Changed the call to hypre_MatvecCommPkgCreate(A) to work for both 2006-11-06 18:58:03 +00:00
par_laplace_9pt.c Updated license info. 2006-09-22 22:06:21 +00:00
par_laplace_27pt.c Updated license info. 2006-09-22 22:06:21 +00:00
par_laplace.c Updated license info. 2006-09-22 22:06:21 +00:00
par_lr_interp.c improved efficiency for communication somewhat and fixed Ssw option to work correctly, albeit not as 2006-11-22 00:40:55 +00:00
par_multi_interp.c Changed the call to hypre_MatvecCommPkgCreate(A) to work for both 2006-11-06 18:58:03 +00:00
par_nodal_systems.c Changed the call to hypre_MatvecCommPkgCreate(A) to work for both 2006-11-06 18:58:03 +00:00
par_rap_communication.c Updated license info. 2006-09-22 22:06:21 +00:00
par_rap.c Changed the call to hypre_MatvecCommPkgCreate(A) to work for both 2006-11-06 18:58:03 +00:00
par_relax_interface.c Updated license info. 2006-09-22 22:06:21 +00:00
par_relax.c Updated license info. 2006-09-22 22:06:21 +00:00
par_rotate_7pt.c Updated license info. 2006-09-22 22:06:21 +00:00
par_scaled_matnorm.c Changed the call to hypre_MatvecCommPkgCreate(A) to work for both 2006-11-06 18:58:03 +00:00
par_schwarz.c Updated license info. 2006-09-22 22:06:21 +00:00
par_stats.c added print statement to indicate when aggressive coarsening is used 2006-11-20 17:03:52 +00:00
par_strength.c Changed the call to hypre_MatvecCommPkgCreate(A) to work for both 2006-11-06 18:58:03 +00:00
par_vardifconv.c Updated license info. 2006-09-22 22:06:21 +00:00
parcsr_ls.h improved efficiency for communication somewhat and fixed Ssw option to work correctly, albeit not as 2006-11-22 00:40:55 +00:00
pcg_par.c Updated license info. 2006-09-22 22:06:21 +00:00
schwarz.c Changed the call to hypre_MatvecCommPkgCreate(A) to work for both 2006-11-06 18:58:03 +00:00
schwarz.h Updated license info. 2006-09-22 22:06:21 +00:00