<?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 ex201f.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/ex201f.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/ex201f.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/ex201f.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/ex201f.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>e7a95102f46630f317be643b805dc1c3f4655aeb - use modules instead of external</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex201f.F90#e7a95102f46630f317be643b805dc1c3f4655aeb</link>
        <description>use modules instead of externalthis allows for argument checking

            List of files:
            /petsc/src/mat/tests/ex201f.F90</description>
        <pubDate>Sun, 05 Oct 2025 06:54:59 +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/ex201f.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/ex201f.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/ex201f.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/ex201f.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/ex201f.F90#4820e4ea99a084ae862a8c395f732bc7c0e1a6d0</link>
        <description>Run fprettify

            List of files:
            /petsc/src/mat/tests/ex201f.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>a715530553596374fd839895a4bf91f7d48c248c - Merge branch &apos;jolivet/remove-fortran-return&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex201f.F90#a715530553596374fd839895a4bf91f7d48c248c</link>
        <description>Merge branch &apos;jolivet/remove-fortran-return&apos; into &apos;main&apos;Fortran: remove unneeded returnCloses #1564See merge request petsc/petsc!7402

            List of files:
            /petsc/src/mat/tests/ex201f.F90</description>
        <pubDate>Sat, 23 Mar 2024 15:53:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>849a9ca31659a53a9411c5c4af352e7d2edebe58 - Fortran: remove unneeded return</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex201f.F90#849a9ca31659a53a9411c5c4af352e7d2edebe58</link>
        <description>Fortran: remove unneeded return

            List of files:
            /petsc/src/mat/tests/ex201f.F90</description>
        <pubDate>Sat, 23 Mar 2024 15:53:45 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>f29281e3203248cf3e5e31f4f0f65efbba797392 - Merge branch &apos;blanca/mat-mult-hermitian-transpose-shell&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex201f.F90#f29281e3203248cf3e5e31f4f0f65efbba797392</link>
        <description>Merge branch &apos;blanca/mat-mult-hermitian-transpose-shell&apos; into &apos;main&apos;Add support for MatMultHermitianTranspose with a shell matrixSee merge request petsc/petsc!7134

            List of files:
            /petsc/src/mat/tests/ex201f.F90</description>
        <pubDate>Fri, 29 Dec 2023 19:12:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cf242a8c756e15acd5fd979028810f93cbdf4210 - Modified ex88 to test MatMultHermitianTranspose_Shell and MatMultHermitianTransposeAdd_Shell and to test with complex numbers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex201f.F90#cf242a8c756e15acd5fd979028810f93cbdf4210</link>
        <description>Modified ex88 to test MatMultHermitianTranspose_Shell and MatMultHermitianTransposeAdd_Shell and to test with complex numbers

            List of files:
            /petsc/src/mat/tests/ex201f.F90</description>
        <pubDate>Thu, 28 Dec 2023 13:11:11 +0000</pubDate>
        <dc:creator>Blanca Mellado Pinto &lt;bmelpin@dsic.upv.es&gt;</dc:creator>
    </item>
<item>
        <title>f8e07d23ddf66943c8ff1b4ce09eace82a62b995 - Add support for MatMultHermitianTranspose with a shell matrix</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex201f.F90#f8e07d23ddf66943c8ff1b4ce09eace82a62b995</link>
        <description>Add support for MatMultHermitianTranspose with a shell matrix

            List of files:
            /petsc/src/mat/tests/ex201f.F90</description>
        <pubDate>Thu, 21 Dec 2023 13:47:59 +0000</pubDate>
        <dc:creator>Blanca Mellado Pinto &lt;bmelpin@dsic.upv.es&gt;</dc:creator>
    </item>
<item>
        <title>c72397d74963019eebd0a51b0fec8af9ea837220 - Merge branch &apos;barry/2023-05-14/add-fortran-petsccheck&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex201f.F90#c72397d74963019eebd0a51b0fec8af9ea837220</link>
        <description>Merge branch &apos;barry/2023-05-14/add-fortran-petsccheck&apos; into &apos;main&apos;Add PetscCheck() and PetscCheckA() for FortranSee merge request petsc/petsc!6464

            List of files:
            /petsc/src/mat/tests/ex201f.F90</description>
        <pubDate>Thu, 25 May 2023 02:39:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dcb3e68992f1c4897946af7e8406e2b4165e50f2 - Add PetscCheck() and PetscCheckA() for Fortran</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex201f.F90#dcb3e68992f1c4897946af7e8406e2b4165e50f2</link>
        <description>Add PetscCheck() and PetscCheckA() for FortranAlso fix incorrect use of &quot; in Fortran examples that should be &apos;

            List of files:
            /petsc/src/mat/tests/ex201f.F90</description>
        <pubDate>Sun, 14 May 2023 20:59:22 +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/ex201f.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/ex201f.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/ex201f.F90#d8606c274c09e255c003062beb17b1be973467bc</link>
        <description>Add modern error checking to rest of Fortran examples/spend 2.5h

            List of files:
            /petsc/src/mat/tests/ex201f.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>
</channel>
</rss>
