<?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 ex5.out</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d441b7a2ddf9a1254572c14f06720c89bbdb0cae - Merge branch &apos;hongzh/improve-fd-coloring&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/output/ex5.out#d441b7a2ddf9a1254572c14f06720c89bbdb0cae</link>
        <description>Merge branch &apos;hongzh/improve-fd-coloring&apos; into &apos;main&apos;Add MatEliminateZerosSee merge request petsc/petsc!5816

            List of files:
            /petsc/src/ts/tests/output/ex5.out</description>
        <pubDate>Sat, 12 Nov 2022 02:22:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>252b64342529c3824a2fdde246c43ade5b67fd09 - Add tests for MatEliminateZeros</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/output/ex5.out#252b64342529c3824a2fdde246c43ade5b67fd09</link>
        <description>Add tests for MatEliminateZeros

            List of files:
            /petsc/src/ts/tests/output/ex5.out</description>
        <pubDate>Tue, 08 Nov 2022 18:14:40 +0000</pubDate>
        <dc:creator>Hong Zhang &lt;hongzhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4a3cede834b751d6d32a9d0ee3409c1bba39f67e - Merge branch &apos;barry/2020-07-04/fix-ex36-error-checking&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/output/ex5.out#4a3cede834b751d6d32a9d0ee3409c1bba39f67e</link>
        <description>Merge branch &apos;barry/2020-07-04/fix-ex36-error-checking&apos; into &apos;master&apos;Fix missing crucial error checking in one example, add trivial error checking...See merge request petsc/petsc!2954

            List of files:
            /petsc/src/ts/tests/output/ex5.out</description>
        <pubDate>Mon, 06 Jul 2020 02:03:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b5675b0fb40a1b9337ff4b50b8a320c50b3df377 - Fix missing crucial error checking in one example, add trivial error checking in many other examples. Fix a few printf() to PetscPrintf()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/output/ex5.out#b5675b0fb40a1b9337ff4b50b8a320c50b3df377</link>
        <description>Fix missing crucial error checking in one example, add trivial error checking in many other examples. Fix a few printf() to PetscPrintf()Commit-type: error-checking, testing-fix, style-fix, example/spend 45m

            List of files:
            /petsc/src/ts/tests/output/ex5.out</description>
        <pubDate>Sun, 05 Jul 2020 03:52:23 +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/ts/tests/output/ex5.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/ts/tests/output/ex5.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/ts/tests/output/ex5.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/ts/tests/output/ex5.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>
