<?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 bjacobi.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/ksp/pc/impls/bjacobi/bjacobi.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/ksp/pc/impls/bjacobi/bjacobi.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/ksp/pc/impls/bjacobi/bjacobi.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/ksp/pc/impls/bjacobi/bjacobi.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>834855d6effb0d027771461c8e947ee1ce5a1e17 - Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.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/ksp/pc/impls/bjacobi/bjacobi.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/ksp/pc/impls/bjacobi/bjacobi.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/ksp/pc/impls/bjacobi/bjacobi.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>bcda9346efad4e5ba2d553af84eb238771ba1e25 - Merge branch &apos;MarDiehl/fix-typo&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#bcda9346efad4e5ba2d553af84eb238771ba1e25</link>
        <description>Merge branch &apos;MarDiehl/fix-typo&apos; into &apos;main&apos;missing &quot;s&quot; for isascii and issundialsSee merge request petsc/petsc!8559

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Wed, 27 Aug 2025 20:05:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9f196a0264fbaf0568fead3a30c861c7ae4cf663 - missing &quot;s&quot; for isascii and issundials</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#9f196a0264fbaf0568fead3a30c861c7ae4cf663</link>
        <description>missing &quot;s&quot; for isascii and issundials

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Thu, 17 Jul 2025 22:45:54 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>2ae2db358559b5b4e2d021d6074243931b3b092d - Merge branch &apos;barry/2025-07-02/fortran-fix-some-get-array&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#2ae2db358559b5b4e2d021d6074243931b3b092d</link>
        <description>Merge branch &apos;barry/2025-07-02/fortran-fix-some-get-array&apos; into &apos;main&apos;Fixes for some function calls from FortranSee merge request petsc/petsc!8521

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Mon, 14 Jul 2025 15:59:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>36083efb6dc19ad0d4222eef5668e10f7c604469 - Fix PC[BJacobi, ASM, GASM][Get, Restore]SubKSP() for Fortran</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#36083efb6dc19ad0d4222eef5668e10f7c604469</link>
        <description>Fix PC[BJacobi, ASM, GASM][Get, Restore]SubKSP() for Fortran

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Wed, 02 Jul 2025 18:54:52 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2b338477d770c45a88d8c20a3ee06ef156cc4d7c - Merge branch &apos;MarDiehl/1781-unify-type-of-setupcalled-to-petscbool&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#2b338477d770c45a88d8c20a3ee06ef156cc4d7c</link>
        <description>Merge branch &apos;MarDiehl/1781-unify-type-of-setupcalled-to-petscbool&apos; into &apos;main&apos;Use PetscBool instead of PetscInt for setupcalledSee merge request petsc/petsc!8495

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Thu, 03 Jul 2025 18:10:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>371d2eb7c12e2e633516fd846e18141c0cd1b5b5 - Use PetscBool instead of PetscInt for setupcalled</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#371d2eb7c12e2e633516fd846e18141c0cd1b5b5</link>
        <description>Use PetscBool instead of PetscInt for setupcalledPetscInt was used in some structs, but the underlying logic requires only Booleans. Also removed an unused variable and unified capitalization.

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Thu, 03 Jul 2025 18:10:46 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>7cc448c6fec1fd7559667fb8391e8972e8e5d94e - Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#7cc448c6fec1fd7559667fb8391e8972e8e5d94e</link>
        <description>Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;Minor housekeepingSee merge request petsc/petsc!8380

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Tue, 06 May 2025 20:48:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>eefb368e60eb43c3e08ca0927788b33650449484 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#eefb368e60eb43c3e08ca0927788b33650449484</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Tue, 06 May 2025 18:51:29 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>38f1f01db748cc9d97858f7f40a5eb7139e59eb7 - Merge branch &apos;jolivet/fix-logevent-bjacobi&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#38f1f01db748cc9d97858f7f40a5eb7139e59eb7</link>
        <description>Merge branch &apos;jolivet/fix-logevent-bjacobi&apos; into &apos;release&apos;PCApply_BJacobi_Singleblock: fix missing PetscLogEventSee merge request petsc/petsc!8379

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Tue, 06 May 2025 18:51:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>78d05565dabe5a0ad9c88b34bc8daea9a6d9da20 - PCMatApply_BJacobi_Singleblock: fix missing PetscLogEvent</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#78d05565dabe5a0ad9c88b34bc8daea9a6d9da20</link>
        <description>PCMatApply_BJacobi_Singleblock: fix missing PetscLogEvent

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Tue, 06 May 2025 09:11:49 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>a9db3dc1f74032f1fd89213d539acbb5188807fe - PCApply_BJacobi_Singleblock: fix missing PetscLogEvent</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#a9db3dc1f74032f1fd89213d539acbb5188807fe</link>
        <description>PCApply_BJacobi_Singleblock: fix missing PetscLogEvent

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Tue, 06 May 2025 08:59:46 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>347806e75ae86c9025d175dd7fbb3f1396681ded - Merge branch &apos;jolivet/feature-pcmatapplytranspose&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#347806e75ae86c9025d175dd7fbb3f1396681ded</link>
        <description>Merge branch &apos;jolivet/feature-pcmatapplytranspose&apos; into &apos;main&apos;PC: add PCMatApplyTranspose()See merge request petsc/petsc!8322

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Wed, 16 Apr 2025 19:25:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4dbf25a8fa98e38799e7b47dcb2d8a9309975f41 - PC: add PCMatApplyTranspose()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#4dbf25a8fa98e38799e7b47dcb2d8a9309975f41</link>
        <description>PC: add PCMatApplyTranspose()

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Wed, 16 Apr 2025 06:41:37 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/src/ksp/pc/impls/bjacobi/bjacobi.c#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/src/ksp/pc/impls/bjacobi/bjacobi.c</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/src/ksp/pc/impls/bjacobi/bjacobi.c#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/src/ksp/pc/impls/bjacobi/bjacobi.c</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>3fbe01241f11b64852d6e61f681513ac108c6c34 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bjacobi/bjacobi.c#3fbe01241f11b64852d6e61f681513ac108c6c34</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/bjacobi/bjacobi.c</description>
        <pubDate>Wed, 19 Mar 2025 17:47:29 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
