<?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 petscfe.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>9d47de495d3c23378050c1b4a410c12a375cb6c6 - Merge branch &apos;barry/2026-02-14/fix-defined-missing-braces&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfe.h#9d47de495d3c23378050c1b4a410c12a375cb6c6</link>
        <description>Merge branch &apos;barry/2026-02-14/fix-defined-missing-braces&apos; into &apos;main&apos;Fix the inconsistent usage of #if defined XXX compared to defined(XXX)See merge request petsc/petsc!9040

            List of files:
            /petsc/include/petscfe.h</description>
        <pubDate>Wed, 18 Feb 2026 16:18:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>beceaeb65c30291e7755356830621fe80888c102 - Fix the inconsistent usage of #if [!]defined XXX compared to defined(XXX)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfe.h#beceaeb65c30291e7755356830621fe80888c102</link>
        <description>Fix the inconsistent usage of #if [!]defined XXX compared to defined(XXX)Thanks-to: Pierre JolivetAn LLM Claude detected the incosnsitency it was not used to remove the inconsistency

            List of files:
            /petsc/include/petscfe.h</description>
        <pubDate>Sun, 15 Feb 2026 02:00:23 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<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/petscfe.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/petscfe.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/petscfe.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/petscfe.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>287d9e588383f1e1baab2c4c0a0ac647a71c77d4 - Merge branch &apos;knepley/feature-ts-landau-moments&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfe.h#287d9e588383f1e1baab2c4c0a0ac647a71c77d4</link>
        <description>Merge branch &apos;knepley/feature-ts-landau-moments&apos; into &apos;main&apos;TS Hamiltonian ex4: Preliminary moment equationsSee merge request petsc/petsc!8573

            List of files:
            /petsc/include/petscfe.h</description>
        <pubDate>Wed, 23 Jul 2025 19:03:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4561e6c927958082f7b1f3939600504ea12b56f5 - FE: Changed signature of PetscFEIntegrateJacobian() to allow rectangular operators</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfe.h#4561e6c927958082f7b1f3939600504ea12b56f5</link>
        <description>FE: Changed signature of PetscFEIntegrateJacobian() to allow rectangular operators

            List of files:
            /petsc/include/petscfe.h</description>
        <pubDate>Tue, 22 Jul 2025 11:19:15 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3f5a071cd8576c6a48d5fe37e5d896863c904fc8 - Merge branch &apos;ksagiyam/fix_submesh_coordinates&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfe.h#3f5a071cd8576c6a48d5fe37e5d896863c904fc8</link>
        <description>Merge branch &apos;ksagiyam/fix_submesh_coordinates&apos; into &apos;main&apos;Ksagiyam/fix submesh coordinatesSee merge request petsc/petsc!8353

            List of files:
            /petsc/include/petscfe.h</description>
        <pubDate>Fri, 20 Jun 2025 17:57:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4c712d99815f8840d51416f1873ff454771de425 - plexsubmesh: make submesh inherit CG/DG coordinate elements</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfe.h#4c712d99815f8840d51416f1873ff454771de425</link>
        <description>plexsubmesh: make submesh inherit CG/DG coordinate elements

            List of files:
            /petsc/include/petscfe.h</description>
        <pubDate>Sun, 27 Apr 2025 22:18:36 +0000</pubDate>
        <dc:creator>ksagiyam &lt;k.sagiyama@imperial.ac.uk&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/petscfe.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/petscfe.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/petscfe.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/petscfe.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>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/petscfe.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/petscfe.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/petscfe.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/petscfe.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>99a90a7221d7132adf8ad389da5fe3a4b270d091 - Merge branch &apos;knepley/feature-plex-fixes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfe.h#99a90a7221d7132adf8ad389da5fe3a4b270d091</link>
        <description>Merge branch &apos;knepley/feature-plex-fixes&apos; into &apos;main&apos;Plex+PyVista: Added transformsSee merge request petsc/petsc!8174

            List of files:
            /petsc/include/petscfe.h</description>
        <pubDate>Tue, 04 Mar 2025 15:40:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>41fc7085dc994d7903d2306244d3bcb2bd9a72de - PetscFE: Move PetscFEGeomMode to types header</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfe.h#41fc7085dc994d7903d2306244d3bcb2bd9a72de</link>
        <description>PetscFE: Move PetscFEGeomMode to types header

            List of files:
            /petsc/include/petscfe.h</description>
        <pubDate>Mon, 03 Mar 2025 18:20:11 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&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/petscfe.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/petscfe.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/petscfe.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/petscfe.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>4bbe91384854fec5c16b677958fdcd4ec4bdaf6b - Merge branch &apos;knepley/feature-1d-affine-map&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfe.h#4bbe91384854fec5c16b677958fdcd4ec4bdaf6b</link>
        <description>Merge branch &apos;knepley/feature-1d-affine-map&apos; into &apos;main&apos;Fixes for submesh handlingSee merge request petsc/petsc!7823

            List of files:
            /petsc/include/petscfe.h</description>
        <pubDate>Fri, 13 Sep 2024 04:00:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bb4b53ef092968f72b740b90dbab8a2b6700db0d - DM+DS: Create FE with degree bounds</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscfe.h#bb4b53ef092968f72b740b90dbab8a2b6700db0d</link>
        <description>DM+DS: Create FE with degree bounds- Add degree bounds to DMCopyFields(), DMCopyDS(), PetscDSCopy(), and PetscDSSelectDiscretizations()- Add PetscFELimitDegree()

            List of files:
            /petsc/include/petscfe.h</description>
        <pubDate>Fri, 23 Aug 2024 19:00:41 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&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/petscfe.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/petscfe.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/petscfe.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/petscfe.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>
</channel>
</rss>
