Actual source code: icc.h

 2:  #include private/pcimpl.h


  7: /* Incomplete Cholesky factorization context */

  9: typedef struct {
 10:   Mat             fact;
 11:   MatOrderingType ordering;
 12:   MatFactorInfo   info;
 13:   PetscReal       actualfill;
 14:   void            *implctx;
 15: } PC_ICC;

 17: #endif