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