<?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 morethuente.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><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/linesearch/impls/morethuente/morethuente.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/linesearch/impls/morethuente/morethuente.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/linesearch/impls/morethuente/morethuente.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/linesearch/impls/morethuente/morethuente.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>813083eb7473ec21f4ff50a178709600a8f71c4c - Merge branch &apos;jolivet/rm-useless-code&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#813083eb7473ec21f4ff50a178709600a8f71c4c</link>
        <description>Merge branch &apos;jolivet/rm-useless-code&apos; into &apos;main&apos;Remove useless codeSee merge request petsc/petsc!8115

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Mon, 03 Feb 2025 15:41:45 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c67b119c46b68366926a82dc9af25ba9ebb9c281 - Remove useless code</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#c67b119c46b68366926a82dc9af25ba9ebb9c281</link>
        <description>Remove useless code

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Sat, 01 Feb 2025 20:40:08 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>e964879e5591105f24565a501a3910636e8ca797 - Merge branch &apos;lindad/lock-for-tao-ls&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#e964879e5591105f24565a501a3910636e8ca797</link>
        <description>Merge branch &apos;lindad/lock-for-tao-ls&apos; into &apos;main&apos;Lock base vector when performing line searches in taoSee merge request petsc/petsc!7965

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Mon, 02 Dec 2024 02:30:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e6994092c169409fd2214bddd7e38ced794e3cea - Spread changes to other tao linesearch methods</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#e6994092c169409fd2214bddd7e38ced794e3cea</link>
        <description>Spread changes to other tao linesearch methods

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Sun, 27 Oct 2024 19:08:38 +0000</pubDate>
        <dc:creator>Alex Lindsay &lt;alexander.lindsay@inl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bbd20b7e897435610760efc4b644bee35cb0ddb2 - Lock base vector when performing line searches in tao</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#bbd20b7e897435610760efc4b644bee35cb0ddb2</link>
        <description>Lock base vector when performing line searches in taoUpdating MOOSE to work with PETSc 3.22 I discovered bad MOOSE codethat was triggered by lock checks during default, finite-differencinggradient computation. This code was taking the incoming vector fromPETSc and copying it into the solution set in `TaoSetSolution`. Thisgot me to thinking that I should also be seeing errors not just inperturbed, finite difference calculations but also in any line searchcalculation. Consequently, this MR

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Wed, 23 Oct 2024 19:44:38 +0000</pubDate>
        <dc:creator>Alex Lindsay &lt;alexander.lindsay@inl.gov&gt;</dc:creator>
    </item>
<item>
        <title>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#970231d20df44f79b27787157e39d441e79f434b</link>
        <description>Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;clang-format version 18See merge request petsc/petsc!6902

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Thu, 07 Mar 2024 12:36:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f4f49eeac7efa77fffa46b7ff95a3ed169f659ed - Remove multiple parentheses and extra semicolon</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#f4f49eeac7efa77fffa46b7ff95a3ed169f659ed</link>
        <description>Remove multiple parentheses and extra semicolongit grep -l -E &quot;\(\([a-zA-Z0-9_]+\)\(\*[a-zA-Z0-9_]+\)[, )]&quot; | xargs sed -r -i&apos;&apos; &apos;s#\(\(([a-zA-Z0-9_]+)\)\(\*([a-zA-Z0-9_]+)\)([, )])#\(\(\1\)\*\2\3#g&apos;git grep -l -E &quot;Petsc(.)*\(\(\*[a-zA-Z0-9_]*\),&quot; | xargs sed -r -i&apos;&apos; &apos;s#Petsc([a-zA-Z0-9_]*)\(\(\*([a-zA-Z0-9_]*)\), #Petsc\1(*\2, #g&apos;git grep -l -E &quot;([\!\&amp;\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|-&gt;)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)&quot; | xargs sed -r -i&apos;&apos; &apos;s#([\!\&amp;\~\*\(]|\)\)|\([^,\*\(]+\**\))\(([a-zA-Z0-9_]+((\.|-&gt;)[a-zA-Z0-9_]+|\[[a-zA-Z0-9_ \%\+\*\-]+\])+)\)#\1\2#g&apos;

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Sun, 11 Feb 2024 06:40:18 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>613ce9fe8f5e2bcdf7c72d914e9769b5d960fb4c - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#613ce9fe8f5e2bcdf7c72d914e9769b5d960fb4c</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Sun, 17 Dec 2023 06:30:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>08c30c10d81422a81c044650802b743109b994fe - Merge branch &apos;barry/2023-12-04/fix-manpage-references/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#08c30c10d81422a81c044650802b743109b994fe</link>
        <description>Merge branch &apos;barry/2023-12-04/fix-manpage-references/release&apos; into &apos;release&apos;Update references in the manual pages to use Sphinx citation processingSee merge request petsc/petsc!7101

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Sun, 17 Dec 2023 05:53:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1d27aa22b2f6148b2c4e3f06a75e0638d6493e09 - Update references in the manual pages to use Sphinx citation processing</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#1d27aa22b2f6148b2c4e3f06a75e0638d6493e09</link>
        <description>Update references in the manual pages to use Sphinx citation processing

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Mon, 04 Dec 2023 21:30:55 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4 - Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4</link>
        <description>Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;Remove first and last empty linesSee merge request petsc/petsc!6892

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>92bec4eefde5b79327e7cea3b0266e7580ec8183 - Remove first and last empty lines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:22 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>617fea428f61842cc89796ea26a73ee331c8efb1 - Merge branch &apos;prj--release-patch-77182&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#617fea428f61842cc89796ea26a73ee331c8efb1</link>
        <description>Merge branch &apos;prj--release-patch-77182&apos; into &apos;main&apos;Fix missing new lines at the end of PetscInfo() callsSee merge request petsc/petsc!6770

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Tue, 01 Aug 2023 05:10:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9d3446b20a73768cf7b3f9d22d318f7ad6082787 - Fix missing new lines at the end of PetscInfo() calls</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#9d3446b20a73768cf7b3f9d22d318f7ad6082787</link>
        <description>Fix missing new lines at the end of PetscInfo() calls

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Tue, 01 Aug 2023 05:10:03 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>597312bb6c345b23a699f9b4a0709e000a8fd5d1 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#597312bb6c345b23a699f9b4a0709e000a8fd5d1</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Tue, 02 May 2023 23:33:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7168d968c8ec57a99e271b109d7a3463ed3a5e80 - Merge branch &apos;stefanozampini/fix-setinf&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#7168d968c8ec57a99e271b109d7a3463ed3a5e80</link>
        <description>Merge branch &apos;stefanozampini/fix-setinf&apos; into &apos;release&apos;Fixes for -fp_trapSee merge request petsc/petsc!6372

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Tue, 02 May 2023 23:29:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>def90ec86b14b00b9b40b25f336eecd3d40eae8c - TaoLineSearchApply_MT: fix bug</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#def90ec86b14b00b9b40b25f336eecd3d40eae8c</link>
        <description>TaoLineSearchApply_MT: fix bug

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Mon, 01 May 2023 21:02:07 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>31d78bcd2b98084dc1368b20eb1129c8b9fb39fe - Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/linesearch/impls/morethuente/morethuente.c#31d78bcd2b98084dc1368b20eb1129c8b9fb39fe</link>
        <description>Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;Feature: Non-discardable PetscErrorCodeSee merge request petsc/petsc!5923

            List of files:
            /petsc/src/tao/linesearch/impls/morethuente/morethuente.c</description>
        <pubDate>Thu, 02 Feb 2023 20:39:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
