<?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 petscdmfield.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/petscdmfield.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/petscdmfield.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/petscdmfield.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/petscdmfield.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>49777e5269a9c36f7494c951e21e462585ae1f0f - Merge branch &apos;knepley/feature-plex-transform-cohesive&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmfield.h#49777e5269a9c36f7494c951e21e462585ae1f0f</link>
        <description>Merge branch &apos;knepley/feature-plex-transform-cohesive&apos; into &apos;main&apos;Plex: Fix cohesive cell integrationSee merge request petsc/petsc!8175

            List of files:
            /petsc/include/petscdmfield.h</description>
        <pubDate>Tue, 22 Apr 2025 15:19:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>989fa6391339cf14e48187f6100e73b78ee6c140 - Plex: Fix hybrid integration</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmfield.h#989fa6391339cf14e48187f6100e73b78ee6c140</link>
        <description>Plex: Fix hybrid integration- Add DMFieldCreateDefaultFaceQuadrature() and PetscFEExpandFaceQuadrature()- Add neighbor geometry to PetscFEIntegrateHybridResidual_Basic(), PetscFEIntegrateHybridJacobian_Basic() and PetscFEEvaluateFieldJets_Hybrid_Internal()- Add cell geometry to PetscFEIntegrateHybridResidual() and PetscFEIntegrateHybridJacobian()

            List of files:
            /petsc/include/petscdmfield.h</description>
        <pubDate>Tue, 15 Apr 2025 18:31:24 +0000</pubDate>
        <dc:creator>Brad Aagaard &lt;baagaard@usgs.gov&gt;</dc:creator>
    </item>
<item>
        <title>20ac1e9ecb449d261c0d3f5187cceb4b4faea95a - Merge branch &apos;knepley/feature-embedded-manifold&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmfield.h#20ac1e9ecb449d261c0d3f5187cceb4b4faea95a</link>
        <description>Merge branch &apos;knepley/feature-embedded-manifold&apos; into &apos;main&apos;Plex+PetscFE: Fixes to allow embedded manifoldsSee merge request petsc/petsc!8141

            List of files:
            /petsc/include/petscdmfield.h</description>
        <pubDate>Wed, 19 Feb 2025 17:21:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ac9d17c75cb5e991458e9675ca6ec07d361dad47 - Plex+PetscFE: Fixes to allow embedded manifolds</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmfield.h#ac9d17c75cb5e991458e9675ca6ec07d361dad47</link>
        <description>Plex+PetscFE: Fixes to allow embedded manifolds- Add PetscFEGeomMode to describe geometry- Reorganized PetscFEGeom- PetscFEGeomCreate(), DMFieldCreateFEGeom() and DMSNESGetFEGeom() now take the PetscFEGeomMode- J and invJ have dE dimensions- f1, g1, g2, g3 have dE dimensions- FIX the dim argument of all point function is really dE because it is used to index the gradients- Clarified behavior of PetscFEGeomGetCellPoint()- Now -dm_plex_coordinate_dim can change the coordinate dimension of a mesh created by Plex- Implicit cell geometry must be used when dim != cdim

            List of files:
            /petsc/include/petscdmfield.h</description>
        <pubDate>Mon, 17 Feb 2025 14:33:19 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@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/petscdmfield.h#b22c9ba6aee6fe2ce9d3bf33ab3015abcf1a3d5c</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petscdmfield.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/petscdmfield.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/petscdmfield.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/petscdmfield.h#af27ebaa0199971c43fd2e2e162251afd1bcda49</link>
        <description>Fix manual page formating in include directory

            List of files:
            /petsc/include/petscdmfield.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>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/petscdmfield.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/petscdmfield.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/petscdmfield.h#a496304597bacff3545e802853d69e8765312868</link>
        <description>Convert all header guards to pragma once

            List of files:
            /petsc/include/petscdmfield.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>d7c0c5d4b64cea3569dcd0775493c6c6ebc574b0 - Merge branch &apos;stefanozampini/remove-unused-api&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmfield.h#d7c0c5d4b64cea3569dcd0775493c6c6ebc574b0</link>
        <description>Merge branch &apos;stefanozampini/remove-unused-api&apos; into &apos;main&apos;remove API definition of functions without any implementation codeSee merge request petsc/petsc!6728

            List of files:
            /petsc/include/petscdmfield.h</description>
        <pubDate>Tue, 18 Jul 2023 23:48:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f65f9c00424975de396488e6aca9c652a02f8d83 - Remove unused some dead API. These had header declerations but no corresponding</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmfield.h#f65f9c00424975de396488e6aca9c652a02f8d83</link>
        <description>Remove unused some dead API. These had header declerations but no correspondingdefinitions in the source tree.

            List of files:
            /petsc/include/petscdmfield.h</description>
        <pubDate>Tue, 18 Jul 2023 12:31:49 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a663c1dff89745b9e1982b54aa196ff99445d9a0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmfield.h#a663c1dff89745b9e1982b54aa196ff99445d9a0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petscdmfield.h</description>
        <pubDate>Thu, 13 Apr 2023 05:01:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>517f05f0c367049e47099f3ac6f8384e1913dc1d - Merge branch &apos;barry/2023-03-30/fix-include-man-pages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmfield.h#517f05f0c367049e47099f3ac6f8384e1913dc1d</link>
        <description>Merge branch &apos;barry/2023-03-30/fix-include-man-pages/release&apos; into &apos;release&apos;Fix manual pages in include filesSee merge request petsc/petsc!6272

            List of files:
            /petsc/include/petscdmfield.h</description>
        <pubDate>Thu, 13 Apr 2023 04:18:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>16a05f60a523f53ab316acaac9f77b7425611adc - Fix manual pages in include files</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscdmfield.h#16a05f60a523f53ab316acaac9f77b7425611adc</link>
        <description>Fix manual pages in include files

            List of files:
            /petsc/include/petscdmfield.h</description>
        <pubDate>Thu, 13 Apr 2023 04:18:00 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/petscdmfield.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/petscdmfield.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/petscdmfield.h#6524c165f7ddaf30fd7457737f668f984c8ababf</link>
        <description>Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation

            List of files:
            /petsc/include/petscdmfield.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>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/petscdmfield.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/petscdmfield.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/petscdmfield.h#9371c9d470a9602b6d10a8bf50c9b2280a79e45a</link>
        <description>clang-format: convert PETSc sources to comply with clang-format

            List of files:
            /petsc/include/petscdmfield.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>
</channel>
</rss>
