<?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 dmceed.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/dm/interface/dmceed.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/dm/interface/dmceed.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/dm/interface/dmceed.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/dm/interface/dmceed.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>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#970231d20df44f79b27787157e39d441e79f434b</link>
        <description>Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;clang-format version 18See merge request petsc/petsc!6902

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Thu, 07 Mar 2024 12:36:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4d86920da9ee67c835173a5dfffa1b3a52fd24ca - checkbadSource: rules for PetscFunctionBegin and derivatives</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#4d86920da9ee67c835173a5dfffa1b3a52fd24ca</link>
        <description>checkbadSource: rules for PetscFunctionBegin and derivatives

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Sat, 10 Feb 2024 08:07:08 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>9b1f5d595c5fbbfcbffe2453be892f709a8e13f9 - Merge branch &apos;arcowie/feature-sw-ceed&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#9b1f5d595c5fbbfcbffe2453be892f709a8e13f9</link>
        <description>Merge branch &apos;arcowie/feature-sw-ceed&apos; into &apos;main&apos;TS ex11: Updates to CEED interfaceSee merge request petsc/petsc!7259

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Sun, 11 Feb 2024 22:20:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a2bd4c7e2d85a377b08f215ccad181e0b85e1069 - DM: Fix strides for restrictions with manual entry</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#a2bd4c7e2d85a377b08f215ccad181e0b85e1069</link>
        <description>DM: Fix strides for restrictions with manual entry

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Wed, 17 Jan 2024 21:08:53 +0000</pubDate>
        <dc:creator>Albert Cowie &lt;arcowie@buffalo.edu&gt;</dc:creator>
    </item>
