Actual source code: petscsnes.h90

petsc-3.9.4 2018-09-11
Report Typos and Errors
  1:       Interface
  2:       subroutine SNESSetType(a,b,z)
  3:       use petscsnesdef
  4:        SNES a
  5:        character(*) b
  6:        integer z
  7:        end subroutine
  8:       end Interface

 10:       Interface
 11:       subroutine SNESView(a,b,z)
 12:       use petscsnesdef
 13:        SNES a
 14:        PetscViewer b
 15:        integer z
 16:        end subroutine
 17:       end Interface