<?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 matis.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>4e8208cbcbc709572b8abe32f33c78b69c819375 - Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#4e8208cbcbc709572b8abe32f33c78b69c819375</link>
        <description>Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;Fortran generation of interface definitions for functions that take and return context variables  (void *ctx and PetCtx ctx)See merge request petsc/petsc!8956

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Sat, 31 Jan 2026 18:41:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2a8381b23c702518c6b1ccbeafee50b9375df0e4 - Add automatic generated fortran support for setting and returning contexts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#2a8381b23c702518c6b1ccbeafee50b9375df0e4</link>
        <description>Add automatic generated fortran support for setting and returning contextsMajor cleanup of the code for setting and returning application (previously called user) contexts  - PetscCtx ctx is now the standard for passing in contexts  - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFnBoth of these are typedef to void*Also removed most use of user and userctx for context arguments now consistently named ctxImproved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Tue, 13 Jan 2026 04:45:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@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/is/matis.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/is/matis.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/is/matis.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/is/matis.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>8577b683712d1cca1e9b8fdaa9ae028364224dad - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#8577b683712d1cca1e9b8fdaa9ae028364224dad</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Sun, 05 Oct 2025 14:21:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ac1023abb1fd95b1d29ac41688dd6b9c097355c1 - Merge branch &apos;stefanozampini/fix-matis-localsubmat-blocked&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#ac1023abb1fd95b1d29ac41688dd6b9c097355c1</link>
        <description>Merge branch &apos;stefanozampini/fix-matis-localsubmat-blocked&apos; into &apos;release&apos;MATIS: fix SetValuesBlocked for submatrixSee merge request petsc/petsc!8754

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Fri, 03 Oct 2025 05:07:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>076fee3429acdf5e802b065fe653628f00b92f71 - MATIS: fix SetValuesBlocked for submatrix</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#076fee3429acdf5e802b065fe653628f00b92f71</link>
        <description>MATIS: fix SetValuesBlocked for submatrix

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Wed, 01 Oct 2025 08:27:38 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8112c1cbf372cb53bf7c5aca994a84a6a303db4d - Merge branch &apos;barry/2025-09-04/deprecate-mpiu-bool&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#8112c1cbf372cb53bf7c5aca994a84a6a303db4d</link>
        <description>Merge branch &apos;barry/2025-09-04/deprecate-mpiu-bool&apos; into &apos;main&apos;Deprecate MPIU_BOOL which used to be for PETSc&apos;s enum Bool but now is just MPI_C_BOOLSee merge request petsc/petsc!8691

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Mon, 22 Sep 2025 18:44:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0b46e949f18ac28417071477034640c76a0832a0 - Merge branch &apos;stefanozampini/submat-zerorows&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#0b46e949f18ac28417071477034640c76a0832a0</link>
        <description>Merge branch &apos;stefanozampini/submat-zerorows&apos; into &apos;main&apos;implement ZeroRowsLocal and ZeroRowsColumnsLocal for local referencesSee merge request petsc/petsc!8705

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Mon, 22 Sep 2025 13:23:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5440e5dcf30153d9ab6dbf994494f40b7f9df88b - Deprecate MPIU_BOOL which used to be for PETSc&apos; enum Bool but now is just MPI_C_BOOL so no longer needs its own name</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#5440e5dcf30153d9ab6dbf994494f40b7f9df88b</link>
        <description>Deprecate MPIU_BOOL which used to be for PETSc&apos; enum Bool but now is just MPI_C_BOOL so no longer needs its own name

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Thu, 04 Sep 2025 14:33:07 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0d2733adeac6ae9c1e28e458cfd92735deb36bc4 - MATIS: implement ZeroRowsLocal and ZeroRowsColumnsLocal local reference</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#0d2733adeac6ae9c1e28e458cfd92735deb36bc4</link>
        <description>MATIS: implement ZeroRowsLocal and ZeroRowsColumnsLocal local referenceadd tests

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Sun, 14 Sep 2025 16:05:45 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f0d2bb25642116b571c72fa9797d32d784b1f106 - Merge branch &apos;stefanozampini/improve-bddc-multielement&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#f0d2bb25642116b571c72fa9797d32d784b1f106</link>
        <description>Merge branch &apos;stefanozampini/improve-bddc-multielement&apos; into &apos;main&apos;Improve BDDC multi-elementSee merge request petsc/petsc!8608

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Wed, 03 Sep 2025 16:04:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a3ef7f04a45428d904c4eb4c52a3b6634d968508 - MATIS: enable multi-element dump for debugging purposes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#a3ef7f04a45428d904c4eb4c52a3b6634d968508</link>
        <description>MATIS: enable multi-element dump for debugging purposes

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Thu, 07 Aug 2025 15:23:46 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ac7f1a8b79ea0e2b8b86ec6656890d6a06746de2 - MATIS: simplify and improve assembly of a MATIS into a AIJ</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#ac7f1a8b79ea0e2b8b86ec6656890d6a06746de2</link>
        <description>MATIS: simplify and improve assembly of a MATIS into a AIJ

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Mon, 28 Jul 2025 17:34:17 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a47f5240f9a566ca3f90453fc02858db57a93a4e - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#a47f5240f9a566ca3f90453fc02858db57a93a4e</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Sun, 31 Aug 2025 16:23:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e57f27c1316994a16df2c8c60123b7d3aee7d6dc - Merge branch &apos;stefanozampini/fix-dolfinx-release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#e57f27c1316994a16df2c8c60123b7d3aee7d6dc</link>
        <description>Merge branch &apos;stefanozampini/fix-dolfinx-release&apos; into &apos;release&apos;Fixes for DOLFINXSee merge request petsc/petsc!8668

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Sun, 31 Aug 2025 15:46:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>39b6f3f95800db5f8164a53bdb9c6f06ef9d762f - MATIS: fix MatGetLocalSubMatrix</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#39b6f3f95800db5f8164a53bdb9c6f06ef9d762f</link>
        <description>MATIS: fix MatGetLocalSubMatrixas some point this got broken but don&apos;t know why

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Wed, 27 Aug 2025 18:20:32 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/is/matis.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/is/matis.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/is/matis.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/is/matis.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>79e48321dcc84b4923f846b7ce3e1bcc8997b56a - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/is/matis.c#79e48321dcc84b4923f846b7ce3e1bcc8997b56a</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/impls/is/matis.c</description>
        <pubDate>Wed, 30 Jul 2025 00:27:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
