<?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 petscsf.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b5f0bcd6e9e8ed97648738542f5163d94f7b1782 - Merge branch &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#b5f0bcd6e9e8ed97648738542f5163d94f7b1782</link>
        <description>Merge branch &apos;release&apos;

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Sat, 29 Nov 2025 22:33:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2bfd395b41c8a2d29841bbfb6526a48c770a7b0a - Merge branch &apos;barry/2025-11-14/improve-petscsf-manualpages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#2bfd395b41c8a2d29841bbfb6526a48c770a7b0a</link>
        <description>Merge branch &apos;barry/2025-11-14/improve-petscsf-manualpages/release&apos; into &apos;release&apos;Improve formatting in some PetscSF manual pagesSee merge request petsc/petsc!8853

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Fri, 28 Nov 2025 18:03:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2f04c52277ae86d0bd99bd90d9d5574dfa2d51e6 - Improve formatting in some PetscSF manual pages</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#2f04c52277ae86d0bd99bd90d9d5574dfa2d51e6</link>
        <description>Improve formatting in some PetscSF manual pagesFinally start some basic material on PetscSF in the users manual

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Fri, 14 Nov 2025 22:12:31 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>56bfd07524b7d12150962da31410360ef0b4c18c - Merge branch &apos;barry/2025-11-23/fix-fortran-petscsfsetgraphlayout/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#56bfd07524b7d12150962da31410360ef0b4c18c</link>
        <description>Merge branch &apos;barry/2025-11-23/fix-fortran-petscsfsetgraphlayout/release&apos; into &apos;release&apos;The C definition of PetscSFSetGraphLayout does not properly represent arrays...See merge request petsc/petsc!8865

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Tue, 25 Nov 2025 20:19:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cf84bf9e8334fcb41ddd5b57d5020f9ba05506ed - The C definition of PetscSFSetGraphLayout does not properly represent arrays with [] hence the Fortran interface constructed is incorrect.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#cf84bf9e8334fcb41ddd5b57d5020f9ba05506ed</link>
        <description>The C definition of PetscSFSetGraphLayout does not properly represent arrays with [] hence the Fortran interface constructed is incorrect.Reported-by: Steven Dargaville

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Sun, 23 Nov 2025 20:25:00 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&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/include/petscsf.h#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/include/petscsf.h</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>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/include/petscsf.h#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/include/petscsf.h</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>9ddca8615442a0b31776ad6b81dd5c21bf6f5faf - Merge branch &apos;tisaac/bugfix-sfwindow&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#9ddca8615442a0b31776ad6b81dd5c21bf6f5faf</link>
        <description>Merge branch &apos;tisaac/bugfix-sfwindow&apos; into &apos;main&apos;Add PetscSFRegisterPersistent() and fix PETSCSFWINDOW for empty ranksSee merge request petsc/petsc!7786

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Mon, 09 Sep 2024 15:04:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8e54d7e846fb40d53e47e94448cea37618d9ad36 - PetscSF: Create PetscSFRegisterPersistent()/PetscSFDeregisterPersistent()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#8e54d7e846fb40d53e47e94448cea37618d9ad36</link>
        <description>PetscSF: Create PetscSFRegisterPersistent()/PetscSFDeregisterPersistent()PetscSF: use PetscSFRegisterPersistent()/PetscSFDeregisterPeristent() in examples

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Tue, 03 Sep 2024 13:15:26 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e9c2de13f1527bfd8ec0d39a07e637e43d1d9c6b - Merge branch &apos;stefanozampini/vectorsf&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#e9c2de13f1527bfd8ec0d39a07e637e43d1d9c6b</link>
        <description>Merge branch &apos;stefanozampini/vectorsf&apos; into &apos;main&apos;PetscSF: implement PetscSFCreateStridedSFSee merge request petsc/petsc!7359

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Thu, 14 Mar 2024 12:58:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0dd791a82873e11d89e43490eb85393c825f807f - PetscSF: implement PetscSFCreateStridedSF</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#0dd791a82873e11d89e43490eb85393c825f807f</link>
        <description>PetscSF: implement PetscSFCreateStridedSF

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Mon, 11 Mar 2024 12:12:41 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b22c9ba6aee6fe2ce9d3bf33ab3015abcf1a3d5c - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#b22c9ba6aee6fe2ce9d3bf33ab3015abcf1a3d5c</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Mon, 08 Jan 2024 21:20:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>338bea8772c15a173383e81d170c1c8b31881bfa - Merge branch &apos;barry/2024-01-04/fix-includes-man-pages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#338bea8772c15a173383e81d170c1c8b31881bfa</link>
        <description>Merge branch &apos;barry/2024-01-04/fix-includes-man-pages/release&apos; into &apos;release&apos;Barry/2024 01 04/fix includes man pages/releaseSee merge request petsc/petsc!7165

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Mon, 08 Jan 2024 21:19:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>af27ebaa0199971c43fd2e2e162251afd1bcda49 - Fix manual page formating in include directory</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#af27ebaa0199971c43fd2e2e162251afd1bcda49</link>
        <description>Fix manual page formating in include directory

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Fri, 05 Jan 2024 15:03:56 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9dd11ecf0918283bb567d8b33a92f53ac4ea7840 - Merge branch &apos;jacobf/2023-08-17/header-guard-check&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#9dd11ecf0918283bb567d8b33a92f53ac4ea7840</link>
        <description>Merge branch &apos;jacobf/2023-08-17/header-guard-check&apos; into &apos;main&apos;Check header guardsSee merge request petsc/petsc!6822

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Fri, 25 Aug 2023 13:49:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a496304597bacff3545e802853d69e8765312868 - Convert all header guards to pragma once</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#a496304597bacff3545e802853d69e8765312868</link>
        <description>Convert all header guards to pragma once

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Fri, 18 Aug 2023 15:13:00 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00188517303a180d2702c59062b76862d2bd0825 - Merge branch &apos;jacobf/2023-07-11/better-deprecated-macro&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#00188517303a180d2702c59062b76862d2bd0825</link>
        <description>Merge branch &apos;jacobf/2023-07-11/better-deprecated-macro&apos; into &apos;main&apos;Feature: Uniform Deprecated MacroSee merge request petsc/petsc!6692

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Thu, 13 Jul 2023 21:17:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>edd03b47ed9fa9b7ef9dd67df42d5194593a501d - Apply new macros</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscsf.h#edd03b47ed9fa9b7ef9dd67df42d5194593a501d</link>
        <description>Apply new macros

            List of files:
            /petsc/include/petscsf.h</description>
        <pubDate>Tue, 11 Jul 2023 13:23:57 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
