Actual source code: richctx.h

  1: /*
  2:       Private data structure for Richardson Iteration 
  3: */


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

 12: #endif