<?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 ex98f90_0.out</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d8e47b638cf8f604a99e9678e1df24f82d959cd7 - Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex98f90_0.out#d8e47b638cf8f604a99e9678e1df24f82d959cd7</link>
        <description>Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;Compiler finds (and forbid) casts from higher precision integers to lowerSee merge request petsc/petsc!7806

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex98f90_0.out</description>
        <pubDate>Tue, 17 Sep 2024 21:30:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f27199774a293957487dc51dc1b3c244436ab35f - Viwering PetscSection displays dof as dim in the ASCII files, fix to dof</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex98f90_0.out#f27199774a293957487dc51dc1b3c244436ab35f</link>
        <description>Viwering PetscSection displays dof as dim in the ASCII files, fix to dof

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex98f90_0.out</description>
        <pubDate>Mon, 09 Sep 2024 17:39:31 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4185d930e4000d4a95f30e60e47f311de2d88091 - Merge branch &apos;jrwrigh/dm_box_label&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex98f90_0.out#4185d930e4000d4a95f30e60e47f311de2d88091</link>
        <description>Merge branch &apos;jrwrigh/dm_box_label&apos; into &apos;main&apos;Plex: Add box labeling to simplex, input meshesSee merge request petsc/petsc!7741

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex98f90_0.out</description>
        <pubDate>Fri, 16 Aug 2024 14:48:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>281879d4f927b15179593b3ebc041d367c1a01e5 - plex: Print out labels in sorted stratum order</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex98f90_0.out#281879d4f927b15179593b3ebc041d367c1a01e5</link>
        <description>plex: Print out labels in sorted stratum order

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex98f90_0.out</description>
        <pubDate>Mon, 05 Aug 2024 20:25:48 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>164282b9d102bb1106e8a7ca89d76be0b72057fd - Merge branch &apos;stefanozampini/dmplexforest&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex98f90_0.out#164282b9d102bb1106e8a7ca89d76be0b72057fd</link>
        <description>Merge branch &apos;stefanozampini/dmplexforest&apos; into &apos;main&apos;Updates to DMPLEX and DMFORESTSee merge request petsc/petsc!7217

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex98f90_0.out</description>
        <pubDate>Tue, 23 Jan 2024 16:28:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4cd8913c6b18d28f22bb2352153f4333a33059b1 - PetscSection: propagate field names to global section</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex98f90_0.out#4cd8913c6b18d28f22bb2352153f4333a33059b1</link>
        <description>PetscSection: propagate field names to global sectionview names at View time, update outputs

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex98f90_0.out</description>
        <pubDate>Mon, 15 Jan 2024 11:08:54 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ea6aeaedcc246f855a184de6498a067639118adc - Merge branch &apos;bourdin/FieldConstraint-bindings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex98f90_0.out#ea6aeaedcc246f855a184de6498a067639118adc</link>
        <description>Merge branch &apos;bourdin/FieldConstraint-bindings&apos; into &apos;main&apos;add F90 bindings for PetscSection[Set/Get/Restore]FieldConstraintIndicesF90See merge request petsc/petsc!5485

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex98f90_0.out</description>
        <pubDate>Tue, 16 Aug 2022 15:26:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fa58d8a17bbdb284e6a18085aa9d636292082ed2 - Add tests (c,fortran) for FEM layout with constraints</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex98f90_0.out#fa58d8a17bbdb284e6a18085aa9d636292082ed2</link>
        <description>Add tests (c,fortran) for FEM layout with constraintswith a small test mesh

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex98f90_0.out</description>
        <pubDate>Mon, 15 Aug 2022 16:55:02 +0000</pubDate>
        <dc:creator>Blaise Bourdin &lt;bourdin@mcmaster.ca&gt;</dc:creator>
    </item>
</channel>
</rss>
