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