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