<?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 ex303.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>834855d6effb0d027771461c8e947ee1ce5a1e17 - Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex303.c#834855d6effb0d027771461c8e947ee1ce5a1e17</link>
        <description>Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;clang-format-21See merge request petsc/petsc!8202

            List of files:
            /petsc/src/mat/tests/ex303.c</description>
        <pubDate>Wed, 27 Aug 2025 20:14:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ac530a7e429a3ef5a9263376acf6071236a5db98 - Remove unnecessary braces around one-liners</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex303.c#ac530a7e429a3ef5a9263376acf6071236a5db98</link>
        <description>Remove unnecessary braces around one-linersgit grep -lE &quot;[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$&quot; -- &apos;*.c&apos; &apos;*.cxx&apos; &apos;*.cu&apos; &apos;*.h&apos; &apos;*.hpp&apos; &apos;*.cpp&apos; | xargs sed -i &apos;&apos; -E &apos;s#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#&apos;

            List of files:
            /petsc/src/mat/tests/ex303.c</description>
        <pubDate>Tue, 03 Jun 2025 13:10:33 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>3a7d0413a690b3ac55568f51e4c3dc23a888f57d - One-liners from petsc/petsc!5344 and petsc/petsc!5557</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex303.c#3a7d0413a690b3ac55568f51e4c3dc23a888f57d</link>
        <description>One-liners from petsc/petsc!5344 and petsc/petsc!5557Slightly reworked regular expressiongit ls-files -z -- &apos;*.c&apos; &apos;*.cxx&apos; &apos;*.cu&apos; &apos;*.h&apos; &apos;*.hpp&apos; &apos;*.cpp&apos; | while IFS= read -r -d &apos;&apos; file; do    cat $file | tr &apos;\n&apos; &apos;\r&apos; | sed -E &apos;s/\r([ ]*)(for|if|while|else) ([^\r]*)\{\r[ ]*Petsc([a-zA-Z]*)\(([^\r]*)\);\r[ ]*\}\r/\r\1\2 \3Petsc\4(\5);\r/g&apos; | tr &apos;\r&apos; &apos;\n&apos; &gt; ${file}.joe; mv ${file}.joe ${file}done

            List of files:
            /petsc/src/mat/tests/ex303.c</description>
        <pubDate>Mon, 12 May 2025 18:15:37 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>f73bfc444f01cd53364f186d523b473a6ee5b07a - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex303.c#f73bfc444f01cd53364f186d523b473a6ee5b07a</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/tests/ex303.c</description>
        <pubDate>Tue, 15 Jul 2025 02:55:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1d70d49e0ec2a3a1b52c51532a54f3645040966f - Merge branch &apos;jczhang/2025-07-01/fix-MatCreateMPIAIJWithSeqAIJ-device&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex303.c#1d70d49e0ec2a3a1b52c51532a54f3645040966f</link>
        <description>Merge branch &apos;jczhang/2025-07-01/fix-MatCreateMPIAIJWithSeqAIJ-device&apos; into &apos;release&apos;Fix bugs related to MatCreateMPIAIJWithSeqAIJSee merge request petsc/petsc!8524

            List of files:
            /petsc/src/mat/tests/ex303.c</description>
        <pubDate>Fri, 11 Jul 2025 20:40:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f0c227fb9e7ece2f21a83203a567dc40969a87c2 - test: enhance the test for MatCreateMPIAIJWithSeqAIJ</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex303.c#f0c227fb9e7ece2f21a83203a567dc40969a87c2</link>
        <description>test: enhance the test for MatCreateMPIAIJWithSeqAIJ

            List of files:
            /petsc/src/mat/tests/ex303.c</description>
        <pubDate>Thu, 03 Jul 2025 21:14:13 +0000</pubDate>
        <dc:creator>Junchao Zhang &lt;jczhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>23386071a3c0abcd54fc2a6f38cff7dacf103a83 - Merge branch &apos;stevendargaville/mat-kokkoscreatedevice&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex303.c#23386071a3c0abcd54fc2a6f38cff7dacf103a83</link>
        <description>Merge branch &apos;stevendargaville/mat-kokkoscreatedevice&apos; into &apos;main&apos;Added new API calls to allow kokkos matrices to be built with no host preallocationSee merge request petsc/petsc!8206

            List of files:
            /petsc/src/mat/tests/ex303.c</description>
        <pubDate>Thu, 20 Mar 2025 13:52:35 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c0c276a7a9f347b22187dda26ae7d35d5b9ed8a2 - Changes to allow building gpu matrices on the device.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/tests/ex303.c#c0c276a7a9f347b22187dda26ae7d35d5b9ed8a2</link>
        <description>Changes to allow building gpu matrices on the device.Changed MatCreateMPIAIJWithSeqAIJ() so global sizes must be given to prevent reduction.Changed MatCreateMPIAIJWithSeqAIJ() so B can be passed in with local indices, hence no compactification occurs.Added MatCreateSeqAIJKokkosWithKokkosViews() which creates a Mat with no preallocation on the host.Added test that checks building kokkos matrices without any host preallocation

            List of files:
            /petsc/src/mat/tests/ex303.c</description>
        <pubDate>Thu, 20 Mar 2025 02:35:11 +0000</pubDate>
        <dc:creator>sdargavi &lt;s.dargaville@imperial.ac.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
