1: ! 2: ! 3: ! Include file for Fortran use of the IS (index set) package in PETSc 4: ! 5: #if !defined (__PETSCISDEF_H) 8: #include finclude/petscdef.h 10: #if !defined(PETSC_USE_FORTRAN_TYPES) 11: #define IS PetscFortranAddr 12: #define ISColoring PetscFortranAddr 13: #endif 15: #define ISType PetscEnum 16: #define ISLocalToGlobalMapping PetscFortranAddr 17: #define ISGlobalToLocalMappingType PetscEnum 18: #define ISColoringType PetscEnum 21: #endif