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

            List of files:
            /petsc/include/petscdmstag.h</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>1a61deb25b995db7f8d4c11bfad796a58443ce07 - Merge branch &apos;barry/2025-03-29/docs-fortran/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#1a61deb25b995db7f8d4c11bfad796a58443ce07</link>
        <description>Merge branch &apos;barry/2025-03-29/docs-fortran/release&apos; into &apos;release&apos;Fix manual pages related to FortranSee merge request petsc/petsc!8257

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Mon, 31 Mar 2025 03:48:30 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>feaf08ea36ffe4fb16da05e2fed575fa424e5b40 - Fix manual pages related to Fortran</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#feaf08ea36ffe4fb16da05e2fed575fa424e5b40</link>
        <description>Fix manual pages related to FortranRemove a couple of dead Fortran bindings

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Mon, 31 Mar 2025 03:48:30 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/include/petscdmstag.h#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/include/petscdmstag.h</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/include/petscdmstag.h#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/include/petscdmstag.h</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>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/include/petscdmstag.h#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/include/petscdmstag.h</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/include/petscdmstag.h#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/include/petscdmstag.h</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>e0f0b7ad9ac9a8bf426b445f8c4d52c7c057e587 - Merge branch &apos;thecasterian/dmstag-general-multigrid&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#e0f0b7ad9ac9a8bf426b445f8c4d52c7c057e587</link>
        <description>Merge branch &apos;thecasterian/dmstag-general-multigrid&apos; into &apos;main&apos;DMStag: support general multigrid schemeSee merge request petsc/petsc!7250

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Mon, 05 Feb 2024 00:15:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a4211a7f7d65e54450ecb04713e3d25b91448655 - DMStag: support refinement factor</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#a4211a7f7d65e54450ecb04713e3d25b91448655</link>
        <description>DMStag: support refinement factorAdd member variable `refineFactor` in `DM_Stag` so that DMStag cansupport arbitrary refinement factor in `DMRefine()` and `DMCoarsen()`.Add functions to set and get the refinement factor.Add new options to set the refinement factor in`DMSetFromOptions_Stag()`.Update test ex16 to test the new feature.

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Thu, 18 Jan 2024 16:26:34 +0000</pubDate>
        <dc:creator>Jeongu Kim &lt;souldomination@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b22c9ba6aee6fe2ce9d3bf33ab3015abcf1a3d5c - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#b22c9ba6aee6fe2ce9d3bf33ab3015abcf1a3d5c</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Mon, 08 Jan 2024 21:20:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>338bea8772c15a173383e81d170c1c8b31881bfa - Merge branch &apos;barry/2024-01-04/fix-includes-man-pages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#338bea8772c15a173383e81d170c1c8b31881bfa</link>
        <description>Merge branch &apos;barry/2024-01-04/fix-includes-man-pages/release&apos; into &apos;release&apos;Barry/2024 01 04/fix includes man pages/releaseSee merge request petsc/petsc!7165

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Mon, 08 Jan 2024 21:19:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>af27ebaa0199971c43fd2e2e162251afd1bcda49 - Fix manual page formating in include directory</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#af27ebaa0199971c43fd2e2e162251afd1bcda49</link>
        <description>Fix manual page formating in include directory

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Fri, 05 Jan 2024 15:03:56 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6cdbbeb72054dee200e22f5b025f82ba65e618f9 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#6cdbbeb72054dee200e22f5b025f82ba65e618f9</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Wed, 22 Nov 2023 16:03:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bd5ad44f1dd5dcd72d8390f31f877dd524d45b44 - Merge branch &apos;barry/2023-11-20/docs-manpage-minor-work/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#bd5ad44f1dd5dcd72d8390f31f877dd524d45b44</link>
        <description>Merge branch &apos;barry/2023-11-20/docs-manpage-minor-work/release&apos; into &apos;release&apos;Minor work on manual pages (in include directory)See merge request petsc/petsc!7042

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Tue, 21 Nov 2023 18:18:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>95bd0b288699658b2c0494283621ad75424207a4 - Minor work on manual pages (in include directory)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#95bd0b288699658b2c0494283621ad75424207a4</link>
        <description>Minor work on manual pages (in include directory)

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Tue, 21 Nov 2023 18:18:00 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9dd11ecf0918283bb567d8b33a92f53ac4ea7840 - Merge branch &apos;jacobf/2023-08-17/header-guard-check&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#9dd11ecf0918283bb567d8b33a92f53ac4ea7840</link>
        <description>Merge branch &apos;jacobf/2023-08-17/header-guard-check&apos; into &apos;main&apos;Check header guardsSee merge request petsc/petsc!6822

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Fri, 25 Aug 2023 13:49:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a496304597bacff3545e802853d69e8765312868 - Convert all header guards to pragma once</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#a496304597bacff3545e802853d69e8765312868</link>
        <description>Convert all header guards to pragma once

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Fri, 18 Aug 2023 15:13:00 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>00188517303a180d2702c59062b76862d2bd0825 - Merge branch &apos;jacobf/2023-07-11/better-deprecated-macro&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#00188517303a180d2702c59062b76862d2bd0825</link>
        <description>Merge branch &apos;jacobf/2023-07-11/better-deprecated-macro&apos; into &apos;main&apos;Feature: Uniform Deprecated MacroSee merge request petsc/petsc!6692

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Thu, 13 Jul 2023 21:17:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>edd03b47ed9fa9b7ef9dd67df42d5194593a501d - Apply new macros</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#edd03b47ed9fa9b7ef9dd67df42d5194593a501d</link>
        <description>Apply new macros

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Tue, 11 Jul 2023 13:23:57 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8c38e02a3678447a1eb0f10af923e943bbe70cd9 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmstag.h#8c38e02a3678447a1eb0f10af923e943bbe70cd9</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petscdmstag.h</description>
        <pubDate>Sat, 03 Jun 2023 14:24:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
