1: ! 2: ! 3: ! Include file for Fortran use of the AO (application ordering) package in PETSc 4: ! 5: #if !defined (__PETSCAO_H) 8: #define AO PetscFortranAddr 9: #define AOType PetscEnum 10: #define AOData2dGrid PetscFortranAddr 12: #endif 15: #if !defined (PETSC_AVOID_DECLARATIONS) 17: PetscEnum AO_BASIC 18: PetscEnum AO_ADVANCED 19: parameter (AO_BASIC = 0,AO_ADVANCED = 1) 21: ! 22: ! End of Fortran include file for the AO package in PETSc 24: #endif