xref: /petsc/src/snes/impls/ls/lsimpl.h (revision a496304597bacff3545e802853d69e8765312868)
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