xref: /petsc/src/snes/impls/richardson/snesrichardsonimpl.h (revision b66a3c901b14c2ace1b2d87129e2de5266b337f5)
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