Actual source code: gamg.h

petsc-3.14.6 2021-03-30
Report Typos and Errors

  4: #include <petsc/private/pcgamgimpl.h>
  5: #include <../src/mat/impls/aij/seq/aij.h>
  6: #include <../src/mat/impls/aij/mpi/mpiaij.h>

  8: PETSC_INTERN PetscErrorCode PCGAMGSquareGraph_GAMG(PC,Mat,Mat*);

 10: #endif