2: ! 3: ! Include file for Fortran error codes 4: ! 5: #include "petsc/finclude/petscerror.h" 6: PetscEnum PETSC_ERROR_INITIAL 7: PetscEnum PETSC_ERROR_REPEAT 8: parameter (PETSC_ERROR_INITIAL = 0) 9: parameter (PETSC_ERROR_REPEAT = 1)