Actual source code: gamg.h
3: #include <private/pcimpl.h> /*I "petscpc.h" I*/
4: #include <../src/ksp/pc/impls/mg/mgimpl.h> /*I "petscpcmg.h" I*/
5: #include <../src/mat/impls/aij/seq/aij.h>
6: #include <../src/mat/impls/aij/mpi/mpiaij.h>
7: #include <assert.h>
12: const PetscBool, const PetscInt,
13: PetscInt*, Mat *, PetscReal **, PetscBool *, PetscReal *);
14: enum tag {SET1,SET2,SET3,SET4,SET5,SET6,FIND_V,SET7,SET8,SET9,SET10,SET11,SET12,SET13,NUM_SET};
17: #define PETSC_GAMG_SMOOTHER PCPBJACOBI
19: #endif