<?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 ex219f.F90</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>9b88ac225e01f016352a5f4cd90e158abe5f5675 - Merge branch &apos;MarDiehl/improve-Fortran-examples&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#9b88ac225e01f016352a5f4cd90e158abe5f5675</link>
        <description>Merge branch &apos;MarDiehl/improve-Fortran-examples&apos; into &apos;main&apos;Improve Fortran examplesSee merge request petsc/petsc!8698

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Wed, 29 Oct 2025 18:59:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>01fa2b5a389f9a510f44f1b0954f2bfacf9830ed - cleanup suggestions by @BarrySmith</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#01fa2b5a389f9a510f44f1b0954f2bfacf9830ed</link>
        <description>cleanup suggestions by @BarrySmithalso noticed a few stray functions not marked as external and put theminto modules

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Fri, 10 Oct 2025 14:31:34 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>c5e229c2f66f66995aed5443a26600af2aec4a3f - place all the include statements at the top</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#c5e229c2f66f66995aed5443a26600af2aec4a3f</link>
        <description>place all the include statements at the topRepeated inclusion in multiple location, e.g. at the start of amodule or function is not needed. This becomes clear if all includes areoutside of the actual Fortran code.Added regex to check that with the help of @sbalay

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Mon, 29 Sep 2025 20:21:37 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>edb0e59d3c097acd4a4005a4e51d4daa5c739255 - Merge branch &apos;barry/2025-07-01/format-fortran-source-fprettify&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#edb0e59d3c097acd4a4005a4e51d4daa5c739255</link>
        <description>Merge branch &apos;barry/2025-07-01/format-fortran-source-fprettify&apos; into &apos;main&apos;format fortran source with fprettifySee merge request petsc/petsc!8514

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Tue, 23 Sep 2025 15:32:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4820e4ea99a084ae862a8c395f732bc7c0e1a6d0 - Run fprettify</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#4820e4ea99a084ae862a8c395f732bc7c0e1a6d0</link>
        <description>Run fprettify

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Tue, 23 Sep 2025 01:52:56 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@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/mat/tests/ex219f.F90#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/mat/tests/ex219f.F90</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/mat/tests/ex219f.F90#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/mat/tests/ex219f.F90</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>054dce49b53da0a557c3990a5053a3eaa7370d6e - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#054dce49b53da0a557c3990a5053a3eaa7370d6e</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Wed, 06 Dec 2023 05:50:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d74bca7f7555ebacdd7af8a9c65ad871a6b2b8a2 - Merge branch &apos;barry/2023-11-28/add-matsetvalueslocal-fortran/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#d74bca7f7555ebacdd7af8a9c65ad871a6b2b8a2</link>
        <description>Merge branch &apos;barry/2023-11-28/add-matsetvalueslocal-fortran/release&apos; into &apos;release&apos;Add Fortran stubs and interfaces for MatSetValuesLocal()See merge request petsc/petsc!7065

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Tue, 05 Dec 2023 00:42:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>85835d773d90c3a9d3e142b0936ecdca3fa60d34 - Add Fortran stubs and interfaces for MatSetValuesLocal()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#85835d773d90c3a9d3e142b0936ecdca3fa60d34</link>
        <description>Add Fortran stubs and interfaces for MatSetValuesLocal()

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Tue, 28 Nov 2023 14:33:16 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>540c0c32db400f3360158c3a1bc40f37060fc408 - Merge branch &apos;barry/2022-05-24/add-petsccall-fortran-examples&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#540c0c32db400f3360158c3a1bc40f37060fc408</link>
        <description>Merge branch &apos;barry/2022-05-24/add-petsccall-fortran-examples&apos; into &apos;main&apos;Update all Fortran examples to modern error checking with PetscCallXXX() wrappers around PETSc/MPI function calls.See merge request petsc/petsc!5271

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Thu, 02 Jun 2022 17:56:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d8606c274c09e255c003062beb17b1be973467bc - Add modern error checking to rest of Fortran examples</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#d8606c274c09e255c003062beb17b1be973467bc</link>
        <description>Add modern error checking to rest of Fortran examples/spend 2.5h

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Tue, 24 May 2022 19:01:41 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>12ddc87ba0da546f6ebb14e5b5ecab0859986370 - Merge branch &apos;jolivet/fix-defined-define&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#12ddc87ba0da546f6ebb14e5b5ecab0859986370</link>
        <description>Merge branch &apos;jolivet/fix-defined-define&apos; into &apos;main&apos;requires: define -&gt; requires: definedCloses #984See merge request petsc/petsc!4265

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Mon, 30 Aug 2021 16:03:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dfd57a172ac9fa6c7b5fe6de6ab5df85cefc2996 - requires: define -&gt; requires: defined</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#dfd57a172ac9fa6c7b5fe6de6ab5df85cefc2996</link>
        <description>requires: define -&gt; requires: defined

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Mon, 30 Aug 2021 16:03:21 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>3f680f6badfda356554bfa330d7a559c92dbb603 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#3f680f6badfda356554bfa330d7a559c92dbb603</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Sat, 21 Aug 2021 14:54:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>aef5aac0297e19fe4a51bd07954607ec325ee600 - Merge branch &apos;jose/release/matcreatempiaij-fortran&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#aef5aac0297e19fe4a51bd07954607ec325ee600</link>
        <description>Merge branch &apos;jose/release/matcreatempiaij-fortran&apos; into &apos;release&apos;Fix subroutine name in fortran interfaceSee merge request petsc/petsc!4242

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Wed, 18 Aug 2021 13:23:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>06946f3afd44871035458d6e99d4e4e6b2eaaa8d - Fix subroutine name in fortran interface</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#06946f3afd44871035458d6e99d4e4e6b2eaaa8d</link>
        <description>Fix subroutine name in fortran interface

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Wed, 18 Aug 2021 06:41:22 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&gt;</dc:creator>
    </item>
<item>
        <title>a8cf78f8ba7de1c454a604310d727fd2be405418 - Merge branch &apos;barry/2021-05-16/fix-double-lines&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#a8cf78f8ba7de1c454a604310d727fd2be405418</link>
        <description>Merge branch &apos;barry/2021-05-16/fix-double-lines&apos; into &apos;main&apos;Fix typos in sourceSee merge request petsc/petsc!3984

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Mon, 24 May 2021 05:08:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4e278199b78715991f5c71ebbd945c1489263e6c - Remove all double blank lines from source</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#4e278199b78715991f5c71ebbd945c1489263e6c</link>
        <description>Remove all double blank lines from sourceCommit-type: petsc-style/2h

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Sun, 16 May 2021 12:35:27 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e4a630a0958655ec9f5504d303cb6ecb3e43bd20 - Merge branch &apos;barry/2020-09-01/fix-with-log-zero&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex219f.F90#e4a630a0958655ec9f5504d303cb6ecb3e43bd20</link>
        <description>Merge branch &apos;barry/2020-09-01/fix-with-log-zero&apos; into &apos;master&apos;Clean up examples so they run correctly without warnings configured using...See merge request petsc/petsc!3193

            List of files:
            /petsc/src/mat/tests/ex219f.F90</description>
        <pubDate>Wed, 16 Sep 2020 05:51:28 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
