<?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 ex3_bdm1q_2d_1.out</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>8bb017ffcc0d5db48d29273e20a6f8d6e30b0a0e - Merge branch &apos;tisaac/feature-dual-space-rework&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex3_bdm1q_2d_1.out#8bb017ffcc0d5db48d29273e20a6f8d6e30b0a0e</link>
        <description>Merge branch &apos;tisaac/feature-dual-space-rework&apos; into &apos;master&apos;Rework PetscDualSpaceSee merge request petsc/petsc!2399

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex3_bdm1q_2d_1.out</description>
        <pubDate>Mon, 30 Mar 2020 00:18:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1b3f5f3c36c855482493687608e18d2569d5d040 - Update that bdmq1 test is fixed</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex3_bdm1q_2d_1.out#1b3f5f3c36c855482493687608e18d2569d5d040</link>
        <description>Update that bdmq1 test is fixed

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex3_bdm1q_2d_1.out</description>
        <pubDate>Fri, 27 Mar 2020 01:57:26 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;tisaac@cc.gatech.edu&gt;</dc:creator>
    </item>
<item>
        <title>3b7b15c8766e78547ffd6499270b174007d0bd33 - Merge branch &apos;knepley/feature-dm-remove-hybrid&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex3_bdm1q_2d_1.out#3b7b15c8766e78547ffd6499270b174007d0bd33</link>
        <description>Merge branch &apos;knepley/feature-dm-remove-hybrid&apos; into &apos;master&apos;Knepley/feature dm remove hybridSee merge request petsc/petsc!2614

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex3_bdm1q_2d_1.out</description>
        <pubDate>Thu, 26 Mar 2020 23:49:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>54fcfd0cd9e0b528eddf17b6a03728eb052cdf36 - DM+Plex: Example Fixes for cell type rewrite</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/output/ex3_bdm1q_2d_1.out#54fcfd0cd9e0b528eddf17b6a03728eb052cdf36</link>
        <description>DM+Plex: Example Fixes for cell type rewrite

            List of files:
            /petsc/src/dm/impls/plex/tests/output/ex3_bdm1q_2d_1.out</description>
        <pubDate>Tue, 03 Mar 2020 13:29:53 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@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/ex3_bdm1q_2d_1.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/ex3_bdm1q_2d_1.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/ex3_bdm1q_2d_1.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/ex3_bdm1q_2d_1.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>
