<?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 ex1_glvis_3d_hex_per.out</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>91e964815080decbb1bf9f4bc2f9d784941028db - Merge branch &apos;knepley/feature-plex-periodic-separation&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex1_glvis_3d_hex_per.out#91e964815080decbb1bf9f4bc2f9d784941028db</link>
        <description>Merge branch &apos;knepley/feature-plex-periodic-separation&apos; into &apos;main&apos;Fix periodicity for higher order coordinatesSee merge request petsc/petsc!5333

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex1_glvis_3d_hex_per.out</description>
        <pubDate>Tue, 28 Jun 2022 12:57:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8fb5bd83c3955fefcf33a54e3bb66920a9fa884b - Fixed examples</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex1_glvis_3d_hex_per.out#8fb5bd83c3955fefcf33a54e3bb66920a9fa884b</link>
        <description>Fixed examples

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex1_glvis_3d_hex_per.out</description>
        <pubDate>Mon, 13 Jun 2022 12:38:21 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a8662939912bccd33d28877d7c44369477604277 - Merge branch &apos;stefanozampini/fix-glvis-mfem43&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex1_glvis_3d_hex_per.out#a8662939912bccd33d28877d7c44369477604277</link>
        <description>Merge branch &apos;stefanozampini/fix-glvis-mfem43&apos; into &apos;main&apos;DMPLEX: fix GLVIS regression with mfem &gt; 4.2See merge request petsc/petsc!3755

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex1_glvis_3d_hex_per.out</description>
        <pubDate>Wed, 24 Mar 2021 18:34:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1d4815f0dddabe37e106113de1c05b2effb59878 - DMPLEX: fix GLVIS regression with mfem &gt; 4.2</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex1_glvis_3d_hex_per.out#1d4815f0dddabe37e106113de1c05b2effb59878</link>
        <description>DMPLEX: fix GLVIS regression with mfem &gt; 4.2

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex1_glvis_3d_hex_per.out</description>
        <pubDate>Tue, 23 Mar 2021 20:57:09 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/ex1_glvis_3d_hex_per.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/ex1_glvis_3d_hex_per.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/ex1_glvis_3d_hex_per.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/ex1_glvis_3d_hex_per.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>
