1: /* 2: Private context for Richardson iteration 3: */ 7: #include <petsc/private/snesimpl.h> 9: typedef struct { 10: int dummy; 11: } SNES_NRichardson; 13: #endif