<?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 ex261.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>609caa7c8c030312b00807b4f015fd827bb80932 - Merge branch &apos;jolivet/rm-explicit-empty-output_file&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex261.c#609caa7c8c030312b00807b4f015fd827bb80932</link>
        <description>Merge branch &apos;jolivet/rm-explicit-empty-output_file&apos; into &apos;main&apos;Remove 535 empty .out and consolidate the use of output/empty.outSee merge request petsc/petsc!8538

            List of files:
            /petsc/src/mat/tests/ex261.c</description>
        <pubDate>Sat, 19 Jul 2025 04:14:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>61c8d4ed94f37c13af459aa1b8bd670fce1ab5da - Minor style fix</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex261.c#61c8d4ed94f37c13af459aa1b8bd670fce1ab5da</link>
        <description>Minor style fix

            List of files:
            /petsc/src/mat/tests/ex261.c</description>
        <pubDate>Thu, 10 Jul 2025 05:49:01 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>61d8dfa2987ba1787c4f9cdc462af103391b5176 - Merge branch &apos;jolivet/fix-checkbadSource&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex261.c#61d8dfa2987ba1787c4f9cdc462af103391b5176</link>
        <description>Merge branch &apos;jolivet/fix-checkbadSource&apos; into &apos;main&apos;Improve checkbadSourceSee merge request petsc/petsc!7168

            List of files:
            /petsc/src/mat/tests/ex261.c</description>
        <pubDate>Tue, 09 Jan 2024 01:29:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4c0734734d58d4ca034ce314f11017fb06cebca7 - New &quot;Extra comma in test harness rules&quot; in checkbadSource</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex261.c#4c0734734d58d4ca034ce314f11017fb06cebca7</link>
        <description>New &quot;Extra comma in test harness rules&quot; in checkbadSource

            List of files:
            /petsc/src/mat/tests/ex261.c</description>
        <pubDate>Mon, 08 Jan 2024 07:28:09 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>ad4c700a6ebc38b60b2fdd96cddbb3030870786f - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex261.c#ad4c700a6ebc38b60b2fdd96cddbb3030870786f</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/tests/ex261.c</description>
        <pubDate>Wed, 04 Oct 2023 19:33:55 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4c755a4e6b77882c8eeb8a21811737cd075cb90a - Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex261.c#4c755a4e6b77882c8eeb8a21811737cd075cb90a</link>
        <description>Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;Fix typosSee merge request petsc/petsc!6908

            List of files:
            /petsc/src/mat/tests/ex261.c</description>
        <pubDate>Wed, 04 Oct 2023 19:32:32 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>baca6076736e385493fd849a2765fd1676cb8d6d - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex261.c#baca6076736e385493fd849a2765fd1676cb8d6d</link>
        <description>Fix typos

            List of files:
            /petsc/src/mat/tests/ex261.c</description>
        <pubDate>Wed, 04 Oct 2023 05:09:37 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>eef0bda4f6dfa5a9373b3c0d827b532648c49344 - Merge branch &apos;jacobf/2023-06-13/mat-vec-more-cupm-functions&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex261.c#eef0bda4f6dfa5a9373b3c0d827b532648c49344</link>
        <description>Merge branch &apos;jacobf/2023-06-13/mat-vec-more-cupm-functions&apos; into &apos;main&apos;Add Some Missing Vec/Mat CUPM FunctionsCloses #1399See merge request petsc/petsc!6596

            List of files:
            /petsc/src/mat/tests/ex261.c</description>
        <pubDate>Fri, 30 Jun 2023 17:03:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>14277c9297e98638593654668ce43885242b9940 - Add MatGetDiagonal_CUPM</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex261.c#14277c9297e98638593654668ce43885242b9940</link>
        <description>Add MatGetDiagonal_CUPM

            List of files:
            /petsc/src/mat/tests/ex261.c</description>
        <pubDate>Wed, 14 Jun 2023 14:13:11 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
