<?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 zmatrixf90.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>9b1dca083b86fb0b90109c98d6a338e6ac6f38dc - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatrixf90.c#9b1dca083b86fb0b90109c98d6a338e6ac6f38dc</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatrixf90.c</description>
        <pubDate>Mon, 22 Sep 2025 13:30:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>324b3528c8440585026d0805078fa4b6cd12bf0d - Merge branch &apos;barry/2025-09-19/fix-ftn-matseqaijgetarray/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatrixf90.c#324b3528c8440585026d0805078fa4b6cd12bf0d</link>
        <description>Merge branch &apos;barry/2025-09-19/fix-ftn-matseqaijgetarray/release&apos; into &apos;release&apos;Fix major bug in the Fortran stub for MatSeqAIJGetArray().See merge request petsc/petsc!8713

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatrixf90.c</description>
        <pubDate>Sat, 20 Sep 2025 04:29:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>009de11b1a26af354bd28dafbd68d9a58fdebddc - Fix major bug in the Fortran stub for MatSeqAIJGetArray().</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatrixf90.c#009de11b1a26af354bd28dafbd68d9a58fdebddc</link>
        <description>Fix major bug in the Fortran stub for MatSeqAIJGetArray().Reported-by: Steven Dargaville

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatrixf90.c</description>
        <pubDate>Fri, 19 Sep 2025 14:43:54 +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/interface/ftn-custom/zmatrixf90.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/interface/ftn-custom/zmatrixf90.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/interface/ftn-custom/zmatrixf90.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/interface/ftn-custom/zmatrixf90.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>6b20272bb6f2af23135aebf3e5b34fc2af99bfd0 - Merge branch &apos;barry/2025-03-24/fix-matrestorerow-fortan&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatrixf90.c#6b20272bb6f2af23135aebf3e5b34fc2af99bfd0</link>
        <description>Merge branch &apos;barry/2025-03-24/fix-matrestorerow-fortan&apos; into &apos;main&apos;Fix matrestorerow_() need to explicitly call MatRestoreRow() even in trivial caseSee merge request petsc/petsc!8228

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatrixf90.c</description>
        <pubDate>Thu, 27 Mar 2025 14:40:11 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>281f9e90095db36c3862353abeba1ff0b1a7741d - Fix matrestorerow_() need to explicitly call MatRestoreRow() even in trivial case</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatrixf90.c#281f9e90095db36c3862353abeba1ff0b1a7741d</link>
        <description>Fix matrestorerow_() need to explicitly call MatRestoreRow() even in trivial caseReported-by: Steven Dargaville

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatrixf90.c</description>
        <pubDate>Mon, 24 Mar 2025 17:46:41 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b0dcfd164860a975c76f90dabf1036901aab1c4e - Merge branch &apos;barry/2025-03-20/minor-fortran-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatrixf90.c#b0dcfd164860a975c76f90dabf1036901aab1c4e</link>
        <description>Merge branch &apos;barry/2025-03-20/minor-fortran-cleanup&apos; into &apos;main&apos;Minor cleanup of Fortran binding stuff to simplify future maintainanceSee merge request petsc/petsc!8218

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatrixf90.c</description>
        <pubDate>Sun, 23 Mar 2025 00:45:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f14a4c02f05683ba42da738fe2146c41da17f124 - Add Fortran support for MatGet/RestoreRow</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatrixf90.c#f14a4c02f05683ba42da738fe2146c41da17f124</link>
        <description>Add Fortran support for MatGet/RestoreRowReported-by: Steven Dargaville

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatrixf90.c</description>
        <pubDate>Fri, 21 Mar 2025 18:12:13 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6dd63270497ad23dcf16ae500a87ff2b2a0b7474 - Minor cleanup of Fortran binding stuff to simplify future maintainance</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/ftn-custom/zmatrixf90.c#6dd63270497ad23dcf16ae500a87ff2b2a0b7474</link>
        <description>Minor cleanup of Fortran binding stuff to simplify future maintainanceThere is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90impl.h files. Also move uses of f90 to ftn when simple

            List of files:
            /petsc/src/mat/interface/ftn-custom/zmatrixf90.c</description>
        <pubDate>Thu, 20 Mar 2025 13:06:44 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
