<?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 snes.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>3220ff8572602716d60bdda8b51773ebceb3c8ea - Merge branch &apos;barry/2026-01-31/improve-dmactive&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#3220ff8572602716d60bdda8b51773ebceb3c8ea</link>
        <description>Merge branch &apos;barry/2026-01-31/improve-dmactive&apos; into &apos;main&apos;Split dmActive into separate support for matrix, rhs, and initial guessSee merge request petsc/petsc!8990

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Wed, 25 Feb 2026 06:22:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bf0c7fc2d7fb4e90d42e412b25194b878e6e442d - Split dmActive into seperate support for matrix, rhs, and initial guess</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#bf0c7fc2d7fb4e90d42e412b25194b878e6e442d</link>
        <description>Split dmActive into seperate support for matrix, rhs, and initial guess

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Sat, 31 Jan 2026 23:59:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4e8208cbcbc709572b8abe32f33c78b69c819375 - Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#4e8208cbcbc709572b8abe32f33c78b69c819375</link>
        <description>Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;Fortran generation of interface definitions for functions that take and return context variables  (void *ctx and PetCtx ctx)See merge request petsc/petsc!8956

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Sat, 31 Jan 2026 18:41:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2a8381b23c702518c6b1ccbeafee50b9375df0e4 - Add automatic generated fortran support for setting and returning contexts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#2a8381b23c702518c6b1ccbeafee50b9375df0e4</link>
        <description>Add automatic generated fortran support for setting and returning contextsMajor cleanup of the code for setting and returning application (previously called user) contexts  - PetscCtx ctx is now the standard for passing in contexts  - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFnBoth of these are typedef to void*Also removed most use of user and userctx for context arguments now consistently named ctxImproved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Tue, 13 Jan 2026 04:45:38 +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/snes/interface/snes.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/interface/snes.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/interface/snes.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/interface/snes.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>a289a2f2dff3362f6bfc0c874680f4e4d851e010 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#a289a2f2dff3362f6bfc0c874680f4e4d851e010</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Tue, 25 Nov 2025 15:50:30 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>94ab5c2817ab89d51703ed1ff8a36a8ef861edce - Merge branch &apos;jolivet/minor-fixes&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#94ab5c2817ab89d51703ed1ff8a36a8ef861edce</link>
        <description>Merge branch &apos;jolivet/minor-fixes&apos; into &apos;release&apos;Minor fixesSee merge request petsc/petsc!8852

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Fri, 21 Nov 2025 07:29:11 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2b2f8cc64c4d641dee51489080ebf7b621c24cc6 - Minor fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#2b2f8cc64c4d641dee51489080ebf7b621c24cc6</link>
        <description>Minor fixes

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Fri, 14 Nov 2025 19:53:21 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>b31b2f82859ff8548562364efb89146f661bbcd9 - Merge branch &apos;barry/2025-10-24/fix-dmshellsetdestroyctx&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#b31b2f82859ff8548562364efb89146f661bbcd9</link>
        <description>Merge branch &apos;barry/2025-10-24/fix-dmshellsetdestroyctx&apos; into &apos;main&apos;Finish converting the function prototypes of destroy for contexts to use PetscCtxDestroyFnSee merge request petsc/petsc!8810

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Mon, 10 Nov 2025 16:51:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>126519442fb4dd57a5f782a20905ab3872bce6dc - Change the `destroy()` function argument of `SNESSetConvergenceTest()` to type `PetscCtxDestroyFn *`</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#126519442fb4dd57a5f782a20905ab3872bce6dc</link>
        <description>Change the `destroy()` function argument of `SNESSetConvergenceTest()` to type `PetscCtxDestroyFn *`Development Tools: Vim, Emacs, Eclipse

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Tue, 28 Oct 2025 18:44:15 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>941063a0c6742edd6ba3de0434f3e015738e856a - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#941063a0c6742edd6ba3de0434f3e015738e856a</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Thu, 16 Oct 2025 14:45:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d56401d0b76c12b5c54d9a35db35fa6f4d315d85 - Merge branch &apos;stefanozampini/ts-snes-fixes&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#d56401d0b76c12b5c54d9a35db35fa6f4d315d85</link>
        <description>Merge branch &apos;stefanozampini/ts-snes-fixes&apos; into &apos;release&apos;Miscellaneous fixes for TS and SNES with domain errorsSee merge request petsc/petsc!8770

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Sun, 12 Oct 2025 15:04:31 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fa76959af904abe2eff52b239abe47a868c6590a - SNESFunctionDomainError: Setting a domain error does not mean SNES has not converged</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#fa76959af904abe2eff52b239abe47a868c6590a</link>
        <description>SNESFunctionDomainError: Setting a domain error does not mean SNES has not converged

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Tue, 07 Oct 2025 07:55:00 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1b3000ac9175b2e9e8c1f2a6c386c44d36da1bae - SNES: need to cancel monitors if not converged</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#1b3000ac9175b2e9e8c1f2a6c386c44d36da1bae</link>
        <description>SNES: need to cancel monitors if not convergedsuppose we are monitoring the residual in a file, this will allow closing the file properly

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Tue, 07 Oct 2025 07:56:06 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e1998897b6a17a1e700cad4f1fe1a875f632250b - Merge branch &apos;barry/2025-09-28/fix-petscerrorcodefn-cxx&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#e1998897b6a17a1e700cad4f1fe1a875f632250b</link>
        <description>Merge branch &apos;barry/2025-09-28/fix-petscerrorcodefn-cxx&apos; into &apos;main&apos;Fix the definition of PetscErrorCodeFn; this reverts API change in !8615See merge request petsc/petsc!8745

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Mon, 29 Sep 2025 17:19:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>453a69bbde9863bc09727b24622658822743bb61 - Fix the definition of PetscErrorCodeFn; this reverts API change in !8615</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#453a69bbde9863bc09727b24622658822743bb61</link>
        <description>Fix the definition of PetscErrorCodeFn; this reverts API change in !8615Co-authored-by: Pierre Jolivet &lt;pierre@joliv.et&gt;Reported-by: Lisandro Dalcin &lt;dalcinl@gmail.com&gt;

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Mon, 29 Sep 2025 17:19:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c366b136133f4c89654a6bcbc836b55ed657f254 - Merge branch &apos;stefanozampini/fix-docs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#c366b136133f4c89654a6bcbc836b55ed657f254</link>
        <description>Merge branch &apos;stefanozampini/fix-docs&apos; into &apos;main&apos;fix docsSee merge request petsc/petsc!8742

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Sun, 28 Sep 2025 14:38:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>56296ac476a31e7af9f50f16bc583419343e72e5 - SNES: fix docs</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#56296ac476a31e7af9f50f16bc583419343e72e5</link>
        <description>SNES: fix docs

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Thu, 25 Sep 2025 07:17:22 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>18ea161e4ce0af9a9724fa8d8f2448281da47583 - Merge branch &apos;stefanozampini/fixes-before-release&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snes.c#18ea161e4ce0af9a9724fa8d8f2448281da47583</link>
        <description>Merge branch &apos;stefanozampini/fixes-before-release&apos; into &apos;main&apos;small fixes before releaseSee merge request petsc/petsc!8717

            List of files:
            /petsc/src/snes/interface/snes.c</description>
        <pubDate>Thu, 25 Sep 2025 04:39:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
