<?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 ex26_11.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/ex26_11.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/ex26_11.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/ex26_11.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/ex26_11.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>3bd0db69d4c0174743e18e333b733987598bc9f0 - Merge branch &apos;barry/2021-11-24/feature-plex-clearer-cells-per-rank&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex26_11.out#3bd0db69d4c0174743e18e333b733987598bc9f0</link>
        <description>Merge branch &apos;barry/2021-11-24/feature-plex-clearer-cells-per-rank&apos; into &apos;main&apos;Fix DMView_Plex_ASCII to have clearer indications of what the numbers after i-cells are (per rank)See merge request petsc/petsc!4599

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex26_11.out</description>
        <pubDate>Mon, 29 Nov 2021 17:19:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9880b8777727488c8bf1cf8abdd611990192e3d7 - Fix DMView_Plex_ASCII to have clearer indications of what the numbers after i-cells are (per rank)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex26_11.out#9880b8777727488c8bf1cf8abdd611990192e3d7</link>
        <description>Fix DMView_Plex_ASCII to have clearer indications of what the numbers after i-cells are (per rank) Update the test output filesCommit-type: debugability\spend 45m

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex26_11.out</description>
        <pubDate>Thu, 25 Nov 2021 17:00:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c20d77252dee0f9c80fc6f8b1a6f948e11175edb - Merge branch &apos;jed/promote-examples-tests-tutorials&apos; [petsc/petsc!2610]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex26_11.out#c20d77252dee0f9c80fc6f8b1a6f948e11175edb</link>
        <description>Merge branch &apos;jed/promote-examples-tests-tutorials&apos; [petsc/petsc!2610]* jed/promote-examples-tests-tutorials:  Promote examples/{tests,tutorials}/ to {tests,tutorials}/

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex26_11.out</description>
        <pubDate>Sun, 22 Mar 2020 01:49:31 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>c4762a1b19cd2af06abeed90e8f9d34fb975dd94 - Promote examples/{tests,tutorials}/ to {tests,tutorials}/</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex26_11.out#c4762a1b19cd2af06abeed90e8f9d34fb975dd94</link>
        <description>Promote examples/{tests,tutorials}/ to {tests,tutorials}/This shortens paths and improves consistency between test target namesand paths to the source and output files.  Most of the work wascompleted by this script, followed by mild cleanup of nonconformingcases.for makefile in `git ls-files &apos;src/*makefile&apos;`; do    if rg -q &apos;DIRS.*\bexamples\b&apos; $makefile; then        base=$(dirname $makefile)        dirs=$(cd $base/examples &amp;&amp; ls -d tests tutorials 2&gt;/dev/null | xargs echo)        perl -pi -e &quot;s#^(DIRS.*)\bexamples\b#\1${dirs}#&quot; $makefile        git rm $base/examples/makefile        for t in $dirs; do            git mv $base/examples/$t $base/            perl -pi -e &quot;s#^(LOCDIR[[:space:]]*=).*#\1 $base/$t/#&quot; $base/$t        done    fidonegit grep -l -E -z &apos;examples/(tutorials|tests)&apos; | xargs -0 perl -pi -e &apos;s#examples/(tutorials|tests)#\1#g&apos;git checkout @ \    src/docs/website/documentation/changes/ \    src/benchmarks/results/

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex26_11.out</description>
        <pubDate>Wed, 18 Mar 2020 15:41:21 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
</channel>
</rss>
