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