Hi All,<br>I am trying to figure out how the line search is actually working in PETSc and I am looking at this link,<br><br><a href="http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-current/docs/manualpages/SNES/SNESLineSearchGetParams.html">http://www.mcs.anl.gov/petsc/petsc-as/snapshots/petsc-current/docs/manualpages/SNES/SNESLineSearchGetParams.html</a><br>
<br>Can anyone help to explain why there is a J in the amijo condition?<br><br><b>alpha   </b>- The scalar such that .5*f_{n+1} . f_{n+1} &lt;= .5*f_n . f_n - alpha |f_n . J . f_n|
<br><br><br>Considering the fact that the newton direction p_n provide a J^{-1} and the gradient of the merit function( 1/2 f . f) provide a J, isn&#39;t correct to get rid of J in the definition above?  <br><br>Thanks for any suggestions,<br>
<br>Yan<br>