xref: /petsc/src/ksp/pc/impls/gamg/gamg.h (revision 8afb792131386bda8b2c85f4ef9a6e12bf6c0f6e)
1 #ifndef __GAMG_H
2 #define __GAMG_H
3 
4 #include <petsc/private/pcgamgimpl.h>
5 #include <../src/mat/impls/aij/seq/aij.h>
6 #include <../src/mat/impls/aij/mpi/mpiaij.h>
7 
8 PETSC_INTERN PetscErrorCode PCGAMGSquareGraph_GAMG(PC, Mat, Mat *);
9 
10 #endif
11