<?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 snesgs.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/gs/snesgs.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/gs/snesgs.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/gs/snesgs.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/gs/snesgs.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/gs/snesgs.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/gs/snesgs.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/gs/snesgs.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/gs/snesgs.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>bcda9346efad4e5ba2d553af84eb238771ba1e25 - Merge branch &apos;MarDiehl/fix-typo&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/gs/snesgs.c#bcda9346efad4e5ba2d553af84eb238771ba1e25</link>
        <description>Merge branch &apos;MarDiehl/fix-typo&apos; into &apos;main&apos;missing &quot;s&quot; for isascii and issundialsSee merge request petsc/petsc!8559

            List of files:
            /petsc/src/snes/impls/gs/snesgs.c</description>
        <pubDate>Wed, 27 Aug 2025 20:05:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9f196a0264fbaf0568fead3a30c861c7ae4cf663 - missing &quot;s&quot; for isascii and issundials</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/gs/snesgs.c#9f196a0264fbaf0568fead3a30c861c7ae4cf663</link>
        <description>missing &quot;s&quot; for isascii and issundials

            List of files:
            /petsc/src/snes/impls/gs/snesgs.c</description>
        <pubDate>Thu, 17 Jul 2025 22:45:54 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&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/snes/impls/gs/snesgs.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/snes/impls/gs/snesgs.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/snes/impls/gs/snesgs.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/snes/impls/gs/snesgs.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>9f55a80c5994219f655b6306b362625b9957fa37 - Merge branch &apos;stefanozampini/tr-api&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/gs/snesgs.c#9f55a80c5994219f655b6306b362625b9957fa37</link>
        <description>Merge branch &apos;stefanozampini/tr-api&apos; into &apos;main&apos;API for SNESNewtonTR tolerances and parametersSee merge request petsc/petsc!7689

            List of files:
            /petsc/src/snes/impls/gs/snesgs.c</description>
        <pubDate>Mon, 26 Aug 2024 21:40:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3201ab8d70a3eea669f338f8bd746342de1cf5db - SNES: trust region API</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/gs/snesgs.c#3201ab8d70a3eea669f338f8bd746342de1cf5db</link>
        <description>SNES: trust region APIdeprecate old SNESSetTrustRegionTolerance

            List of files:
            /petsc/src/snes/impls/gs/snesgs.c</description>
        <pubDate>Fri, 12 Jul 2024 16:11:33 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/gs/snesgs.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/gs/snesgs.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/gs/snesgs.c#77e5a1f9fcfc1cfeb1010ff17041dc1a220acc3c</link>
        <description>Update SNESSetTolerances() to accept PETSC_DETERMINE an PETSC_DECIDE

            List of files:
            /petsc/src/snes/impls/gs/snesgs.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>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/gs/snesgs.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/snes/impls/gs/snesgs.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>4d86920da9ee67c835173a5dfffa1b3a52fd24ca - checkbadSource: rules for PetscFunctionBegin and derivatives</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/impls/gs/snesgs.c#4d86920da9ee67c835173a5dfffa1b3a52fd24ca</link>
        <description>checkbadSource: rules for PetscFunctionBegin and derivatives

            List of files:
            /petsc/src/snes/impls/gs/snesgs.c</description>
        <pubDate>Sat, 10 Feb 2024 08:07:08 +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/snes/impls/gs/snesgs.c#613ce9fe8f5e2bcdf7c72d914e9769b5d960fb4c</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/snes/impls/gs/snesgs.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/snes/impls/gs/snesgs.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/snes/impls/gs/snesgs.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/snes/impls/gs/snesgs.c#1d27aa22b2f6148b2c4e3f06a75e0638d6493e09</link>
        <description>Update references in the manual pages to use Sphinx citation processing

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

            List of files:
            /petsc/src/snes/impls/gs/snesgs.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/gs/snesgs.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/gs/snesgs.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/gs/snesgs.c#420bcc1b905230dede3c88f397d1a4e60493adde</link>
        <description>Fix some manual pages focusing on SNES

            List of files:
            /petsc/src/snes/impls/gs/snesgs.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>
</channel>
</rss>