<item>
        <title>354b609cae3b349426bee2f9f20157b4134dc6bc - DM: Added mesh info to CEED</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#354b609cae3b349426bee2f9f20157b4134dc6bc</link>
        <description>DM: Added mesh info to CEED- Add DMCeedComputeInfo()- Moved DMGetPoints_Internal() to dmceed.c

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Sun, 28 Jan 2024 10:58:09 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>80f88c66aac8f9d1abe2df64bcd926bcfcc2a09a - Merge branch &apos;jeremy/ceed-basis-update&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#80f88c66aac8f9d1abe2df64bcd926bcfcc2a09a</link>
        <description>Merge branch &apos;jeremy/ceed-basis-update&apos; into &apos;main&apos;ceed - use CEED_BASIS_NONE over CEED_BASIS_COLLOCATEDSee merge request petsc/petsc!7125

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Thu, 04 Jan 2024 18:43:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>10ae67c65595d7c470c7ab59df8b593c282f504c - ceed - use CEED_BASIS_NONE over CEED_BASIS_COLLOCATED</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#10ae67c65595d7c470c7ab59df8b593c282f504c</link>
        <description>ceed - use CEED_BASIS_NONE over CEED_BASIS_COLLOCATED

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Mon, 18 Dec 2023 17:18:20 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>f864ad582fc990b5f6b5db998a387ef1e58ecbce - Merge branch &apos;jed/libceed-i64-support&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#f864ad582fc990b5f6b5db998a387ef1e58ecbce</link>
        <description>Merge branch &apos;jed/libceed-i64-support&apos; into &apos;main&apos;libceed: Add support for 64-bit indicesSee merge request petsc/petsc!7076

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Mon, 04 Dec 2023 20:44:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>85f1dce85c4341f9d759b01189732cc5e3608fa6 - libceed: Add support for 64-bit indices</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#85f1dce85c4341f9d759b01189732cc5e3608fa6</link>
        <description>libceed: Add support for 64-bit indices

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Fri, 01 Dec 2023 17:53:49 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>5e8c9ebd54cec31abcffb19f4998f5dbf31ffd2a - Merge branch &apos;knepley/fix-plex-setup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#5e8c9ebd54cec31abcffb19f4998f5dbf31ffd2a</link>
        <description>Merge branch &apos;knepley/fix-plex-setup&apos; into &apos;main&apos;Plex: Fix setup for RDycoreSee merge request petsc/petsc!6877

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Thu, 26 Oct 2023 03:51:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5962854d720b7b8d98c62edd758f00bbb980e600 - Plex: Updates for FVM</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#5962854d720b7b8d98c62edd758f00bbb980e600</link>
        <description>Plex: Updates for FVM- Add DMPlexInsertBoundaryValuesFVM()- Add -dm_plex_print_fvm- Fix copy of diagnostic flags

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Sun, 01 Oct 2023 21:27:24 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9a75acf6e50cfe213617e3f8bbe7a99de0fcbaa5 - Merge branch &apos;knepley/fix-plex-ceed&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#9a75acf6e50cfe213617e3f8bbe7a99de0fcbaa5</link>
        <description>Merge branch &apos;knepley/fix-plex-ceed&apos; into &apos;main&apos;Plex: More work adding in CEED backendSee merge request petsc/petsc!6870

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Sat, 16 Sep 2023 15:33:55 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d2b2dc1e8d465b0e7aee68bdbf9887ae16d870a7 - Plex: More work adding in CEED backend</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#d2b2dc1e8d465b0e7aee68bdbf9887ae16d870a7</link>
        <description>Plex: More work adding in CEED backend- Add DMPlexGetUseCeed() and DMPlexSetUseCeed()- Need to propagate useCeed flag- When using CEED, make tensor order the default, but shut it off for matrix insertion since this is still done by Plex kernels- DMPlexMatSetClosureGeneral() now takes flag for closure permutation- Add DMPlexMatSetClosure_Internal() which takes flag for closure permutation- Add DMPlexVecGetClosure_Internal() with flag to turn off closure permutation - Turn off closure permutation in L2 diff calculation- Add DMUseTensorOrder()- Add DMPlexSNESComputeResidualCEED() - Cleanup SNES ex13 - Do not give CEED negative offsets

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Sun, 10 Sep 2023 18:19:12 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7ce467fce31f25e225373fadec9318b793af96d4 - DM: Helper functions for CEED vectors and error macro</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#7ce467fce31f25e225373fadec9318b793af96d4</link>
        <description>DM: Helper functions for CEED vectors and error macro

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Mon, 03 Jan 2022 14:02:34 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cfd92c66bdae16b66d27a6336fb90fa54c459cc4 - Merge branch &apos;tisaac/feature-type-generic-petsc-valid-pointer&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#cfd92c66bdae16b66d27a6336fb90fa54c459cc4</link>
        <description>Merge branch &apos;tisaac/feature-type-generic-petsc-valid-pointer&apos; into &apos;main&apos;Implement a type generic PetscValidPointerSee merge request petsc/petsc!6693

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Sat, 22 Jul 2023 23:49:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4f572ea9526f19623f23a8c158f3503516190bbc - Rename PetscValidPointer -&gt; PetscAssertPointer</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#4f572ea9526f19623f23a8c158f3503516190bbc</link>
        <description>Rename PetscValidPointer -&gt; PetscAssertPointer

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Tue, 18 Jul 2023 17:25:19 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e9f3684022cfe37b1a5f96dd9de9d0142c1ba8b1 - Merge branch &apos;barry/2023-03-08/fix-man-pages-detected-by-lint&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#e9f3684022cfe37b1a5f96dd9de9d0142c1ba8b1</link>
        <description>Merge branch &apos;barry/2023-03-08/fix-man-pages-detected-by-lint&apos; into &apos;main&apos;Fix many manual pagesSee merge request petsc/petsc!6162

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Sat, 18 Mar 2023 03:53:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>20f4b53cbb5e9bd9ef12b76a8697d60d197cda17 - Fix manual pages based on reports from Jacob&apos;s lint tool</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmceed.c#20f4b53cbb5e9bd9ef12b76a8697d60d197cda17</link>
        <description>Fix manual pages based on reports from Jacob&apos;s lint toolCommit-type: documentation

            List of files:
            /petsc/src/dm/interface/dmceed.c</description>
        <pubDate>Thu, 09 Mar 2023 01:51:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
