<?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 matproduct.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/mat/interface/matproduct.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/mat/interface/matproduct.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/mat/interface/matproduct.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/mat/interface/matproduct.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>b31b2f82859ff8548562364efb89146f661bbcd9 - Merge branch &apos;barry/2025-10-24/fix-dmshellsetdestroyctx&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#b31b2f82859ff8548562364efb89146f661bbcd9</link>
        <description>Merge branch &apos;barry/2025-10-24/fix-dmshellsetdestroyctx&apos; into &apos;main&apos;Finish converting the function prototypes of destroy for contexts to use PetscCtxDestroyFnSee merge request petsc/petsc!8810

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Mon, 10 Nov 2025 16:51:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7da3f0df463d648dde73e1777d42c1e5701a1b79 - Updates to manual pages related to MatProductCreate()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#7da3f0df463d648dde73e1777d42c1e5701a1b79</link>
        <description>Updates to manual pages related to MatProductCreate()Not for release

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Wed, 29 Oct 2025 14:59:52 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cc1eb50d5a4d6061e906552df09a79d2d9d16af2 - Change names of Mat_XXX product contexts to MatProductCtx_XXX for code maintainability</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#cc1eb50d5a4d6061e906552df09a79d2d9d16af2</link>
        <description>Change names of Mat_XXX product contexts to MatProductCtx_XXX for code maintainabilityUpdate destroy callback of all MatProductCtx and MatShellSetMatProductOperation() to use PetscCtxDestroyFn

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Mon, 27 Oct 2025 22:44:59 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4f037aad63b0dd02ec302d96e63d16a2808e7a1f - Merge branch &apos;stefanozampini/bs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#4f037aad63b0dd02ec302d96e63d16a2808e7a1f</link>
        <description>Merge branch &apos;stefanozampini/bs&apos; into &apos;main&apos;PetscLayout: set default block size to 1See merge request petsc/petsc!8226

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Thu, 27 Mar 2025 23:45:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fe47926e25da74877699be282f3c4e2917342a05 - MatProduct: fix unsafe cases for block size propagation</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#fe47926e25da74877699be282f3c4e2917342a05</link>
        <description>MatProduct: fix unsafe cases for block size propagationAdd test from Pierre

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Sun, 23 Mar 2025 10:35:46 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fd4e4c6a5cea325de5cddb1efe0b692eacacde5a - Merge branch &apos;adams/mat-rap-blocksize&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#fd4e4c6a5cea325de5cddb1efe0b692eacacde5a</link>
        <description>Merge branch &apos;adams/mat-rap-blocksize&apos; into &apos;main&apos;propagates mat blocksize in PtAPSee merge request petsc/petsc!8143

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Tue, 25 Feb 2025 16:31:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>39cfb5082524f0710c9e9368670444fb0d934d7e - propagates mat blocksize in PtAP</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#39cfb5082524f0710c9e9368670444fb0d934d7e</link>
        <description>propagates mat blocksize in PtAP

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Tue, 25 Feb 2025 16:31:56 +0000</pubDate>
        <dc:creator>Mark Adams &lt;524115-markadams4@users.noreply.gitlab.com&gt;</dc:creator>
    </item>
<item>
        <title>dca0b66ae736f80f62c0b497f68ad2a6680ef031 - Merge branch &apos;adams/aijkokkos-fix-ABC-bs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#dca0b66ae736f80f62c0b497f68ad2a6680ef031</link>
        <description>Merge branch &apos;adams/aijkokkos-fix-ABC-bs&apos; into &apos;main&apos;aijkokkos: setting block sizes for product of PtAP, etc to aijkokkos and cusparseSee merge request petsc/petsc!8098

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Thu, 30 Jan 2025 20:29:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0e6a1e94b72fa840132b760bf3c9978fdb8bce49 - aijkokkos: setting block sizes for product of PtAP, etc to aijkokkos and cusparse</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#0e6a1e94b72fa840132b760bf3c9978fdb8bce49</link>
        <description>aijkokkos: setting block sizes for product of PtAP, etc to aijkokkos and cusparse

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Thu, 30 Jan 2025 20:29:41 +0000</pubDate>
        <dc:creator>Mark Adams &lt;524115-markadams4@users.noreply.gitlab.com&gt;</dc:creator>
    </item>
<item>
        <title>be37439ebbbdb2f81c3420c175a94aa72e59929c - Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#be37439ebbbdb2f81c3420c175a94aa72e59929c</link>
        <description>Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;Remove useless castSee merge request petsc/petsc!7894

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Mon, 21 Oct 2024 21:59:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>835f2295474254850a9de28f274be7ce943244c7 - Brain dead fixes for useless casts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#835f2295474254850a9de28f274be7ce943244c7</link>
        <description>Brain dead fixes for useless casts

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Sat, 05 Oct 2024 11:54:52 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/interface/matproduct.c#0a78fc9162d15a87b3a3b481f3b9058c936f4ff3</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/mat/interface/matproduct.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>160390d7f18936c58463725cbae8372fa91f8fa1 - Merge branch &apos;jolivet/typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#160390d7f18936c58463725cbae8372fa91f8fa1</link>
        <description>Merge branch &apos;jolivet/typos&apos; into &apos;release&apos;Fix typosSee merge request petsc/petsc!7893

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Sun, 29 Sep 2024 18:20:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d7c1f4409a34685d8dcd545a97d161d483d89f66 - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#d7c1f4409a34685d8dcd545a97d161d483d89f66</link>
        <description>Fix typos

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Sun, 29 Sep 2024 14:18:43 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/src/mat/interface/matproduct.c#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/src/mat/interface/matproduct.c</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>dd460d279d400be05a060420ac00c7301eb4da3f - Fixes for clang-tidy</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/mat/interface/matproduct.c#dd460d279d400be05a060420ac00c7301eb4da3f</link>
        <description>Fixes for clang-tidy

            List of files:
            /petsc/src/mat/interface/matproduct.c</description>
        <pubDate>Tue, 10 Sep 2024 20:42:42 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@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/interface/matproduct.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/interface/matproduct.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/interface/matproduct.c#fb842aef621b1ec3460f788b06270a63e1a90f33</link>
        <description>Fix usage of deprecated PETSC_DEFAULT

            List of files:
            /petsc/src/mat/interface/matproduct.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>
</channel>
</rss>
