<?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 bddcprivate.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>ae1ee55146a7ad071171b861759b85940c7e5c67 - Merge branch &apos;jolivet/more-petscdefined&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#ae1ee55146a7ad071171b861759b85940c7e5c67</link>
        <description>Merge branch &apos;jolivet/more-petscdefined&apos; into &apos;main&apos;Minor housekeepingSee merge request petsc/petsc!9058

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Mon, 23 Feb 2026 06:17:54 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fc2fb351b07424d94bbc5485f22cb3cc22c1417e - Switch some defined(PETSC_ to PetscDefined(</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#fc2fb351b07424d94bbc5485f22cb3cc22c1417e</link>
        <description>Switch some defined(PETSC_ to PetscDefined(

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Sat, 21 Feb 2026 05:44:41 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>2daea058f1fa0b4b5a893c784be52f4813ced5f1 - Merge branch &apos;pcfieldsplit_mr&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#2daea058f1fa0b4b5a893c784be52f4813ced5f1</link>
        <description>Merge branch &apos;pcfieldsplit_mr&apos; into &apos;main&apos;Added `PCMatApply()` to `PCFIELDSPLIT` and `MatDenseScatter_Private()`See merge request petsc/petsc!8986

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Wed, 18 Feb 2026 16:22:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ee25009cfe95719969caf280ed433e4c068d15d3 - PC[BDDC|HPDDM]: switch to MatDenseScatter_Private()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#ee25009cfe95719969caf280ed433e4c068d15d3</link>
        <description>PC[BDDC|HPDDM]: switch to MatDenseScatter_Private()

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Sun, 15 Feb 2026 20:03:52 +0000</pubDate>
        <dc:creator>Boris Martin &lt;boris.martin@uliege.be&gt;</dc:creator>
    </item>
<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/bddc/bddcprivate.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/bddc/bddcprivate.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/bddc/bddcprivate.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/bddc/bddcprivate.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>62ed42821f84f33353546905c9271ed730d39ff0 - Merge branch &apos;stefanozampini/oxford&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#62ed42821f84f33353546905c9271ed730d39ff0</link>
        <description>Merge branch &apos;stefanozampini/oxford&apos; into &apos;main&apos;Plex enhancement for firedrakeSee merge request petsc/petsc!8876

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Tue, 09 Dec 2025 17:21:28 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d7974de0bb28820a4deab863dae36e244f8c42e4 - PCBDDCSetUpCorrection: do not use the factored matrix if KSP is not preonly</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#d7974de0bb28820a4deab863dae36e244f8c42e4</link>
        <description>PCBDDCSetUpCorrection: do not use the factored matrix if KSP is not preonly

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Wed, 26 Nov 2025 16:50:57 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/ksp/pc/impls/bddc/bddcprivate.c#8577b683712d1cca1e9b8fdaa9ae028364224dad</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.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>fe1fb33a4d74e23016fa727b8121c5a979852ab8 - Merge branch &apos;jolivet/typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#fe1fb33a4d74e23016fa727b8121c5a979852ab8</link>
        <description>Merge branch &apos;jolivet/typos&apos; into &apos;release&apos;Fix typosSee merge request petsc/petsc!8753

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Wed, 01 Oct 2025 14:53:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8c5add6abd9f0e97420a8d072677ee1e39293c49 - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#8c5add6abd9f0e97420a8d072677ee1e39293c49</link>
        <description>Fix typos

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Wed, 01 Oct 2025 14:53:56 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>2286efddd54511ab18e8e2adb1e023c4bf8f0b92 - Merge branch &apos;barry/2025-07-30/fix-matshellsetoperationarg&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#2286efddd54511ab18e8e2adb1e023c4bf8f0b92</link>
        <description>Merge branch &apos;barry/2025-07-30/fix-matshellsetoperationarg&apos; into &apos;main&apos;Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFnSee merge request petsc/petsc!8615

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Thu, 25 Sep 2025 13:44:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>57d508425293f0bb93f59574d14951d8faac9af8 - Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#57d508425293f0bb93f59574d14951d8faac9af8</link>
        <description>Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Thu, 31 Jul 2025 01:09:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/ksp/pc/impls/bddc/bddcprivate.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/ksp/pc/impls/bddc/bddcprivate.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>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/ksp/pc/impls/bddc/bddcprivate.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/ksp/pc/impls/bddc/bddcprivate.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>f0d2bb25642116b571c72fa9797d32d784b1f106 - Merge branch &apos;stefanozampini/improve-bddc-multielement&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.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/ksp/pc/impls/bddc/bddcprivate.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>a75bf7bf7083058099bbfdbe89d6947849b42967 - BDDC: import nedelec constraints if user specified</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#a75bf7bf7083058099bbfdbe89d6947849b42967</link>
        <description>BDDC: import nedelec constraints if user specified

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Wed, 13 Aug 2025 17:10:14 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7b103a856c2b08bbed78a8bb48cd10d38d731eac - PCBDDC: allow customizing PtAP operation for change of basis</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#7b103a856c2b08bbed78a8bb48cd10d38d731eac</link>
        <description>PCBDDC: allow customizing PtAP operation for change of basis

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Fri, 08 Aug 2025 17:20:32 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>732a5147dd1d45c58175f9f4a7717b4547ac76a2 - PCBDDC: improve sparsity of Nedelec change of basis</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#732a5147dd1d45c58175f9f4a7717b4547ac76a2</link>
        <description>PCBDDC: improve sparsity of Nedelec change of basis

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Fri, 08 Aug 2025 13:46:23 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b96ec0926cf7968c94b5bbd50502b70b967bf5c9 - PCBDDC: optimize default coarse solver and fix multi_element case</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/bddc/bddcprivate.c#b96ec0926cf7968c94b5bbd50502b70b967bf5c9</link>
        <description>PCBDDC: optimize default coarse solver and fix multi_element case

            List of files:
            /petsc/src/ksp/pc/impls/bddc/bddcprivate.c</description>
        <pubDate>Tue, 29 Jul 2025 22:13:44 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
