hypre/HYPRE.h

40 lines
1.2 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_UNITIALIZED -999
#define HYPRE_PETSC_MAT_PARILUT_SOLVER 222
#define HYPRE_PARILUT 333
#define HYPRE_STRUCT 1111
#define HYPRE_SSTRUCT 3333
#define HYPRE_PARCSR 5555
#define HYPRE_ISIS 9911
#define HYPRE_PETSC 9933
#endif