Actual source code: icc.h

  1: /* $Id: icc.h,v 1.11 2001/08/07 21:30:30 bsmith Exp $ */
 2:  #include src/sles/pc/pcimpl.h


  7: /* Incomplete Cholesky factorization context */

  9: typedef struct {
 10:   Mat             fact;
 11:   MatOrderingType ordering;
 12:   int             levels;
 13:   PetscReal       fill;
 14:   void            *implctx;
 15: } PC_ICC;

 17: #endif