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

#if !defined(__ICC_H)
#define __ICC_H

/* Incomplete Cholesky factorization context */

typedef struct {
  Mat             fact;
  MatOrderingType ordering;
  int             levels;
  PetscReal       fill;
  void            *implctx;
} PC_ICC;

#endif
