1998-02-20 07:25:16 +08:00
|
|
|
/*BHEADER**********************************************************************
|
|
|
|
|
* (c) 1997 The Regents of the University of California
|
|
|
|
|
*
|
|
|
|
|
* See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
|
|
|
|
|
* notice, contact person, and disclaimer.
|
|
|
|
|
*
|
|
|
|
|
* $Revision$
|
|
|
|
|
*********************************************************************EHEADER*/
|
|
|
|
|
/******************************************************************************
|
|
|
|
|
*
|
|
|
|
|
* Header file for HYPRE library
|
|
|
|
|
*
|
|
|
|
|
*****************************************************************************/
|
|
|
|
|
|
|
|
|
|
#ifndef HYPRE_HEADER
|
|
|
|
|
#define HYPRE_HEADER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------
|
|
|
|
|
* Structures
|
|
|
|
|
*--------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------------
|
|
|
|
|
* Constants
|
|
|
|
|
*--------------------------------------------------------------------------*/
|
|
|
|
|
|
2000-09-16 00:21:58 +08:00
|
|
|
#define HYPRE_UNITIALIZED -999
|
1998-02-20 07:25:16 +08:00
|
|
|
|
2000-09-16 00:21:58 +08:00
|
|
|
#define HYPRE_PETSC_MAT_PARILUT_SOLVER 222
|
|
|
|
|
#define HYPRE_PARILUT 333
|
1998-02-20 07:25:16 +08:00
|
|
|
|
2000-09-16 00:21:58 +08:00
|
|
|
#define HYPRE_STRUCT 1111
|
|
|
|
|
#define HYPRE_SSTRUCT 3333
|
|
|
|
|
#define HYPRE_PARCSR 5555
|
1998-02-20 07:25:16 +08:00
|
|
|
|
2000-09-16 00:21:58 +08:00
|
|
|
#define HYPRE_ISIS 9911
|
|
|
|
|
#define HYPRE_PETSC 9933
|
1998-02-20 07:25:16 +08:00
|
|
|
|
|
|
|
|
#endif
|