<?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 ex4.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/snes/tests/ex4.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/snes/tests/ex4.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/snes/tests/ex4.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/snes/tests/ex4.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>e0f7661ef47ee0a77f8da1ab85987b8efeada20d - Merge branch &apos;sneslinesearch-improvements&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#e0f7661ef47ee0a77f8da1ab85987b8efeada20d</link>
        <description>Merge branch &apos;sneslinesearch-improvements&apos; into &apos;main&apos;SNESLinesearch: Minor improvementsSee merge request petsc/petsc!8630

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Wed, 27 Aug 2025 02:18:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a99ef635ef3fb31080710bc8e0dbbde292199c98 - SNESLinesearch: Minor improvements</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#a99ef635ef3fb31080710bc8e0dbbde292199c98</link>
        <description>SNESLinesearch: Minor improvements- add missing configuration options in the documentation of the line searches (some of the available options were not listed), and consistently list their respective default values- add proper convergence criteria for the secant method in the L2 line search based on ltol and atol (otherwise, the secant method is mostly running for the maximum number of iterations)- fix a small bug in the CP line search, where steptol * lambda was used to check for convergence based on the change of lambda instead of the ltol parameter- rename sneslinesearch-&gt;maxstep to sneslinesearch-&gt;maxlambda in the options database to be consistent with its purpose in the algorithms- rename SNESLineSearchL2 to SNESLineSearchSecant to better represent its underlying approach

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Wed, 27 Aug 2025 02:18:34 +0000</pubDate>
        <dc:creator>Jonas Heinzmann &lt;jheinzmann@ethz.ch&gt;</dc:creator>
    </item>
<item>
        <title>732aec7a18f2199fb53bb9a2f3aef439a834ce31 - Merge branch &apos;jolivet/remove-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#732aec7a18f2199fb53bb9a2f3aef439a834ce31</link>
        <description>Merge branch &apos;jolivet/remove-cast&apos; into &apos;main&apos;Use NULL or nullptr instead of casted 0See merge request petsc/petsc!7857

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Sun, 22 Sep 2024 17:54:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c8025a5415d73fd1c6005393f2b0e60677bf5915 - Use NULL or nullptr instead of casted 0</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#c8025a5415d73fd1c6005393f2b0e60677bf5915</link>
        <description>Use NULL or nullptr instead of casted 0

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Sat, 21 Sep 2024 07:20:33 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>32e037510874440daa9fa8248b5cfeac7662c93e - Merge branch &apos;jose/deprecate-petsc-default&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#32e037510874440daa9fa8248b5cfeac7662c93e</link>
        <description>Merge branch &apos;jose/deprecate-petsc-default&apos; into &apos;main&apos;Fix usage of deprecated PETSC_DEFAULTSee merge request petsc/petsc!7707

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Mon, 29 Jul 2024 20:12:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fb842aef621b1ec3460f788b06270a63e1a90f33 - Fix usage of deprecated PETSC_DEFAULT</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#fb842aef621b1ec3460f788b06270a63e1a90f33</link>
        <description>Fix usage of deprecated PETSC_DEFAULT

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Mon, 29 Jul 2024 20:12:55 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&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/snes/tests/ex4.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/snes/tests/ex4.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/snes/tests/ex4.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/snes/tests/ex4.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>597312bb6c345b23a699f9b4a0709e000a8fd5d1 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#597312bb6c345b23a699f9b4a0709e000a8fd5d1</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/snes/tests/ex4.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/snes/tests/ex4.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/snes/tests/ex4.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>486c6c738354225005668a8e174972e8b1842326 - SNES test ex4: disable fpe trap when computing infinity</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#486c6c738354225005668a8e174972e8b1842326</link>
        <description>SNES test ex4: disable fpe trap when computing infinity

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Mon, 01 May 2023 21:01:46 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/snes/tests/ex4.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/snes/tests/ex4.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>8d47944aebcd8a3a8a4a1aebd4b3f440b4d70fab - minor</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#8d47944aebcd8a3a8a4a1aebd4b3f440b4d70fab</link>
        <description>minor

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Tue, 07 Mar 2023 06:33:54 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>061e922f3926be00487707c73b78dd3d40309129 - Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#061e922f3926be00487707c73b78dd3d40309129</link>
        <description>Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;Feature: Bicycle Storage Facility 2See merge request petsc/petsc!5661

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Thu, 22 Sep 2022 02:09:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d71ae5a4db6382e7f06317b8d368875286fe9008 - source code format changes due to .clang-format changes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Wed, 21 Sep 2022 21:15:28 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>267a8504c1d708084c788cc7fa96ffdcf34dc685 - Merge branch &apos;barry/2022-08-30/fix-snes-man-pages&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#267a8504c1d708084c788cc7fa96ffdcf34dc685</link>
        <description>Merge branch &apos;barry/2022-08-30/fix-snes-man-pages&apos; into &apos;main&apos;Fix/update/improve manual pages in snes directorySee merge request petsc/petsc!5578

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Fri, 09 Sep 2022 19:50:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f6dfbefd03961ab3be6f06be75c96cbf27a49667 - Fix/update/improve manual pages in snes directory</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#f6dfbefd03961ab3be6f06be75c96cbf27a49667</link>
        <description>Fix/update/improve manual pages in snes directoryMinor changes to source codeCommit-type: housekeeping, documentation/spend 8h

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Tue, 30 Aug 2022 18:26:47 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>58d68138c660dfb4e9f5b03334792cd4f2ffd7cc - Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex4.c#58d68138c660dfb4e9f5b03334792cd4f2ffd7cc</link>
        <description>Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;format repository with clang-formatSee merge request petsc/petsc!5541

            List of files:
            /petsc/src/snes/tests/ex4.c</description>
        <pubDate>Tue, 23 Aug 2022 05:26:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
