<?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 ex97f90.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/dm/impls/plex/tests/ex97f90.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/dm/impls/plex/tests/ex97f90.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>02c639afa00e507649aa5bac9084590bf17c181c - Fortran: enforce lower case keywords and operators</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex97f90.F90#02c639afa00e507649aa5bac9084590bf17c181c</link>
        <description>Fortran: enforce lower case keywords and operatorsalso fixed occasional capitals in used modules with the help of @prj-

            List of files:
            /petsc/src/dm/impls/plex/tests/ex97f90.F90</description>
        <pubDate>Tue, 14 Oct 2025 19:27:29 +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/dm/impls/plex/tests/ex97f90.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/dm/impls/plex/tests/ex97f90.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/dm/impls/plex/tests/ex97f90.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/dm/impls/plex/tests/ex97f90.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/dm/impls/plex/tests/ex97f90.F90#4820e4ea99a084ae862a8c395f732bc7c0e1a6d0</link>
        <description>Run fprettify

            List of files:
            /petsc/src/dm/impls/plex/tests/ex97f90.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>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex97f90.F90#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/src/dm/impls/plex/tests/ex97f90.F90</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex97f90.F90#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/src/dm/impls/plex/tests/ex97f90.F90</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&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/dm/impls/plex/tests/ex97f90.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/dm/impls/plex/tests/ex97f90.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/dm/impls/plex/tests/ex97f90.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/dm/impls/plex/tests/ex97f90.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>3f74a92befc20eaeb39901f2e4f048a9a7b2ca2a - Merge branch &apos;bourdin/fix-DMPlexGetCellType&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex97f90.F90#3f74a92befc20eaeb39901f2e4f048a9a7b2ca2a</link>
        <description>Merge branch &apos;bourdin/fix-DMPlexGetCellType&apos; into &apos;main&apos;clean up petsc-bfort.txt to map to include/petsc/finclude [and add DMPolytopeType]Closes #1227See merge request petsc/petsc!5496

            List of files:
            /petsc/src/dm/impls/plex/tests/ex97f90.F90</description>
        <pubDate>Tue, 16 Aug 2022 15:26:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3ead50e02836b3e0f420ae7d56092ac5c1313c0c - DMPlex: add tests (c, fortran) for DMPlexGetCellType()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex97f90.F90#3ead50e02836b3e0f420ae7d56092ac5c1313c0c</link>
        <description>DMPlex: add tests (c, fortran) for DMPlexGetCellType()

            List of files:
            /petsc/src/dm/impls/plex/tests/ex97f90.F90</description>
        <pubDate>Tue, 02 Aug 2022 18:44:51 +0000</pubDate>
        <dc:creator>Blaise Bourdin &lt;bourdin@mcmaster.ca&gt;</dc:creator>
    </item>
</channel>
</rss>
