xref: /petsc/src/snes/impls/richardson/snesrichardsonimpl.h (revision 199a6bf140274de8244643a1f552a7f099ab00ea)
1 /*
2    Private context for Richardson iteration
3 */
4 
5 #ifndef __SNES_RICHARDSON_H
6 #define __SNES_RICHARDSON_H
7 #include <private/snesimpl.h>
8 
9 typedef struct {
10   int dummy;
11 } SNES_NRichardson;
12 
13 #endif
14