Actual source code: richctx.h

  1: /*$Id: richctx.h,v 1.5 2001/08/06 21:16:46 bsmith Exp $*/
  2: /*
  3:       Private data structure for Richardson Iteration 
  4: */


  9: typedef struct {
 10:   PetscReal scale;               /* scaling on preconditioner */
 11: } KSP_Richardson;

 13: #endif