<?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 petscdmshell.h</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/include/petscdmshell.h#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/include/petscdmshell.h</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/include/petscdmshell.h#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/include/petscdmshell.h</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/include/petscdmshell.h#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/include/petscdmshell.h</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>e6aa7a3b58de511b7893b99d70d9918118eb1ba8 - The goal of all the commits in this MR is to unify the destruction of &quot;application&quot; contexts.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#e6aa7a3b58de511b7893b99d70d9918118eb1ba8</link>
        <description>The goal of all the commits in this MR is to unify the destruction of &quot;application&quot; contexts.This will help with supporting language bindings. For example, for Fortran the application contextwould be a user derived typeFix prototype of DMShellSetDestroyCtx function argument to use PETSc standard way of doing it with  PetscCtxDestroyF.Also fix PetscViewerGLVisSetFields prototype of destroy functionThese two locations were missed when PetscCtxDestroyFn was introduced as the universal function prototype for context destruction in 3.23Reported-by: Victor Eijkhout

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Fri, 24 Oct 2025 16:12:32 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0ff9d02ecf1627951ed050a8344155223c6ca4ea - Merge branch &apos;barry/2025-06-10/add-fortran-stubs-from-static-functions-in-includes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#0ff9d02ecf1627951ed050a8344155223c6ca4ea</link>
        <description>Merge branch &apos;barry/2025-06-10/add-fortran-stubs-from-static-functions-in-includes&apos; into &apos;main&apos;Automatically generate Fortran C stubs for static inline functions in include directorySee merge request petsc/petsc!8469

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Tue, 17 Jun 2025 22:11:29 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1850900d48b2979dc392677ea4adb6aa8f907be5 - add missing MANSEC from include files</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#1850900d48b2979dc392677ea4adb6aa8f907be5</link>
        <description>add missing MANSEC from include files

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Tue, 10 Jun 2025 22:50:13 +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/petscdmshell.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/petscdmshell.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/petscdmshell.h#a496304597bacff3545e802853d69e8765312868</link>
        <description>Convert all header guards to pragma once

            List of files:
            /petsc/include/petscdmshell.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>061e922f3926be00487707c73b78dd3d40309129 - Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#061e922f3926be00487707c73b78dd3d40309129</link>
        <description>Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;Feature: Bicycle Storage Facility 2See merge request petsc/petsc!5661

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Thu, 22 Sep 2022 02:09:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6524c165f7ddaf30fd7457737f668f984c8ababf - Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#6524c165f7ddaf30fd7457737f668f984c8ababf</link>
        <description>Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Wed, 21 Sep 2022 13:27:22 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c5a0a44d4974bed0c28358fd64548c2ad8bf49b0 - Merge branch &apos;barry/2022-09-12/add-refined-dm-mg&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#c5a0a44d4974bed0c28358fd64548c2ad8bf49b0</link>
        <description>Merge branch &apos;barry/2022-09-12/add-refined-dm-mg&apos; into &apos;main&apos;Minor fixes and cleanup of dm-&gt;coarseMesh and -&gt;fineMesh implementation and usageSee merge request petsc/petsc!5631

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Sat, 17 Sep 2022 14:54:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>09904cd0cc10aa90b23f85026a87da881eaa4ee0 - Fix bug in use of DMSHELL, add DMShellSetDestroyContext()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#09904cd0cc10aa90b23f85026a87da881eaa4ee0</link>
        <description>Fix bug in use of DMSHELL, add DMShellSetDestroyContext()Commit-type: bug-fix, feature/spend 30m

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Tue, 13 Sep 2022 21:07:08 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>58d68138c660dfb4e9f5b03334792cd4f2ffd7cc - Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#58d68138c660dfb4e9f5b03334792cd4f2ffd7cc</link>
        <description>Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;format repository with clang-formatSee merge request petsc/petsc!5541

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Tue, 23 Aug 2022 05:26:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9371c9d470a9602b6d10a8bf50c9b2280a79e45a - clang-format: convert PETSc sources to comply with clang-format</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#9371c9d470a9602b6d10a8bf50c9b2280a79e45a</link>
        <description>clang-format: convert PETSc sources to comply with clang-format

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Mon, 22 Aug 2022 15:20:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>568088ac2bd81e37fe27f85263ce4d1db8d21cf4 - Merge branch &apos;stefanozampini/unify-getctx&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#568088ac2bd81e37fe27f85263ce4d1db8d21cf4</link>
        <description>Merge branch &apos;stefanozampini/unify-getctx&apos; into &apos;main&apos;Unify XXGetYYContext callsSee merge request petsc/petsc!4212

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Sun, 08 Aug 2021 14:15:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3ec1f749f0836f8707f057d069f392134cb5d225 - Unify XXGetYYContext calls</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#3ec1f749f0836f8707f057d069f392134cb5d225</link>
        <description>Unify XXGetYYContext callsalways use void*

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Wed, 04 Aug 2021 13:59:51 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1e3c29944865f67355cdaff07da1db570929d0a2 - Merge branch &apos;knepley/feature-ksp-prefer-dm-vecs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#1e3c29944865f67355cdaff07da1db570929d0a2</link>
        <description>Merge branch &apos;knepley/feature-ksp-prefer-dm-vecs&apos; into &apos;main&apos;KSP: Prefer DM to PC Mat when creating vectorsSee merge request petsc/petsc!3679

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Wed, 10 Mar 2021 14:36:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>04d741b103f946af7eda6f0c9812d859beb8fccc - KSP: Prefer DM to PC Mat when creating vectors - This gets the right View function for the vectors</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#04d741b103f946af7eda6f0c9812d859beb8fccc</link>
        <description>KSP: Prefer DM to PC Mat when creating vectors - This gets the right View function for the vectorsCo-Authored-By: Blaise Bourdin &lt;bourdin@lsu.edu&gt;

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Wed, 10 Mar 2021 02:34:15 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1c575b327794ef51006348f72bf5a20311068395 - Merge branch &apos;maint&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#1c575b327794ef51006348f72bf5a20311068395</link>
        <description>Merge branch &apos;maint&apos;

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Sun, 07 Jul 2019 17:38:01 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>26bd150190f26c623f12d3ed48c77abbffd51c93 - Remove use of _ and __ in front of PETSc include guards. Reason: C99 Reserved Identifiers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmshell.h#26bd150190f26c623f12d3ed48c77abbffd51c93</link>
        <description>Remove use of _ and __ in front of PETSc include guards. Reason: C99 Reserved IdentifiersCommit-type: portability-fix

            List of files:
            /petsc/include/petscdmshell.h</description>
        <pubDate>Fri, 05 Jul 2019 03:59:31 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
