xref: /petsc/src/snes/impls/ls/lsimpl.h (revision 0923d1d9c1f402ee92f3700329e9f6a3ad4a4aa4)
1 /*
2    Private context for a Newton line search method for solving
3    systems of nonlinear equations
4  */
5 
6 #pragma once
7 #include <petsc/private/snesimpl.h>
8 
9 typedef struct {
10   PetscInt dummy;
11 } SNES_NEWTONLS;
12