xref: /petsc/src/ksp/pc/impls/spai/petscspai.h (revision 3ea99036a5fedea4d39e7e77471d0ab500c249d7)
1 #ifndef __SPAI_PACKAGE
2 #define __SPAI_PACKAGE
3 
4 /* $Id: spai.h,v 1.1 1997/02/03 00:11:31 bsmith Exp bsmith $ */
5 /*
6      Include file for the SPAI interface to PETSc. You should include
7   this file if you wish to set SPAI options directly from your program.
8 */
9 
10 #include <petscpc.h>
11 
12 PETSC_EXTERN PetscErrorCode MatDumpSPAI(Mat, FILE *);
13 PETSC_EXTERN PetscErrorCode VecDumpSPAI(Vec, FILE *);
14 
15 #endif
16