<?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 ex28.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/tutorials/ex28.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/tutorials/ex28.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/tutorials/ex28.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/tutorials/ex28.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>f016086d13b3128543e04d7f1e1f01f19abba1da - Merge branch &apos;stefanozampini/log-pc&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#f016086d13b3128543e04d7f1e1f01f19abba1da</link>
        <description>Merge branch &apos;stefanozampini/log-pc&apos; into &apos;main&apos;PCFIELDSPLIT: implement PCSetUpOnBlocksSee merge request petsc/petsc!7796

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Fri, 30 Aug 2024 19:06:30 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1afe20e55f16f5c6f3434dc32b5d3ae7d3d51a10 - fix bugs in examples [exposed by &quot;PCFIELDSPLIT: implement PCSetUpOnBlocks&quot; change]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#1afe20e55f16f5c6f3434dc32b5d3ae7d3d51a10</link>
        <description>fix bugs in examples [exposed by &quot;PCFIELDSPLIT: implement PCSetUpOnBlocks&quot; change]

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Thu, 29 Aug 2024 19:15:26 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>61d8dfa2987ba1787c4f9cdc462af103391b5176 - Merge branch &apos;jolivet/fix-checkbadSource&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#61d8dfa2987ba1787c4f9cdc462af103391b5176</link>
        <description>Merge branch &apos;jolivet/fix-checkbadSource&apos; into &apos;main&apos;Improve checkbadSourceSee merge request petsc/petsc!7168

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Tue, 09 Jan 2024 01:29:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>53df731d4a58a13d32dc697c3d2b74491914e802 - Fix &quot;Extra spaces in test harness rules&quot; in checkbadSource</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#53df731d4a58a13d32dc697c3d2b74491914e802</link>
        <description>Fix &quot;Extra spaces in test harness rules&quot; in checkbadSource

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Mon, 08 Jan 2024 07:24:56 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>d05ba782884e5e99a449c6c095f444ae8596d41a - Merge branch &apos;stefanozampini/fix-reuse-mumps-nest-seq&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#d05ba782884e5e99a449c6c095f444ae8596d41a</link>
        <description>Merge branch &apos;stefanozampini/fix-reuse-mumps-nest-seq&apos; into &apos;main&apos;MATMUMPS: fix bugs for reusing factorization with seq MATNESTSee merge request petsc/petsc!6817

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Wed, 16 Aug 2023 15:43:28 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>50c845ba7ea9f0d73677a13f31667ee4b477f586 - MATMUMPS: fix bugs for reusing factorization with seq MATNEST</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#50c845ba7ea9f0d73677a13f31667ee4b477f586</link>
        <description>MATMUMPS: fix bugs for reusing factorization with seq MATNEST

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Wed, 16 Aug 2023 02:17:14 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>81cd56f8dc4efb431dc8708155bfb301601918be - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#81cd56f8dc4efb431dc8708155bfb301601918be</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Tue, 25 Apr 2023 20:15:30 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce9651fca103aba2790f66f775bfababf8d4c8a4 - Merge branch &apos;barry/2023-04-21/fix-scalability-matconvert-aij-baij/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#ce9651fca103aba2790f66f775bfababf8d4c8a4</link>
        <description>Merge branch &apos;barry/2023-04-21/fix-scalability-matconvert-aij-baij/release&apos; into &apos;release&apos;Fix the scalability bug in MatConvert_SeqAIJ_SeqSBAIJ_Preallocate and MatConvert_SeqAIJ_SeqSBAIJ_PrealllocateSee merge request petsc/petsc!6360

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Mon, 24 Apr 2023 16:50:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>10ca579b2827c01a3ae601c48bd704c32d3b2c02 - Fix bug where 0 is passed into ... that expects a pointer. On MacOS M2 system it is passed on the stack as int causing crash</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#10ca579b2827c01a3ae601c48bd704c32d3b2c02</link>
        <description>Fix bug where 0 is passed into ... that expects a pointer. On MacOS M2 system it is passed on the stack as int causing crash

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Sat, 22 Apr 2023 00:55:28 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d72f9e834afe598792573b2e5b5da3ebc64c1b6e - Merge branch &apos;stefanozampini/mumps-nest&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#d72f9e834afe598792573b2e5b5da3ebc64c1b6e</link>
        <description>Merge branch &apos;stefanozampini/mumps-nest&apos; into &apos;main&apos;Support MATNEST in MUMPSSee merge request petsc/petsc!6354

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Sat, 22 Apr 2023 14:27:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>62671d91e925cc43e91261c6daca00f954998c32 - add tests for MUMPS with MATNEST</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#62671d91e925cc43e91261c6daca00f954998c32</link>
        <description>add tests for MUMPS with MATNEST

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Fri, 21 Apr 2023 14:00:45 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2334966a8c612d61c80d5f7e5a2773c0d2d5e52a - Merge branch &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#2334966a8c612d61c80d5f7e5a2773c0d2d5e52a</link>
        <description>Merge branch &apos;release&apos;

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Thu, 09 Feb 2023 19:14:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ee116cf7c3233a35c853cba7effa898c21e60538 - Merge branch &apos;jczhang/fix-MatCreateSubMatrix-bug&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#ee116cf7c3233a35c853cba7effa898c21e60538</link>
        <description>Merge branch &apos;jczhang/fix-MatCreateSubMatrix-bug&apos; into &apos;release&apos;Use MatSeqAIJGet/RestoreArrayXxx() to access matrix data in MatCreateSubMatrix_SeqAIJSee merge request petsc/petsc!6030

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Thu, 09 Feb 2023 19:06:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fb3c7e2dd4f43a268b95c335e0bddf05b42b9816 - Mat: use  MatSeqAIJGet/RestoreArrayXxx() to access matrix data in MatCreateSubMatrix_SeqAIJ</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex28.c#fb3c7e2dd4f43a268b95c335e0bddf05b42b9816</link>
        <description>Mat: use  MatSeqAIJGet/RestoreArrayXxx() to access matrix data in MatCreateSubMatrix_SeqAIJOtherwise, when the matrix is offloaded, we will forget to set the matrix&apos;s offload state

            List of files:
            /petsc/src/snes/tutorials/ex28.c</description>
        <pubDate>Tue, 07 Feb 2023 21:13:12 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@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/tutorials/ex28.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/tutorials/ex28.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/tutorials/ex28.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/snes/tutorials/ex28.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/tutorials/ex28.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/tutorials/ex28.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/tutorials/ex28.c#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/snes/tutorials/ex28.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>
</channel>
</rss>
