xref: /petsc/src/snes/impls/ncg/snesncgimpl.h (revision 8e3fc8c070edf75bc3ff0904c3a8a3a272dc5aef)
1 /*
2    Private context for Richardson iteration
3 */
4 
5 #ifndef __SNES_NCG_H
6 #define __SNES_NCG_H
7 #include <private/snesimpl.h>
8 
9 typedef struct {
10   /* Line Search Parameters */
11 } SNES_NCG;
12 
13 #endif
14