<?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 normmh.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>8bb6a241cc2b8f6ed3ced698b43bc00095eff8a0 - Merge branch &apos;jolivet/consolidate-options&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#8bb6a241cc2b8f6ed3ced698b43bc00095eff8a0</link>
        <description>Merge branch &apos;jolivet/consolidate-options&apos; into &apos;main&apos;Consolidate MAT_HERMITIAN and MAT_SYMMETRIC optionsSee merge request petsc/petsc!8856

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Wed, 03 Dec 2025 16:56:35 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b0c98d1d8bc8fbb369fd6b04fbfd2a9276aa7d86 - Rework MAT_SYMMETRIC and MAT_HERMITIAN options</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#b0c98d1d8bc8fbb369fd6b04fbfd2a9276aa7d86</link>
        <description>Rework MAT_SYMMETRIC and MAT_HERMITIAN options

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Fri, 14 Nov 2025 08:07:08 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>93e25d6acf45ade23010027ed09260f2a019aea3 - Merge branch &apos;jolivet/pchpddm-check-user-parameter&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#93e25d6acf45ade23010027ed09260f2a019aea3</link>
        <description>Merge branch &apos;jolivet/pchpddm-check-user-parameter&apos; into &apos;main&apos;PCHPDDM: check --with-debugging that -pc_hpddm_has_neumann is correctSee merge request petsc/petsc!8729

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Sat, 27 Sep 2025 14:11:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>353cda3413846aef31946252e2549142171b1ea4 - MatNormal[Hermitian]: add support for shifts and scales in MatConvert()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#353cda3413846aef31946252e2549142171b1ea4</link>
        <description>MatNormal[Hermitian]: add support for shifts and scales in MatConvert()

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Thu, 25 Sep 2025 19:22:04 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>2286efddd54511ab18e8e2adb1e023c4bf8f0b92 - Merge branch &apos;barry/2025-07-30/fix-matshellsetoperationarg&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#2286efddd54511ab18e8e2adb1e023c4bf8f0b92</link>
        <description>Merge branch &apos;barry/2025-07-30/fix-matshellsetoperationarg&apos; into &apos;main&apos;Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFnSee merge request petsc/petsc!8615

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Thu, 25 Sep 2025 13:44:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>57d508425293f0bb93f59574d14951d8faac9af8 - Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#57d508425293f0bb93f59574d14951d8faac9af8</link>
        <description>Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Thu, 31 Jul 2025 01:09:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<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/impls/normal/normmh.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/impls/normal/normmh.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/impls/normal/normmh.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/impls/normal/normmh.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>8aa39e1bf17a5ea28fa0458095c26b0a3b4f2478 - Merge branch &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#8aa39e1bf17a5ea28fa0458095c26b0a3b4f2478</link>
        <description>Merge branch &apos;release&apos;

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Mon, 30 Jun 2025 19:34:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1243ecb7ebef10e1e3a7c18ceca5f10155232b19 - Merge branch &apos;jolivet/fix-matnormal-bs&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#1243ecb7ebef10e1e3a7c18ceca5f10155232b19</link>
        <description>Merge branch &apos;jolivet/fix-matnormal-bs&apos; into &apos;release&apos;MATNORMAL[HERMITIAN]: fix block sizeSee merge request petsc/petsc!8496

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Mon, 30 Jun 2025 14:56:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b4903688bde6e953d70c94a7aab185954f4feab8 - MATNORMAL[HERMITIAN]: fix block size</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#b4903688bde6e953d70c94a7aab185954f4feab8</link>
        <description>MATNORMAL[HERMITIAN]: fix block size

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Thu, 26 Jun 2025 04:31:58 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>6bfab51239a1d021a2781a42e04752bb50d6082e - Merge branch &apos;barry/2025-04-20/docs-linear-regressor-in-ksp&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#6bfab51239a1d021a2781a42e04752bb50d6082e</link>
        <description>Merge branch &apos;barry/2025-04-20/docs-linear-regressor-in-ksp&apos; into &apos;main&apos;Mention linear regressor in KSP docs and KSP usage from linear regressorSee merge request petsc/petsc!8334

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Mon, 28 Apr 2025 16:30:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>789736e13dc7600624280f2f1d112db076e5d354 - Mention linear regressor in KSP docs and KSP usage from linear regressor</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#789736e13dc7600624280f2f1d112db076e5d354</link>
        <description>Mention linear regressor in KSP docs and KSP usage from linear regressor

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Sun, 20 Apr 2025 18:45:28 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4f037aad63b0dd02ec302d96e63d16a2808e7a1f - Merge branch &apos;stefanozampini/bs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#4f037aad63b0dd02ec302d96e63d16a2808e7a1f</link>
        <description>Merge branch &apos;stefanozampini/bs&apos; into &apos;main&apos;PetscLayout: set default block size to 1See merge request petsc/petsc!8226

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Thu, 27 Mar 2025 23:45:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>58b7e2c12831107add2e7d2083637d9d213c57af - PetscLayout: default block size 1</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#58b7e2c12831107add2e7d2083637d9d213c57af</link>
        <description>PetscLayout: default block size 1

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Sun, 23 Mar 2025 08:02:32 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d053ff777b70f99c45c83388a4fc6d04af7bc6bf - Merge branch &apos;jolivet/remove-unneeded-mpicast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#d053ff777b70f99c45c83388a4fc6d04af7bc6bf</link>
        <description>Merge branch &apos;jolivet/remove-unneeded-mpicast&apos; into &apos;main&apos;Remove unneeded PetscMPIIntCast() for routines using PetscCountCloses #1661See merge request petsc/petsc!8099

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Mon, 27 Jan 2025 15:43:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e91c04dfc8a52dee1965211bb1cc8e5bf775178f - Remove unneeded PetscMPIIntCast() for routines using PetscCount</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/normal/normmh.c#e91c04dfc8a52dee1965211bb1cc8e5bf775178f</link>
        <description>Remove unneeded PetscMPIIntCast() for routines using PetscCountFix #1661

            List of files:
            /petsc/src/mat/impls/normal/normmh.c</description>
        <pubDate>Sun, 26 Jan 2025 19:57:29 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/impls/normal/normmh.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/impls/normal/normmh.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/impls/normal/normmh.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/impls/normal/normmh.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/impls/normal/normmh.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/impls/normal/normmh.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>
</channel>
</rss>
