Actual source code: petscmatinfosize.h

petsc-3.8.4 2018-03-24
Report Typos and Errors
  1: !
  2: !  Note: MAT_INFO_SIZE must equal # elements in MatInfo structure
  3: !  (See petsc/include/petscmat.h)
  4: ! Note: This is needed in f90 interface for MatGetInfo() - hence
  5: ! in a separate include

  7:       PetscEnum MAT_INFO_SIZE
  8:       parameter (MAT_INFO_SIZE=10)