1: ! 2: ! 3: ! Include file for Fortran use of the PetscDraw package in PETSc 4: ! 6: #if !defined (__PETSCDRAWDEF_H) 9: #define PetscDraw PetscFortranAddr 10: #define PetscDrawLG PetscFortranAddr 11: #define PetscDrawAxis PetscFortranAddr 12: #define PetscDrawSP PetscFortranAddr 13: #define PetscDrawHG PetscFortranAddr 14: #define PetscDrawMesh PetscFortranAddr 15: #define PetscDrawButton PetscEnum 16: #define PetscDrawType character*(80) 18: ! 19: ! types of draw context 20: ! 21: #define PETSC_DRAW_X 'x' 22: #define PETSC_DRAW_NULL 'null' 23: #define PETSC_DRAW_PS 'ps' 24: #define PETSC_DRAW_WIN32 'win32' 26: #endif