Actual source code: petscsnesfas.h

petsc-3.9.4 2018-09-11
Report Typos and Errors
  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