<?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 mcomposite.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><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/mat/impls/composite/mcomposite.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/mat/impls/composite/mcomposite.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/mat/impls/composite/mcomposite.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/mat/impls/composite/mcomposite.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>09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Fri, 04 Apr 2025 16:52:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e80aff1c6c3c5b0d2b2c91d72667105d74682974 - Merge branch &apos;jolivet/fix-petsc-case&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#e80aff1c6c3c5b0d2b2c91d72667105d74682974</link>
        <description>Merge branch &apos;jolivet/fix-petsc-case&apos; into &apos;release&apos;Fix wrong case for PETScSee merge request petsc/petsc!8266

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Thu, 03 Apr 2025 20:58:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f0b74427b291237450348b8514d67555ad08bce6 - Fix wrong case for PETSc</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#f0b74427b291237450348b8514d67555ad08bce6</link>
        <description>Fix wrong case for PETSc

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Tue, 01 Apr 2025 19:15:23 +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/mat/impls/composite/mcomposite.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/mat/impls/composite/mcomposite.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/mat/impls/composite/mcomposite.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/mat/impls/composite/mcomposite.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>0a78fc9162d15a87b3a3b481f3b9058c936f4ff3 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#0a78fc9162d15a87b3a3b481f3b9058c936f4ff3</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Wed, 02 Oct 2024 20:12:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>70031d8efd0410cc7324930e02ed740ee93ae128 - Merge branch &apos;rmills/fix-matcomposite-layoutsetup/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#70031d8efd0410cc7324930e02ed740ee93ae128</link>
        <description>Merge branch &apos;rmills/fix-matcomposite-layoutsetup/release&apos; into &apos;release&apos;Put PetscLayoutSetUp() calls back into MatCreate_Composite()See merge request petsc/petsc!7882

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Tue, 01 Oct 2024 21:53:30 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7aeb3b909ab6d3a184fb40345bafcd5672c85c38 - Copy PetscLayouts for row and columns of a MATCOMPOSITE from the constituent matrices</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#7aeb3b909ab6d3a184fb40345bafcd5672c85c38</link>
        <description>Copy PetscLayouts for row and columns of a MATCOMPOSITE from the constituent matricesCo-Authored-By: Pierre Jolivet &lt;pierre@joliv.et&gt;

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Sun, 29 Sep 2024 23:58:39 +0000</pubDate>
        <dc:creator>Richard Tran Mills &lt;rmills@rmills.org&gt;</dc:creator>
    </item>
<item>
        <title>d0e6bf2ad94dcc89b258ce16c7987200a4714786 - Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#d0e6bf2ad94dcc89b258ce16c7987200a4714786</link>
        <description>Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;clang-format-19See merge request petsc/petsc!7644

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Wed, 25 Sep 2024 06:44:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>57508ece14a6b1339c0bbf016ecd72f673a062b0 - Remove unneeded parentheses</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#57508ece14a6b1339c0bbf016ecd72f673a062b0</link>
        <description>Remove unneeded parentheses

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Tue, 17 Sep 2024 23:49:15 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>3fbf2391c9dde277e962e42f21bedf0074869095 - Merge branch &apos;origin/release&apos; with a revert of !7720</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#3fbf2391c9dde277e962e42f21bedf0074869095</link>
        <description>Merge branch &apos;origin/release&apos; with a revert of !7720

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Tue, 30 Jul 2024 14:26:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a2c3d5cdb120b98c5cb9bd0efbb2c62478ef79d7 - Merge branch &apos;jolivet/consolidate-error-checking-shell&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#a2c3d5cdb120b98c5cb9bd0efbb2c62478ef79d7</link>
        <description>Merge branch &apos;jolivet/consolidate-error-checking-shell&apos; into &apos;release&apos;MatShell and derivatives: bug fixing and code consolidationSee merge request petsc/petsc!7721

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Mon, 29 Jul 2024 20:13:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>32e037510874440daa9fa8248b5cfeac7662c93e - Merge branch &apos;jose/deprecate-petsc-default&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#32e037510874440daa9fa8248b5cfeac7662c93e</link>
        <description>Merge branch &apos;jose/deprecate-petsc-default&apos; into &apos;main&apos;Fix usage of deprecated PETSC_DEFAULTSee merge request petsc/petsc!7707

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Mon, 29 Jul 2024 20:12:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fb842aef621b1ec3460f788b06270a63e1a90f33 - Fix usage of deprecated PETSC_DEFAULT</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#fb842aef621b1ec3460f788b06270a63e1a90f33</link>
        <description>Fix usage of deprecated PETSC_DEFAULT

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Mon, 29 Jul 2024 20:12:55 +0000</pubDate>
        <dc:creator>Jose E. Roman &lt;jroman@dsic.upv.es&gt;</dc:creator>
    </item>
<item>
        <title>b9c875b8ccb0466cfbdbcc08c79b487b3a7d395f - MatShellGetScalingShifts: consolidate checks for MatShell subtypes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#b9c875b8ccb0466cfbdbcc08c79b487b3a7d395f</link>
        <description>MatShellGetScalingShifts: consolidate checks for MatShell subtypes

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Fri, 26 Jul 2024 07:18:53 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>1845a3b3cc898b5f1bae566a250aa1584f69f955 - Merge branch &apos;barry/2024-01-30/use-petscusetypemethod&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#1845a3b3cc898b5f1bae566a250aa1584f69f955</link>
        <description>Merge branch &apos;barry/2024-01-30/use-petscusetypemethod&apos; into &apos;main&apos;Fix places where PetscUseTypeMethod() and related macros should be used.See merge request petsc/petsc!7254

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Thu, 01 Feb 2024 22:11:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9927e4df806edf8c408daf2bc5d826ec018627cd - Fix places where PetscUseTypeMethod() and related macros should be used.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#9927e4df806edf8c408daf2bc5d826ec018627cd</link>
        <description>Fix places where PetscUseTypeMethod() and related macros should be used.

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Wed, 31 Jan 2024 04:29:59 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4abf1e6538c943bff5bb9dca197739ca870c3d3c - Merge branch &apos;jolivet/feature-composite-as-shell&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/impls/composite/mcomposite.c#4abf1e6538c943bff5bb9dca197739ca870c3d3c</link>
        <description>Merge branch &apos;jolivet/feature-composite-as-shell&apos; into &apos;main&apos;MatComposite, MatNormal, and MatHermitianNormal as a MatShellSee merge request petsc/petsc!7226

            List of files:
            /petsc/src/mat/impls/composite/mcomposite.c</description>
        <pubDate>Mon, 29 Jan 2024 18:33:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
