<?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 daindex.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/impls/da/daindex.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/impls/da/daindex.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/impls/da/daindex.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/impls/da/daindex.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>705a7f0eb0ef90644623ad86b4e8bfdbdabd856c - Merge branch &apos;barry/2024-03-19/docs-man-dmda&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/da/daindex.c#705a7f0eb0ef90644623ad86b4e8bfdbdabd856c</link>
        <description>Merge branch &apos;barry/2024-03-19/docs-man-dmda&apos; into &apos;main&apos;simple fixes for DMDA manual pagesSee merge request petsc/petsc!7387

            List of files:
            /petsc/src/dm/impls/da/daindex.c</description>
        <pubDate>Thu, 21 Mar 2024 15:40:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>72fd0fbdbfed0156e00d46940d6a00aa32e1f56c - simple fixes for DMDA manual pages</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/da/daindex.c#72fd0fbdbfed0156e00d46940d6a00aa32e1f56c</link>
        <description>simple fixes for DMDA manual pages

            List of files:
            /petsc/src/dm/impls/da/daindex.c</description>
        <pubDate>Thu, 21 Mar 2024 15:40:47 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2971ee689451696b9a4f220d5834ed6a552b9fb6 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/da/daindex.c#2971ee689451696b9a4f220d5834ed6a552b9fb6</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/dm/impls/da/daindex.c</description>
        <pubDate>Tue, 26 Dec 2023 15:55:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cd67186624f3be174f26b40678927174bfd89f2f - Merge branch &apos;barry/2023-12-25/update-dmda-docs/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/da/daindex.c#cd67186624f3be174f26b40678927174bfd89f2f</link>
        <description>Merge branch &apos;barry/2023-12-25/update-dmda-docs/release&apos; into &apos;release&apos;Improve manual pages for DMDASee merge request petsc/petsc!7144

            List of files:
            /petsc/src/dm/impls/da/daindex.c</description>
        <pubDate>Tue, 26 Dec 2023 15:54:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>12b4a53753ecbae42c98ba33876a303b79054923 - Improve manual pages for DMDA</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/da/daindex.c#12b4a53753ecbae42c98ba33876a303b79054923</link>
        <description>Improve manual pages for DMDA

            List of files:
            /petsc/src/dm/impls/da/daindex.c</description>
        <pubDate>Tue, 26 Dec 2023 15:54:58 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/impls/da/daindex.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/impls/da/daindex.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/impls/da/daindex.c#4f572ea9526f19623f23a8c158f3503516190bbc</link>
        <description>Rename PetscValidPointer -&gt; PetscAssertPointer

            List of files:
            /petsc/src/dm/impls/da/daindex.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>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/impls/da/daindex.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/impls/da/daindex.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/impls/da/daindex.c#60225df5d8469840be2bf9c1f64795a92b19f3c2</link>
        <description>Lint apply: dm

            List of files:
            /petsc/src/dm/impls/da/daindex.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>d01c6957b9782b5c5208b19a1b475f6a2483d0b7 - Merge branch &apos;barry/2023-03-25/fix-more-manualpages&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/da/daindex.c#d01c6957b9782b5c5208b19a1b475f6a2483d0b7</link>
        <description>Merge branch &apos;barry/2023-03-25/fix-more-manualpages&apos; into &apos;main&apos;More manual page fixesSee merge request petsc/petsc!6233

            List of files:
            /petsc/src/dm/impls/da/daindex.c</description>
        <pubDate>Tue, 28 Mar 2023 15:33:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2fe279fdf3e687a416e4eadb7d3c7a82d60442c6 - More manual page fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/da/daindex.c#2fe279fdf3e687a416e4eadb7d3c7a82d60442c6</link>
        <description>More manual page fixes

            List of files:
            /petsc/src/dm/impls/da/daindex.c</description>
        <pubDate>Tue, 28 Mar 2023 15:33:40 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/impls/da/daindex.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/impls/da/daindex.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/impls/da/daindex.c#20f4b53cbb5e9bd9ef12b76a8697d60d197cda17</link>
        <description>Fix manual pages based on reports from Jacob&apos;s lint toolCommit-type: documentation

            List of files:
            /petsc/src/dm/impls/da/daindex.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>
<item>
        <title>31d78bcd2b98084dc1368b20eb1129c8b9fb39fe - Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/da/daindex.c#31d78bcd2b98084dc1368b20eb1129c8b9fb39fe</link>
        <description>Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;Feature: Non-discardable PetscErrorCodeSee merge request petsc/petsc!5923

            List of files:
            /petsc/src/dm/impls/da/daindex.c</description>
        <pubDate>Thu, 02 Feb 2023 20:39:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3ba1676111f5c958fe6c2729b46ca4d523958bb3 - Make PetscErrorCode a non-discardable enum</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/da/daindex.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/dm/impls/da/daindex.c</description>
        <pubDate>Sat, 10 Dec 2022 18:29:11 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1d8f8f2c1575f6eeca3d5b8d3482cea55c11567a - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/da/daindex.c#1d8f8f2c1575f6eeca3d5b8d3482cea55c11567a</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/dm/impls/da/daindex.c</description>
        <pubDate>Thu, 17 Nov 2022 05:42:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e0d21d02fee12a2c40a69215f6696d6ebad703e8 - Merge branch &apos;barry/2022-10-27/fix-dmcoordiate-man/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/da/daindex.c#e0d21d02fee12a2c40a69215f6696d6ebad703e8</link>
        <description>Merge branch &apos;barry/2022-10-27/fix-dmcoordiate-man/release&apos; into &apos;release&apos;fix/update manual pages in various places in src/dmSee merge request petsc/petsc!5784

            List of files:
            /petsc/src/dm/impls/da/daindex.c</description>
        <pubDate>Thu, 17 Nov 2022 05:41:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dce8aeba1c9b69b19f651c53d8a6b674bd7e9cbd - Fix manual pages in a variety of parts of src/dm</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/da/daindex.c#dce8aeba1c9b69b19f651c53d8a6b674bd7e9cbd</link>
        <description>Fix manual pages in a variety of parts of src/dmStill many other parts of DM need to have their manual pages updatedCommit-type: housekeeping/spend 4h

            List of files:
            /petsc/src/dm/impls/da/daindex.c</description>
        <pubDate>Thu, 27 Oct 2022 18:06:08 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
