<?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 dmget.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>a623e290c7eaa252b385564179837fe27521fbac - Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#a623e290c7eaa252b385564179837fe27521fbac</link>
        <description>Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;More improvements to Fortran stubs and interfacesSee merge request petsc/petsc!7598

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Wed, 12 Jun 2024 03:37:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5d83a8b16d06840f96948f1a43aa9c83c769a60a - This requires some changes to user FORTRAN code</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#5d83a8b16d06840f96948f1a43aa9c83c769a60a</link>
        <description>This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGERPass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v]Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXXThe compiler will now automatically prevent you from using the wrong argument type for the first three bullets aboveThis will also require an update sowing with the new sowing branch this MR is using.

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Thu, 30 May 2024 04:27:02 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4688473b924a0ee9a644a7546f513112c56edea2 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#4688473b924a0ee9a644a7546f513112c56edea2</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Mon, 13 Nov 2023 13:56:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3411a588a7cd97ddea3feb623ceedd6d7e94eefb - Merge branch &apos;barry/2023-11-08/doc-manual-page-fixes/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#3411a588a7cd97ddea3feb623ceedd6d7e94eefb</link>
        <description>Merge branch &apos;barry/2023-11-08/doc-manual-page-fixes/release&apos; into &apos;release&apos;Improve some manual pages for Mat and DMSee merge request petsc/petsc!7004

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Mon, 13 Nov 2023 13:53:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0b3275a6ae7726ac8bc4a3859eeb42358d10b325 - Improve some manual pages for Mat and DM</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#0b3275a6ae7726ac8bc4a3859eeb42358d10b325</link>
        <description>Improve some manual pages for Mat and DMCommit-type: documentation

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Wed, 08 Nov 2023 21:58:02 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>294d477ba62cbf5d5a9b4f54ad5a37bc60d501cc - Merge branch &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#294d477ba62cbf5d5a9b4f54ad5a37bc60d501cc</link>
        <description>Merge branch &apos;release&apos;

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Tue, 31 Oct 2023 05:56:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6ee5ebf290382589ce0c552057b4a8ac94b1b44c - Merge branch &apos;barry/2023-10-27/fix-not-collective-lda/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#6ee5ebf290382589ce0c552057b4a8ac94b1b44c</link>
        <description>Merge branch &apos;barry/2023-10-27/fix-not-collective-lda/release&apos; into &apos;release&apos;fix Not Collective listing in manual page for MatDenseSetLDA.See merge request petsc/petsc!6972

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Tue, 31 Oct 2023 05:04:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8f14a041ddeb0cf2a5c72b6bffba5b6726b74cb7 - Remove unneeded on in Collective statements and fix Collective over</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#8f14a041ddeb0cf2a5c72b6bffba5b6726b74cb7</link>
        <description>Remove unneeded on in Collective statements and fix Collective overCommit-type: documentation

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Fri, 27 Oct 2023 16:42:40 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>186cd71fca8a34028ad7ebadf4406963328fd35d - Merge branch &apos;jacobf/2023-07-19/lint-apply-ts&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#186cd71fca8a34028ad7ebadf4406963328fd35d</link>
        <description>Merge branch &apos;jacobf/2023-07-19/lint-apply-ts&apos; into &apos;main&apos;Manual linter fixes: tsSee merge request petsc/petsc!6736

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Mon, 24 Jul 2023 17:48:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>42747ad1c0f89c178fc384aacf6345db4954f4b1 - ... and apply it</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#42747ad1c0f89c178fc384aacf6345db4954f4b1</link>
        <description>... and apply it

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Fri, 21 Jul 2023 16:49:12 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@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/dmget.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/dmget.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/dmget.c#4f572ea9526f19623f23a8c158f3503516190bbc</link>
        <description>Rename PetscValidPointer -&gt; PetscAssertPointer

            List of files:
            /petsc/src/dm/interface/dmget.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>7a2f837dfb5b1b0a1e6bb2716a3d28bcaab1482d - Deploy new PetscValidPointer, remove PetscValidXXXPointer</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#7a2f837dfb5b1b0a1e6bb2716a3d28bcaab1482d</link>
        <description>Deploy new PetscValidPointer, remove PetscValidXXXPointer

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Thu, 06 Jul 2023 16:08:38 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>02477ebbb21fa13a3b107e40dce1c3d726eb3600 - Merge branch &apos;jacobf/2023-06-30/enable-doc-lint&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#02477ebbb21fa13a3b107e40dce1c3d726eb3600</link>
        <description>Merge branch &apos;jacobf/2023-06-30/enable-doc-lint&apos; into &apos;main&apos;Enable docs lintingSee merge request petsc/petsc!6667

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Sat, 15 Jul 2023 03:37:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>60225df5d8469840be2bf9c1f64795a92b19f3c2 - Lint apply: dm</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#60225df5d8469840be2bf9c1f64795a92b19f3c2</link>
        <description>Lint apply: dm

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Wed, 12 Jul 2023 16:30:48 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d50db6f293a4e972d9af653e02d632fb8dd8cbcb - Merge branch &apos;stefanozampini/dm-clear-named-vector&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#d50db6f293a4e972d9af653e02d632fb8dd8cbcb</link>
        <description>Merge branch &apos;stefanozampini/dm-clear-named-vector&apos; into &apos;main&apos;support clearing named vectors in DMSee merge request petsc/petsc!6704

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Thu, 13 Jul 2023 20:58:54 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>245d7360a6247c4a3252c1e3d9cf6d915ac0d787 - DMSHELL: must clear vectors if setting new vectors</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#245d7360a6247c4a3252c1e3d9cf6d915ac0d787</link>
        <description>DMSHELL: must clear vectors if setting new vectorsThis could be refined to check vectortype and layouts, but it can get hairy.I prefer to always clear the work vectors

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Sat, 08 Jul 2023 09:14:16 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>974ca4ec8a1e8cc5f700b20b09fb20d3d9f6c85d - DM: add interface to clear named vectors</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/interface/dmget.c#974ca4ec8a1e8cc5f700b20b09fb20d3d9f6c85d</link>
        <description>DM: add interface to clear named vectors

            List of files:
            /petsc/src/dm/interface/dmget.c</description>
        <pubDate>Sat, 08 Jul 2023 09:14:51 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@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/dmget.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/dmget.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/dmget.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/dmget.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>
