<?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 dmplexts.c</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/src/ts/utils/dmplexts.c#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/src/ts/utils/dmplexts.c</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/src/ts/utils/dmplexts.c#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/src/ts/utils/dmplexts.c</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>381f1a0203d99d3f06e0d2711e2ca9766b480d34 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#381f1a0203d99d3f06e0d2711e2ca9766b480d34</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Fri, 29 Aug 2025 14:30:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>40ad8c3f64aea2678d52475036895b8cf7b35be4 - Merge branch &apos;baagaard/fix-dmtscheckjacobian-logic&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#40ad8c3f64aea2678d52475036895b8cf7b35be4</link>
        <description>Merge branch &apos;baagaard/fix-dmtscheckjacobian-logic&apos; into &apos;release&apos;Fix logic in DMTSCheckJacobian() for returning values versus printing results.See merge request petsc/petsc!8666

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Fri, 29 Aug 2025 02:40:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>43e724643ead2c23b72396b4bc8e7239dc995df2 - Fix logic in DMTSCheckJacobian() for returning values versus printing results.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#43e724643ead2c23b72396b4bc8e7239dc995df2</link>
        <description>Fix logic in DMTSCheckJacobian() for returning values versus printing results.

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Fri, 22 Aug 2025 21:51:18 +0000</pubDate>
        <dc:creator>Brad Aagaard &lt;baagaard@usgs.gov&gt;</dc:creator>
    </item>
<item>
        <title>226f8a8a5081bc6ad7227cd631662400f0d6e2a0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#226f8a8a5081bc6ad7227cd631662400f0d6e2a0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Tue, 20 May 2025 14:48:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>165c2d34d1cb3fff55535a1e633bfe6fe95e29ef - Merge branch &apos;barry/2025-05-15/docs-rm-last-of-preconditioning-matrix/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#165c2d34d1cb3fff55535a1e633bfe6fe95e29ef</link>
        <description>Merge branch &apos;barry/2025-05-15/docs-rm-last-of-preconditioning-matrix/release&apos; into &apos;release&apos;Remove use of preconditioning or preconditioner matrix when it should be...See merge request petsc/petsc!8410

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Tue, 20 May 2025 14:45:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7addb90f52a7936ba144cdab1bb2cc37152af090 - Remove use of preconditioning or preconditioner matrix when it should be phrased as matrix used to construct preconditioner</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#7addb90f52a7936ba144cdab1bb2cc37152af090</link>
        <description>Remove use of preconditioning or preconditioner matrix when it should be phrased as matrix used to construct preconditioner

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Fri, 16 May 2025 02:14:41 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2fdc6ccebbc3928b2b44fd25599289da4bf52cf2 - Merge branch &apos;knepley/fix-plex-fem-funcs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#2fdc6ccebbc3928b2b44fd25599289da4bf52cf2</link>
        <description>Merge branch &apos;knepley/fix-plex-fem-funcs&apos; into &apos;main&apos;Plex: Make integration functions publicSee merge request petsc/petsc!8361

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Wed, 30 Apr 2025 16:41:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>754e4fbadc8ff9d368c70f7e0187e8008044f37b - Plex: Make integration functions public</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#754e4fbadc8ff9d368c70f7e0187e8008044f37b</link>
        <description>Plex: Make integration functions public- Rename  DMPlexComputeResidual_Internal() --&gt; DMPlexComputeResidualForKey()  DMPlexComputeJacobian_Internal() --&gt; DMPlexComputeJacobianByKey()  DMPlexComputeJacobian_Action_Internal() --&gt; DMPlexComputeJacobianActionByKey()  DMPlexComputeResidual_Hybrid_Internal() --&gt; DMPlexComputeResidualHybridByKey()  DMPlexComputeJacobian_Hybrid_Internal() --&gt; DMPlexComputeJacobianHybridByKey()

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Tue, 29 Apr 2025 19:27:54 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&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/src/ts/utils/dmplexts.c#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/src/ts/utils/dmplexts.c</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/src/ts/utils/dmplexts.c#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/src/ts/utils/dmplexts.c</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>1ed6e3ff8437baa411029a28c2b08f047df9ad9a - Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#1ed6e3ff8437baa411029a28c2b08f047df9ad9a</link>
        <description>Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INTSee merge request petsc/petsc!7480

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Thu, 25 Apr 2024 22:16:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cc4c1da905d89950b196b027190941013bd3e15a - Update source code removing all unneeded /*@C and associated manual stubs and interfaces</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#cc4c1da905d89950b196b027190941013bd3e15a</link>
        <description>Update source code removing all unneeded /*@C and associated manual stubs and interfaces

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Sun, 14 Apr 2024 02:07:12 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#970231d20df44f79b27787157e39d441e79f434b</link>
        <description>Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;clang-format version 18See merge request petsc/petsc!6902

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Thu, 07 Mar 2024 12:36:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fbccb6d4aee615a408613f07f0a20245ae912c37 - CI: update to clang-format-18</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#fbccb6d4aee615a408613f07f0a20245ae912c37</link>
        <description>CI: update to clang-format-18

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Sat, 18 Nov 2023 07:08:12 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>164282b9d102bb1106e8a7ca89d76be0b72057fd - Merge branch &apos;stefanozampini/dmplexforest&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#164282b9d102bb1106e8a7ca89d76be0b72057fd</link>
        <description>Merge branch &apos;stefanozampini/dmplexforest&apos; into &apos;main&apos;Updates to DMPLEX and DMFORESTSee merge request petsc/petsc!7217

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Tue, 23 Jan 2024 16:28:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cbf8eb3c498ed3930890c2bc446665508b19c25d - DMPLEXFEM: fix auxiliary vector cases</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#cbf8eb3c498ed3930890c2bc446665508b19c25d</link>
        <description>DMPLEXFEM: fix auxiliary vector cases

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Mon, 11 Dec 2023 12:38:29 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5e8c9ebd54cec31abcffb19f4998f5dbf31ffd2a - Merge branch &apos;knepley/fix-plex-setup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#5e8c9ebd54cec31abcffb19f4998f5dbf31ffd2a</link>
        <description>Merge branch &apos;knepley/fix-plex-setup&apos; into &apos;main&apos;Plex: Fix setup for RDycoreSee merge request petsc/petsc!6877

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Thu, 26 Oct 2023 03:51:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5962854d720b7b8d98c62edd758f00bbb980e600 - Plex: Updates for FVM</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexts.c#5962854d720b7b8d98c62edd758f00bbb980e600</link>
        <description>Plex: Updates for FVM- Add DMPlexInsertBoundaryValuesFVM()- Add -dm_plex_print_fvm- Fix copy of diagnostic flags

            List of files:
            /petsc/src/ts/utils/dmplexts.c</description>
        <pubDate>Sun, 01 Oct 2023 21:27:24 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
