<?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 ksponly.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/impls/ksponly/ksponly.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/impls/ksponly/ksponly.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/impls/ksponly/ksponly.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/impls/ksponly/ksponly.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>834855d6effb0d027771461c8e947ee1ce5a1e17 - Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#834855d6effb0d027771461c8e947ee1ce5a1e17</link>
        <description>Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;clang-format-21See merge request petsc/petsc!8202

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Wed, 27 Aug 2025 20:14:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ac530a7e429a3ef5a9263376acf6071236a5db98 - Remove unnecessary braces around one-liners</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#ac530a7e429a3ef5a9263376acf6071236a5db98</link>
        <description>Remove unnecessary braces around one-linersgit grep -lE &quot;[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$&quot; -- &apos;*.c&apos; &apos;*.cxx&apos; &apos;*.cu&apos; &apos;*.h&apos; &apos;*.hpp&apos; &apos;*.cpp&apos; | xargs sed -i &apos;&apos; -E &apos;s#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#&apos;

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Tue, 03 Jun 2025 13:10:33 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>d11edd652d881235fb02844467219b6424981360 - Merge branch &apos;jrwrigh/snesnorm_ksponly&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#d11edd652d881235fb02844467219b6424981360</link>
        <description>Merge branch &apos;jrwrigh/snesnorm_ksponly&apos; into &apos;main&apos;snesksponly: Add support for SNESNormScheduleSee merge request petsc/petsc!8571

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Mon, 21 Jul 2025 20:26:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a3e9d6632d9bda87d274e9884e941190278421bd - snesksponly: Add support for SNESNormSchedule</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#a3e9d6632d9bda87d274e9884e941190278421bd</link>
        <description>snesksponly: Add support for SNESNormSchedule

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Mon, 21 Jul 2025 03:23:14 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&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/snes/impls/ksponly/ksponly.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/snes/impls/ksponly/ksponly.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>77e5a1f9fcfc1cfeb1010ff17041dc1a220acc3c - Update SNESSetTolerances() to accept PETSC_DETERMINE an PETSC_DECIDE</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#77e5a1f9fcfc1cfeb1010ff17041dc1a220acc3c</link>
        <description>Update SNESSetTolerances() to accept PETSC_DETERMINE an PETSC_DECIDE

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Sun, 16 Jun 2024 01:40:17 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1bd63e3efbce1229b47e2ec5bb1e7d27e9e9b2dd - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#1bd63e3efbce1229b47e2ec5bb1e7d27e9e9b2dd</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Thu, 30 Nov 2023 17:02:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>50935e0a4020496bf025f56546dffdea8b1b624f - Merge branch &apos;barry/2023-11-22/fix-some-manualpages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#50935e0a4020496bf025f56546dffdea8b1b624f</link>
        <description>Merge branch &apos;barry/2023-11-22/fix-some-manualpages/release&apos; into &apos;release&apos;Improve SNES manual pagesSee merge request petsc/petsc!7049

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Thu, 30 Nov 2023 16:40:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>420bcc1b905230dede3c88f397d1a4e60493adde - Fix some manual pages focusing on SNES</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#420bcc1b905230dede3c88f397d1a4e60493adde</link>
        <description>Fix some manual pages focusing on SNES

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Thu, 23 Nov 2023 03:57:01 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>222ba94b5b3646619764651f666341da4131f1ca - Merge branch &apos;barry/2023-07-18/fix-snes-error-handling-slightly&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#222ba94b5b3646619764651f666341da4131f1ca</link>
        <description>Merge branch &apos;barry/2023-07-18/fix-snes-error-handling-slightly&apos; into &apos;main&apos;SNES error handling fixesSee merge request petsc/petsc!6732

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Mon, 24 Jul 2023 23:10:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5f3c5e7ab1713b2b36ec2007ece43899b4f0dcb3 - SNES error handling fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#5f3c5e7ab1713b2b36ec2007ece43899b4f0dcb3</link>
        <description>SNES error handling fixesAdded missing error checking in SNES for inf and nan normsAdd missing handling for if (snes-&gt;errorifnotconverged)

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Tue, 18 Jul 2023 18:25:24 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/snes/impls/ksponly/ksponly.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/snes/impls/ksponly/ksponly.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>
<item>
        <title>3ba1676111f5c958fe6c2729b46ca4d523958bb3 - Make PetscErrorCode a non-discardable enum</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Sat, 10 Dec 2022 18:29:11 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@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/impls/ksponly/ksponly.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/impls/ksponly/ksponly.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/impls/ksponly/ksponly.c#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.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>b7124133bcd51a3ab3000e5ce6fd55508e9e5602 - Merge branch &apos;jacobf/2022-09-17/slimmer-petscobject&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#b7124133bcd51a3ab3000e5ce6fd55508e9e5602</link>
        <description>Merge branch &apos;jacobf/2022-09-17/slimmer-petscobject&apos; into &apos;main&apos;Feature: Slimmer PetscObjectSee merge request petsc/petsc!5649

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Tue, 20 Sep 2022 13:14:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4dfa11a44d5adf2389f1d3acbc8f3c1116dc6c3a - Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/ksponly/ksponly.c#4dfa11a44d5adf2389f1d3acbc8f3c1116dc6c3a</link>
        <description>Remove parent, parentid, flops, time, mem, and memchildren. Deprecate PetscLogObjectParent(), PetscLogObjectMemory(), and PetscNewLog()

            List of files:
            /petsc/src/snes/impls/ksponly/ksponly.c</description>
        <pubDate>Sat, 17 Sep 2022 21:14:16 +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/impls/ksponly/ksponly.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/impls/ksponly/ksponly.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>
</channel>
</rss>
