xref: /petsc/src/snes/impls/ls/lsimpl.h (revision 9dd11ecf0918283bb567d8b33a92f53ac4ea7840)
1724775ccSBarry Smith /*
2724775ccSBarry Smith    Private context for a Newton line search method for solving
3724775ccSBarry Smith    systems of nonlinear equations
4724775ccSBarry Smith  */
5724775ccSBarry Smith 
6*a4963045SJacob Faibussowitsch #pragma once
7af0996ceSBarry Smith #include <petsc/private/snesimpl.h>
8724775ccSBarry Smith 
9724775ccSBarry Smith typedef struct {
109e764e56SPeter Brune   PetscInt dummy;
1104d7464bSBarry Smith } SNES_NEWTONLS;
12