40 lines
1.1 KiB
C
40 lines
1.1 KiB
C
/*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
|
|
*--------------------------------------------------------------------------*/
|
|
|
|
#define HYPRE_PETSC_MAT_PARILUT_SOLVER 22
|
|
|
|
#define HYPRE_PARILUT 872
|
|
|
|
#define HYPRE_UNITIALIZED -47
|
|
|
|
#define HYPRE_ISIS 197983
|
|
|
|
#define HYPRE_PETSC 497967
|
|
|
|
#define HYPRE_PARCSR 797997
|
|
|
|
#endif
|