hypre/CI_struct_ls/headers.h
ribbens a401265ec4 Updates to bring CI_struct_linear_solvers up-to-date with code drift that
has occured in other parts of hypre (StructGrid interface).
1999-12-21 22:35:37 +00:00

40 lines
640 B
C

#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "CI_struct_linear_solvers.h"
#ifdef PETSC_AVAILABLE
#include "HYPRE_PETScSolverParILUT_types.h"
#include "HYPRE_PETScSolverParILUT_protos.h"
#endif
/* CJR
#include <HYPRE_config.h>
#include "general.h"
#include "utilities.h"
#ifdef HYPRE_DEBUG
#include <gmalloc.h>
#endif
#include "HYPRE.h"
#include "struct_matrix_vector.h"
#include "HYPRE_CI_struct_linear_solvers_types.h"
#include "HYPRE_CI_struct_matrix_vector_types.h"
#include "HYPRE_CI_struct_matrix_vector_protos.h"
#include "struct_solver.h"
#include "hypre_protos.h"
#include "internal_protos.h"
*/