xref: /petsc/src/ksp/pc/impls/gamg/gamg.h (revision 3c01dfcf421c411ae9c3d0ace03ed71e0b739c3a)
1 #if !defined(__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 #endif
9