40 lines
640 B
C
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"
|
|
|
|
*/
|