1: ! 2: ! Include file for Fortran use of the FAS nonlinear solvers in PETSc 3: ! 4: #include "petsc/finclude/petscsnesfas.h" 5: ! 6: ! SNESFASType 7: ! 8: PetscEnum, parameter :: SNES_FAS_MULTIPLICATIVE = 0 9: PetscEnum, parameter :: SNES_FAS_ADDITIVE = 1 10: ! 11: ! End of Fortran include file for the MG include file in PETSc