<?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 snesj2.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><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/snesj2.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/snesj2.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/snesj2.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/snesj2.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>9d8735f11e12408f22f72ba2f03f3fa88326c1ff - Merge branch &apos;barry/2025-05-15/add-typedef-fn&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#9d8735f11e12408f22f72ba2f03f3fa88326c1ff</link>
        <description>Merge branch &apos;barry/2025-05-15/add-typedef-fn&apos; into &apos;main&apos;Add some typedef XXXFn that currently use the prototype directly in code for some matrix objectsSee merge request petsc/petsc!8409

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Mon, 19 May 2025 17:24:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2ba42892b4663a998b5cc3a694b3c376e1784261 - Add `MatFDColoringFn` typedef</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#2ba42892b4663a998b5cc3a694b3c376e1784261</link>
        <description>Add `MatFDColoringFn` typedef

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Fri, 16 May 2025 02:06:12 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d0e6bf2ad94dcc89b258ce16c7987200a4714786 - Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#d0e6bf2ad94dcc89b258ce16c7987200a4714786</link>
        <description>Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;clang-format-19See merge request petsc/petsc!7644

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Wed, 25 Sep 2024 06:44:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0d5ef98addb54ced821e7e5fade9ccac0ec8ccde - CI: update checkclangformat to use clang-format-19.1.0</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#0d5ef98addb54ced821e7e5fade9ccac0ec8ccde</link>
        <description>CI: update checkclangformat to use clang-format-19.1.0

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Wed, 18 Sep 2024 17:18:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a623e290c7eaa252b385564179837fe27521fbac - Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#a623e290c7eaa252b385564179837fe27521fbac</link>
        <description>Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;More improvements to Fortran stubs and interfacesSee merge request petsc/petsc!7598

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Wed, 12 Jun 2024 03:37:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5d83a8b16d06840f96948f1a43aa9c83c769a60a - This requires some changes to user FORTRAN code</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#5d83a8b16d06840f96948f1a43aa9c83c769a60a</link>
        <description>This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGERPass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v]Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXXThe compiler will now automatically prevent you from using the wrong argument type for the first three bullets aboveThis will also require an update sowing with the new sowing branch this MR is using.

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Thu, 30 May 2024 04:27:02 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>942d34d015d97e642391562984a785096884f5d1 - Merge branch &apos;jolivet/fix-ubsan&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#942d34d015d97e642391562984a785096884f5d1</link>
        <description>Merge branch &apos;jolivet/fix-ubsan&apos; into &apos;main&apos;Pacify UBSanSee merge request petsc/petsc!7158

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Wed, 03 Jan 2024 20:51:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>810441c8936efedea5b5e5bf13309615ee8484c1 - First batch of fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#810441c8936efedea5b5e5bf13309615ee8484c1</link>
        <description>First batch of fixes

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Sat, 30 Dec 2023 15:47:40 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/interface/snesj2.c#1bd63e3efbce1229b47e2ec5bb1e7d27e9e9b2dd</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

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

            List of files:
            /petsc/src/snes/interface/snesj2.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>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/interface/snesj2.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/interface/snesj2.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/interface/snesj2.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/snes/interface/snesj2.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>0a81daa7322fdf4f278b0560bdea11ce34e75687 - Merge branch &apos;jolivet/feature-mateliminatezeros-sbaij&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#0a81daa7322fdf4f278b0560bdea11ce34e75687</link>
        <description>Merge branch &apos;jolivet/feature-mateliminatezeros-sbaij&apos; into &apos;main&apos;MatChop()/MatEliminateZeros() improvements and other minor fixesSee merge request petsc/petsc!6706

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Thu, 20 Jul 2023 14:29:32 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>58c11ad4fc49b15f651f1921399df1fbacdc5393 - MatEliminateZeros(): skip zero nondiagonal coefficients</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#58c11ad4fc49b15f651f1921399df1fbacdc5393</link>
        <description>MatEliminateZeros(): skip zero nondiagonal coefficients

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Wed, 12 Jul 2023 11:57:16 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>e6ea2180c902de3d4bbd6a7a62b62c3e882dde1f - Merge branch &apos;barry/2023-07-17/fix-matrix-free&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#e6ea2180c902de3d4bbd6a7a62b62c3e882dde1f</link>
        <description>Merge branch &apos;barry/2023-07-17/fix-matrix-free&apos; into &apos;main&apos;matrix free in docs and comments should be matrix-freeSee merge request petsc/petsc!6725

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Tue, 18 Jul 2023 22:05:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>01c1178edd8bcd8f3887264e9800388a5af4d784 - matrix free in docs and comments should be matrix-free</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#01c1178edd8bcd8f3887264e9800388a5af4d784</link>
        <description>matrix free in docs and comments should be matrix-free

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Tue, 18 Jul 2023 01:13:51 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>02477ebbb21fa13a3b107e40dce1c3d726eb3600 - Merge branch &apos;jacobf/2023-06-30/enable-doc-lint&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/interface/snesj2.c#02477ebbb21fa13a3b107e40dce1c3d726eb3600</link>
        <description>Merge branch &apos;jacobf/2023-06-30/enable-doc-lint&apos; into &apos;main&apos;Enable docs lintingSee merge request petsc/petsc!6667

            List of files:
            /petsc/src/snes/interface/snesj2.c</description>
        <pubDate>Sat, 15 Jul 2023 03:37:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
