xref: /petsc/src/snes/impls/richardson/snesrichardsonimpl.h (revision 6bed07a3f965fc95d06044807bab8e23ae92ff3c)
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 } SNES_NRichardson;
11 
12 #endif
13