Actual source code: petscksp.h90

petsc-3.8.4 2018-03-24
Report Typos and Errors

  2:       interface
  3:         subroutine KSPSolve(a,b,c,z)
  4:           use petsckspdef
  5:           KSP a ! KSP
  6:           Vec b ! Vec
  7:           Vec c ! Vec
  8:           integer z
  9:         end subroutine
 10:       end interface