<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in nls.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>5a884c48ab0c46bab83cd9bb8710f380fa6d8bcf - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#5a884c48ab0c46bab83cd9bb8710f380fa6d8bcf</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Mon, 23 Feb 2026 14:43:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5237a1eeda4b2323ceca6fa229b1d6f7e430fe9c - Merge branch &apos;mr/1863-mpiaij-coo&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#5237a1eeda4b2323ceca6fa229b1d6f7e430fe9c</link>
        <description>Merge branch &apos;mr/1863-mpiaij-coo&apos; into &apos;release&apos;Consolidated bugfixes for issues #1860, #1863, #1864, #1865, #1866, #1867, #1868See merge request petsc/petsc!9059

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Mon, 23 Feb 2026 14:43:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>798139285afa68eb8448034382261376f6c3e16f - TAO: use gradient in CG/NLS fallback descent paths (#1860,#1868)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#798139285afa68eb8448034382261376f6c3e16f</link>
        <description>TAO: use gradient in CG/NLS fallback descent paths (#1860,#1868)

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Sat, 21 Feb 2026 10:35:40 +0000</pubDate>
        <dc:creator>Han Liu &lt;liuhan3790@users.noreply.gitlab.com&gt;</dc:creator>
    </item>
<item>
        <title>03047865b8d8757cf1cf9cda45785c1537b01dc1 - Merge branch &apos;barry/2026-02-14/remove-last-of-source-horizontal-lines&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#03047865b8d8757cf1cf9cda45785c1537b01dc1</link>
        <description>Merge branch &apos;barry/2026-02-14/remove-last-of-source-horizontal-lines&apos; into &apos;main&apos;Remove the last of the use of horizontal lines --- as seperators. With modern...See merge request petsc/petsc!9039

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Wed, 18 Feb 2026 16:20:26 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2178992005f20d15196cbd94d6c3b4333afddc1f - Remove the last of the use of horizontal lines --- as seperators. With modern code development systems they are not needed and just an eye-sore</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#2178992005f20d15196cbd94d6c3b4333afddc1f</link>
        <description>Remove the last of the use of horizontal lines --- as seperators. With modern code development systems they are not needed and just an eye-sore

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Sun, 15 Feb 2026 01:17:29 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bd89dbf26d8a5efecb980364933175da61864cd7 - Merge branch &apos;barry/2025-12-24/improve-snes-domain-error-handling&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#bd89dbf26d8a5efecb980364933175da61864cd7</link>
        <description>Merge branch &apos;barry/2025-12-24/improve-snes-domain-error-handling&apos; into &apos;main&apos;Improve the propagation of function domain error handling in SNES, especially...See merge request petsc/petsc!8914

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Wed, 07 Jan 2026 17:10:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>76c6338944e4871467ad7a763eee41b62845c2b0 - Improve the propagation of function domain error handling in SNES, especially in the line search routines.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#76c6338944e4871467ad7a763eee41b62845c2b0</link>
        <description>Improve the propagation of function domain error handling in SNES, especially in the line search routines.Due to the object layering of SNESLineSearch under SNES there is some code duplication include both SNESLineSearchReason and SNESConvergedReason and SNESCheckFunctionNorm() and SNESLineSearchCheckFunctionNorm() and Jacobian friendsReported-by: david.knezevic@akselos.com

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Wed, 24 Dec 2025 15:15:19 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&gt;</dc:creator>
    </item>
<item>
        <title>ec42381fdf5bb48a6ea45cf3b5c9e6ed3c5f82db - Merge branch &apos;barry/2024-06-15/deprecate-petsc-current&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#ec42381fdf5bb48a6ea45cf3b5c9e6ed3c5f82db</link>
        <description>Merge branch &apos;barry/2024-06-15/deprecate-petsc-current&apos; into &apos;main&apos;Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...See merge request petsc/petsc!7634

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Sat, 20 Jul 2024 22:06:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>606f75f6cc59668c96bea874c028626c3caf5cd3 - Deprecate PETSC_DEFAULT for Tao parameters with PETSC_CURRENT and add support for PETSC_DETEREMINE to use default</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#606f75f6cc59668c96bea874c028626c3caf5cd3</link>
        <description>Deprecate PETSC_DEFAULT for Tao parameters with PETSC_CURRENT and add support for PETSC_DETEREMINE to use default

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Tue, 25 Jun 2024 13:30:18 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b60afdd0ff3ca6050bf48f58c64a5f1086a0a7ff - Merge branch &apos;stefanozampini/unify-update&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#b60afdd0ff3ca6050bf48f58c64a5f1086a0a7ff</link>
        <description>Merge branch &apos;stefanozampini/unify-update&apos; into &apos;main&apos;SNES and TAO update: clarify usageSee merge request petsc/petsc!7616

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Mon, 10 Jun 2024 14:47:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>270bebe6e620a500094305dce0c421b2106ec210 - TAO: clarify usage of update hook</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#270bebe6e620a500094305dce0c421b2106ec210</link>
        <description>TAO: clarify usage of update hookfix implementations

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Thu, 06 Jun 2024 09:04:24 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>44b53730f7b86cdab3c5a4ff18c1bd863b66a9b1 - Merge branch &apos;jolivet/fix-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#44b53730f7b86cdab3c5a4ff18c1bd863b66a9b1</link>
        <description>Merge branch &apos;jolivet/fix-warnings&apos; into &apos;main&apos;Summer cleaningSee merge request petsc/petsc!6850

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Fri, 01 Sep 2023 19:02:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1cb3f120054b12eab071a333957acd76c0dcddb6 - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#1cb3f120054b12eab071a333957acd76c0dcddb6</link>
        <description>Fix typos

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Fri, 01 Sep 2023 05:02:49 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>2695622ab41ccaa973219c97e6b79e72cc44c781 - Merge branch &apos;stefanozampini/snes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#2695622ab41ccaa973219c97e6b79e72cc44c781</link>
        <description>Merge branch &apos;stefanozampini/snes&apos; into &apos;main&apos;Improve Trust-Region support in SNESSee merge request petsc/petsc!6150

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Thu, 16 Mar 2023 18:05:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4a221d5978a6d86d172efe6a78940aca257e68d3 - SNESNEWTONTR: add dogleg and Cauchy fallbacks from NTRDC</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#4a221d5978a6d86d172efe6a78940aca257e68d3</link>
        <description>SNESNEWTONTR: add dogleg and Cauchy fallbacks from NTRDC

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Wed, 15 Mar 2023 21:54:38 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>37d05b0256c1e9ba4bc423c4eccb3df226931ef0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#37d05b0256c1e9ba4bc423c4eccb3df226931ef0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Mon, 06 Feb 2023 02:59:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b877537e50727649205a89a9fd5768496ec808e7 - Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#b877537e50727649205a89a9fd5768496ec808e7</link>
        <description>Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;Fix TyposSee merge request petsc/petsc!6024

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Sun, 05 Feb 2023 06:25:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>da81f9329be15cc55f054c8a00978087195c9247 - Fix Typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/unconstrained/impls/nls/nls.c#da81f9329be15cc55f054c8a00978087195c9247</link>
        <description>Fix Typos

            List of files:
            /petsc/src/tao/unconstrained/impls/nls/nls.c</description>
        <pubDate>Sun, 05 Feb 2023 06:25:02 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
</channel>
</rss>
