Actual source code: icc.h

petsc-3.6.4 2016-04-12
Report Typos and Errors

  5: #include <../src/ksp/pc/impls/factor/factor.h>

  7: /* Incomplete Cholesky factorization context */

  9: typedef struct {
 10:   PC_Factor hdr;
 11:   PetscReal actualfill;
 12:   void      *implctx;
 13: } PC_ICC;

 15: #endif