Actual source code: icc.h

petsc-3.8.4 2018-03-24
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:   void      *implctx;
 12: } PC_ICC;

 14: #endif