Actual source code: petscaodef.h

petsc-3.7.5 2017-01-01
Report Typos and Errors
  1: !
  2: !
  3: !  Include file for Fortran use of the AO (application ordering) package in PETSc
  4: !
  5: #if !defined (__PETSCAODEF_H)

  8:  #include petsc/finclude/petscisdef.h

 10: #define AO PetscFortranAddr
 11: #define AOType character*(80)
 12: #define AOData2dGrid PetscFortranAddr

 14: #define AOBASIC           'basic'
 15: #define AOADVANCED        'advanced'
 16: #define AOMAPPING         'mapping'
 17: #define AOMEMORYSCALABLE  'memoryscalable'

 19: #endif