hypre/struct_mv
falgout 0c7c19bb1a Rewrote VectorClearAllValues() to be simpler and used it in the constant
coefficient version of PFMG to insure that boundary values are set to zero.
The previously used ClearBoundGhostValues() routine requires a lot of box
calculations that can be expensive.
2011-03-09 02:17:46 +00:00
..
_hypre_struct_mv.h Rewrote VectorClearAllValues() to be simpler and used it in the constant 2011-03-09 02:17:46 +00:00
assumed_part.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
assumed_part.h Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
box_algebra.c Cleaned up the BoxBoundary routines. 2011-01-19 23:53:42 +00:00
box_alloc.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
box_boundary.c Cleaned up the BoxBoundary routines. 2011-01-19 23:53:42 +00:00
box_manager.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
box_manager.h Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
box_pthreads.h Added 64 bit feature using HYPRE_Int (see tracker [issue489] for details). 2010-12-20 19:27:44 +00:00
box.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
box.h Added a macro to force only one block in BoxLoops to help with fixing the 2011-01-13 19:19:32 +00:00
communication_info.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
computation.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
computation.h Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
F90_HYPRE_struct_grid.c Changed the Fortran interface to use a Fortran MPI communicator. 2011-01-06 23:20:57 +00:00
F90_HYPRE_struct_matrix.c Changed the Fortran interface to use a Fortran MPI communicator. 2011-01-06 23:20:57 +00:00
F90_HYPRE_struct_stencil.c Changed the Fortran interface to use a Fortran MPI communicator. 2011-01-06 23:20:57 +00:00
F90_HYPRE_struct_vector.c Changed the Fortran interface to use a Fortran MPI communicator. 2011-01-06 23:20:57 +00:00
grow.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
headers replaced copyright headers 2008-07-18 01:34:48 +00:00
headers.h replaced copyright headers 2008-07-18 01:34:48 +00:00
hypre_box_smp_forloop.h Fixed a bunch of OpenMP problems. 2011-01-12 22:32:25 +00:00
HYPRE_struct_grid.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
HYPRE_struct_matrix.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
HYPRE_struct_mv.h Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
HYPRE_struct_stencil.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
HYPRE_struct_vector.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
Makefile Changed to install only one hypre lib file. 2010-01-29 01:40:29 +00:00
project.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_axpy.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_communication.c Forgot to change the TAlloc line in the previous changes. 2011-02-23 19:27:41 +00:00
struct_communication.h Fixed the long-standing O(num_procs) memory CTAlloc() in the struct 2011-02-17 16:56:13 +00:00
struct_copy.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_grid.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_grid.h Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_innerprod.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_io.c I believe these are all mistakes in the openmp implementation. 2011-01-12 02:08:12 +00:00
struct_matrix_mask.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_matrix.c Fixed a problem with periodic problems when the period is larger than the grid. 2011-01-21 01:41:17 +00:00
struct_matrix.h Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_matvec.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_overlap_innerprod.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_scale.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_stencil.c Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_stencil.h Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00
struct_vector.c Rewrote VectorClearAllValues() to be simpler and used it in the constant 2011-03-09 02:17:46 +00:00
struct_vector.h Used a script to remove 6 spaces after HYPRE_Int to improve indentation 2010-12-23 01:25:40 +00:00