<?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 hem.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/graphops/coarsen/impls/hem/hem.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/graphops/coarsen/impls/hem/hem.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/graphops/coarsen/impls/hem/hem.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/graphops/coarsen/impls/hem/hem.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/graphops/coarsen/impls/hem/hem.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/graphops/coarsen/impls/hem/hem.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>bcda9346efad4e5ba2d553af84eb238771ba1e25 - Merge branch &apos;MarDiehl/fix-typo&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#bcda9346efad4e5ba2d553af84eb238771ba1e25</link>
        <description>Merge branch &apos;MarDiehl/fix-typo&apos; into &apos;main&apos;missing &quot;s&quot; for isascii and issundialsSee merge request petsc/petsc!8559

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Wed, 27 Aug 2025 20:05:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9f196a0264fbaf0568fead3a30c861c7ae4cf663 - missing &quot;s&quot; for isascii and issundials</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#9f196a0264fbaf0568fead3a30c861c7ae4cf663</link>
        <description>missing &quot;s&quot; for isascii and issundials

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Thu, 17 Jul 2025 22:45:54 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>be37439ebbbdb2f81c3420c175a94aa72e59929c - Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#be37439ebbbdb2f81c3420c175a94aa72e59929c</link>
        <description>Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;Remove useless castSee merge request petsc/petsc!7894

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Mon, 21 Oct 2024 21:59:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>835f2295474254850a9de28f274be7ce943244c7 - Brain dead fixes for useless casts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#835f2295474254850a9de28f274be7ce943244c7</link>
        <description>Brain dead fixes for useless casts

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Sat, 05 Oct 2024 11:54:52 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d0e6bf2ad94dcc89b258ce16c7987200a4714786 - Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#d0e6bf2ad94dcc89b258ce16c7987200a4714786</link>
        <description>Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;clang-format-19See merge request petsc/petsc!7644

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Wed, 25 Sep 2024 06:44:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>57508ece14a6b1339c0bbf016ecd72f673a062b0 - Remove unneeded parentheses</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#57508ece14a6b1339c0bbf016ecd72f673a062b0</link>
        <description>Remove unneeded parentheses

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Tue, 17 Sep 2024 23:49:15 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>c3e1cf4fec6e4cdb4c624a48b65371f606a80f7e - Merge branch &apos;barry/2024-09-18/fix-some-clang-tidy&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#c3e1cf4fec6e4cdb4c624a48b65371f606a80f7e</link>
        <description>Merge branch &apos;barry/2024-09-18/fix-some-clang-tidy&apos; into &apos;main&apos;Fix some code issues exposed by make clang-tidySee merge request petsc/petsc!7845

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Tue, 24 Sep 2024 17:06:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>63bfac88ce6c2e62a60ccde892d63a6505237436 - Fix some code issues exposed by make clang-tidy</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#63bfac88ce6c2e62a60ccde892d63a6505237436</link>
        <description>Fix some code issues exposed by make clang-tidy

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Tue, 24 Sep 2024 17:06:40 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d8e47b638cf8f604a99e9678e1df24f82d959cd7 - Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#d8e47b638cf8f604a99e9678e1df24f82d959cd7</link>
        <description>Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;Compiler finds (and forbid) casts from higher precision integers to lowerSee merge request petsc/petsc!7806

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Tue, 17 Sep 2024 21:30:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>462c564db5c15796f1f07c2b71ff29812cdd1aad - Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#462c564db5c15796f1f07c2b71ff29812cdd1aad</link>
        <description>Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()Introduce MPIU_Count to be used when MPI_Count is not available

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Sat, 14 Sep 2024 12:41:22 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6497c311e7b976d467be1503c1effce92a60525c - Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#6497c311e7b976d467be1503c1effce92a60525c</link>
        <description>Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]Also fix the code to repository to compile cleanly with these flags in the CI

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Sun, 25 Aug 2024 03:44:46 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0062f871983a63f49e6f0d2ab37969d3e8074e10 - Merge branch &apos;barry/2024-06-05/fix-matcoarsen-view-mis&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#0062f871983a63f49e6f0d2ab37969d3e8074e10</link>
        <description>Merge branch &apos;barry/2024-06-05/fix-matcoarsen-view-mis&apos; into &apos;main&apos;Fix bug where MatCoarsenView crashes when the coarsen object is incompleteSee merge request petsc/petsc!7612

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Sun, 09 Jun 2024 14:58:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c376f20159d3803db20ebe05eb9e37aeb32c4301 - minor cleanup of MatCoarsen implementations</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#c376f20159d3803db20ebe05eb9e37aeb32c4301</link>
        <description>minor cleanup of MatCoarsen implementations

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Wed, 05 Jun 2024 18:30:47 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bfa5bdfcc7173ebd78e48dccd25ffec68191c77a - Fix bug where MatCoarsenView crashes when the coarsen object is incomplete</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#bfa5bdfcc7173ebd78e48dccd25ffec68191c77a</link>
        <description>Fix bug where MatCoarsenView crashes when the coarsen object is incompleteReported-by: Eric Chamberland

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Wed, 05 Jun 2024 15:50:05 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>949a929d758b29afb9d3f7526570c354e38f38ff - Merge branch &apos;barry/2024-05-24/gamg-minor-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#949a929d758b29afb9d3f7526570c354e38f38ff</link>
        <description>Merge branch &apos;barry/2024-05-24/gamg-minor-cleanup&apos; into &apos;main&apos;Barry/2024 05 24/gamg minor cleanupSee merge request petsc/petsc!7574

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Sat, 01 Jun 2024 03:56:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e0b7e82fd3cf27fce84cc3e37e8d70a5c36a2d4e - Minor cleanup of GAMG code for main</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#e0b7e82fd3cf27fce84cc3e37e8d70a5c36a2d4e</link>
        <description>Minor cleanup of GAMG code for main

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Fri, 17 May 2024 01:42:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a4cdeec65743400f9a1d882d3c1bbcfbf6661929 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/graphops/coarsen/impls/hem/hem.c#a4cdeec65743400f9a1d882d3c1bbcfbf6661929</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/graphops/coarsen/impls/hem/hem.c</description>
        <pubDate>Tue, 09 Apr 2024 04:06:07 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
