Actual source code: petscpcmgdef.h

petsc-3.3-p7 2013-05-11
  1: !
  2: !  Include file for Fortran use of the MG preconditioner in PETSc
  3: !
  4: #if !defined (__PETSCPCMGDEF_H)

 7:  #include finclude/petscpcdef.h

  9: #define PCMGType PetscEnum
 10: #define PCMGCycleType PetscEnum
 11: #define PCExoticType PetscEnum

 13: #endif