<?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 mpiaijsbaij.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>a289a2f2dff3362f6bfc0c874680f4e4d851e010 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#a289a2f2dff3362f6bfc0c874680f4e4d851e010</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Tue, 25 Nov 2025 15:50:30 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>94ab5c2817ab89d51703ed1ff8a36a8ef861edce - Merge branch &apos;jolivet/minor-fixes&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#94ab5c2817ab89d51703ed1ff8a36a8ef861edce</link>
        <description>Merge branch &apos;jolivet/minor-fixes&apos; into &apos;release&apos;Minor fixesSee merge request petsc/petsc!8852

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Fri, 21 Nov 2025 07:29:11 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e8c0849ab8fe171bed529bea27238c9b402db591 - Merge branch &apos;barry/2025-10-18/optimize-aij-ops&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#e8c0849ab8fe171bed529bea27238c9b402db591</link>
        <description>Merge branch &apos;barry/2025-10-18/optimize-aij-ops&apos; into &apos;main&apos;Refactor handling of diagonal marking in *AIJ and SELL matricesSee merge request petsc/petsc!8797

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Thu, 20 Nov 2025 18:32:32 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>421480d92be24cdb9933c60510b8e175c0a8d034 - - Replace MatMissingDiagonal() and MatMarkDiagonals_SeqXXX() with MatGetDiagonalMarkers_SeqXXX()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#421480d92be24cdb9933c60510b8e175c0a8d034</link>
        <description>- Replace MatMissingDiagonal() and MatMarkDiagonals_SeqXXX() with MatGetDiagonalMarkers_SeqXXX()    - Mat_SeqXXX-&gt;diag is not automatically created during MatAssemblyEnd() saving memory and time    - Accessing Mat_SeqXXX-&gt;diag now requires the use of MatGetDiagonalMarkers_SeqXXX() except when the current values are known to be correct; for example during numerical factorizations and solves    - Mat_SeqXXX-&gt;diag is now never shared among matrices; hence the free_diag flag is gone. That was always a risky proposition since any of the owning matrices could chang the values thus making them incorrect for other owners.

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Sun, 19 Oct 2025 04:43:08 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2b2f8cc64c4d641dee51489080ebf7b621c24cc6 - Minor fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#2b2f8cc64c4d641dee51489080ebf7b621c24cc6</link>
        <description>Minor fixes

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Fri, 14 Nov 2025 19:53:21 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/sbaij/mpi/mpiaijsbaij.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/sbaij/mpi/mpiaijsbaij.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/sbaij/mpi/mpiaijsbaij.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/sbaij/mpi/mpiaijsbaij.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>4f037aad63b0dd02ec302d96e63d16a2808e7a1f - Merge branch &apos;stefanozampini/bs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.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/sbaij/mpi/mpiaijsbaij.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/sbaij/mpi/mpiaijsbaij.c#58b7e2c12831107add2e7d2083637d9d213c57af</link>
        <description>PetscLayout: default block size 1

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.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>3531e58460127287163dcc8e4132a2df525e39a6 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#3531e58460127287163dcc8e4132a2df525e39a6</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Fri, 03 Jan 2025 20:11:55 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f4f5f0af1ce83af575ab0758ab8b415824590369 - Merge branch &apos;lindad/mpi-fix-reset-preallocation&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#f4f5f0af1ce83af575ab0758ab8b415824590369</link>
        <description>Merge branch &apos;lindad/mpi-fix-reset-preallocation&apos; into &apos;release&apos;Fix MatResetPreallocation_MPIAIJSee merge request petsc/petsc!8063

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Fri, 03 Jan 2025 15:58:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>eb14dd146a89a5ef91eac0ce18ce74e06f74fd1f - Fix MatResetPreallocation_MPIAIJ</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#eb14dd146a89a5ef91eac0ce18ce74e06f74fd1f</link>
        <description>Fix MatResetPreallocation_MPIAIJPer Barry&apos;s suggesetion I inserted a `MatDisAssemble` whichimmediately fixed my issue. I will work on adding a test

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Fri, 20 Dec 2024 23:39:01 +0000</pubDate>
        <dc:creator>Alex Lindsay &lt;alexlindsay239@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4 - Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4</link>
        <description>Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;Remove first and last empty linesSee merge request petsc/petsc!6892

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>92bec4eefde5b79327e7cea3b0266e7580ec8183 - Remove first and last empty lines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:22 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>31d78bcd2b98084dc1368b20eb1129c8b9fb39fe - Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#31d78bcd2b98084dc1368b20eb1129c8b9fb39fe</link>
        <description>Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;Feature: Non-discardable PetscErrorCodeSee merge request petsc/petsc!5923

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Thu, 02 Feb 2023 20:39:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3ba1676111f5c958fe6c2729b46ca4d523958bb3 - Make PetscErrorCode a non-discardable enum</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Sat, 10 Dec 2022 18:29:11 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>185d47734d5f8c0894d02065925431f01e51b041 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#185d47734d5f8c0894d02065925431f01e51b041</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Fri, 09 Dec 2022 17:44:55 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9f218844d30a99e60fd0a12da849abe2953738c3 - Merge branch &apos;barry/2022-11-29/barry/2022-11-29/fix-matconvert-baij-aij/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#9f218844d30a99e60fd0a12da849abe2953738c3</link>
        <description>Merge branch &apos;barry/2022-11-29/barry/2022-11-29/fix-matconvert-baij-aij/release&apos; into &apos;release&apos;fix matconvert aij to baij to correctly check for any nonzero in a block. fix matincreaseoverlap aij to respect bs in ISSee merge request petsc/petsc!5897

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Thu, 08 Dec 2022 13:45:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5a2b941a067460f1413906959f39f3d46069d33b - Fix for preallocation with incomplete blocks for MatConvert_AIJ_SBAIJ</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#5a2b941a067460f1413906959f39f3d46069d33b</link>
        <description>Fix for preallocation with incomplete blocks for MatConvert_AIJ_SBAIJCommit-type: bug-fix/spend 2hReported-by: Pierre Jolivet

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Mon, 05 Dec 2022 14:48:28 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>061e922f3926be00487707c73b78dd3d40309129 - Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c#061e922f3926be00487707c73b78dd3d40309129</link>
        <description>Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;Feature: Bicycle Storage Facility 2See merge request petsc/petsc!5661

            List of files:
            /petsc/src/mat/impls/sbaij/mpi/mpiaijsbaij.c</description>
        <pubDate>Thu, 22 Sep 2022 02:09:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
