Actual source code: snesrichardsonimpl.h

petsc-3.3-p7 2013-05-11
  1: /* 
  2:    Private context for Richardson iteration
  3: */

  5: #ifndef __SNES_RICHARDSON_H
  7: #include <petsc-private/snesimpl.h>

  9: typedef struct {
 10:   int dummy;
 11: } SNES_NRichardson;

 13: #endif