1 /* 2 Private context for Richardson iteration 3 */ 4 5 #pragma once 6 #include <petsc/private/snesimpl.h> 7 8 typedef struct { 9 int dummy; 10 } SNES_NRichardson; 11