xref: /petsc/src/ksp/pc/impls/factor/icc/icc.h (revision fbfcfee5110779e3d6a9465ca0a2e0f9a1a6e5e3)
1 
2 #if !defined(__ICC_H)
3 #define __ICC_H
4 
5 #include <../src/ksp/pc/impls/factor/factor.h>
6 
7 /* Incomplete Cholesky factorization context */
8 
9 typedef struct {
10   PC_Factor hdr;
11   void      *implctx;
12 } PC_ICC;
13 
14 #endif
15