1: /*$Id: richctx.h,v 1.4 1999/11/24 21:54:54 bsmith Exp $*/ 2: /* 3: Private data structure for Richardson Iteration 4: */ 9: typedef struct { 10: double scale; /* scaling on preconditioner */ 11: } KSP_Richardson; 13: #endif