xref: /petsc/src/ksp/pc/impls/spai/petscspai.h (revision 3ea99036a5fedea4d39e7e77471d0ab500c249d7)
1*3ea99036SJacob Faibussowitsch #ifndef __SPAI_PACKAGE
2*3ea99036SJacob Faibussowitsch #define __SPAI_PACKAGE
3*3ea99036SJacob Faibussowitsch 
447effc9eSvictor /* $Id: spai.h,v 1.1 1997/02/03 00:11:31 bsmith Exp bsmith $ */
547effc9eSvictor /*
647effc9eSvictor      Include file for the SPAI interface to PETSc. You should include
747effc9eSvictor   this file if you wish to set SPAI options directly from your program.
847effc9eSvictor */
9*3ea99036SJacob Faibussowitsch 
10c6db04a5SJed Brown #include <petscpc.h>
1147effc9eSvictor 
125a576424SJed Brown PETSC_EXTERN PetscErrorCode MatDumpSPAI(Mat, FILE *);
135a576424SJed Brown PETSC_EXTERN PetscErrorCode VecDumpSPAI(Vec, FILE *);
1447effc9eSvictor 
1547effc9eSvictor #endif
16