<?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 ex44.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/dm/impls/plex/tests/ex44.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/dm/impls/plex/tests/ex44.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/dm/impls/plex/tests/ex44.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/dm/impls/plex/tests/ex44.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>f5e08ef0b038beae3cc5a419ed414951952ddf4d - Merge branch &apos;knepley/fix-plex-extrude-bd&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#f5e08ef0b038beae3cc5a419ed414951952ddf4d</link>
        <description>Merge branch &apos;knepley/fix-plex-extrude-bd&apos; into &apos;main&apos;Plex: Fix orientation of boundary extrusionSee merge request petsc/petsc!8622

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Sat, 02 Aug 2025 15:39:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>658b9581582e9e46a4d81bb46537839db4e85628 - Plex: Fix orientation of boundary extrusion</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#658b9581582e9e46a4d81bb46537839db4e85628</link>
        <description>Plex: Fix orientation of boundary extrusion- Allow DMPlexExtrude() to take a label argument- Allow transforms to reorient the highest dimensional cells

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Thu, 31 Jul 2025 14:33:06 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1daffa38cc41cf9902160fbbbb93ca19f065709b - Merge branch &apos;davidsal/fix-dmplextransform&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#1daffa38cc41cf9902160fbbbb93ca19f065709b</link>
        <description>Merge branch &apos;davidsal/fix-dmplextransform&apos; into &apos;main&apos;DMPlexTransform: Allow for plex meshes that do not use standard orderingSee merge request petsc/petsc!8472

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Thu, 12 Jun 2025 16:01:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>83b0cc015480acc232c46c7570fa8b373522b0eb - DMPlexTransform: Allow for plex meshes that do not use standard ordering</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#83b0cc015480acc232c46c7570fa8b373522b0eb</link>
        <description>DMPlexTransform: Allow for plex meshes that do not use standard orderingDMPlexTransform assumed that the order of points would be cells-&gt;vertices-&gt;edges (in 2D).Some cases, such as a DMForest converted to a DMPlex, might have cells-&gt;edges-&gt;vertices, which resultsin points being incorrectly flagged as out-of-range.  The new cell type order function has been updated to order cell types by the ordering in the DMPlex.Added additional tests for DMForest-&gt;DMPlex during extrusion.

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Thu, 12 Jun 2025 16:01:47 +0000</pubDate>
        <dc:creator>David Salac &lt;davidsal@buffalo.edu&gt;</dc:creator>
    </item>
<item>
        <title>d4cfec0c9b872c3b2edba8ace3bda68a578339ca - Merge branch &apos;knepley/fix-extrusion-normal-parallel&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#d4cfec0c9b872c3b2edba8ace3bda68a578339ca</link>
        <description>Merge branch &apos;knepley/fix-extrusion-normal-parallel&apos; into &apos;main&apos;Plex: Fix normal computation in parallel extrusionSee merge request petsc/petsc!7852

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Fri, 20 Sep 2024 03:11:45 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>aa0a27412e54e7497c52ed7e115faa7e9e673a91 - Plex ex44: Added parallel extrusion tests</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#aa0a27412e54e7497c52ed7e115faa7e9e673a91</link>
        <description>Plex ex44: Added parallel extrusion tests

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Thu, 19 Sep 2024 17:22:29 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>205affa4e924feaa2f60e2482253c051df475182 - Merge branch &apos;knepley/fix-plex-extrusion-normal&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#205affa4e924feaa2f60e2482253c051df475182</link>
        <description>Merge branch &apos;knepley/fix-plex-extrusion-normal&apos; into &apos;main&apos;Knepley/fix plex extrusion normalSee merge request petsc/petsc!7793

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Sat, 31 Aug 2024 02:57:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bb21c8c56107d6a8a2c4826cbecbb59f932ee453 - Plex ex44: Added parallel test</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#bb21c8c56107d6a8a2c4826cbecbb59f932ee453</link>
        <description>Plex ex44: Added parallel test

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Wed, 28 Aug 2024 19:48:46 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f5c2743d7452460395ffd8fad99e8bb34947e33e - Merge branch &apos;knepley/feature-plex-periodic-extrusion&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#f5c2743d7452460395ffd8fad99e8bb34947e33e</link>
        <description>Merge branch &apos;knepley/feature-plex-periodic-extrusion&apos; into &apos;main&apos;Plex: Add periodic extrusionSee merge request petsc/petsc!6571

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Sat, 10 Jun 2023 03:07:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c403ad252838337edbd0ba00c9527c17901155f1 - Plex ex44: Test of periodic extrusion</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#c403ad252838337edbd0ba00c9527c17901155f1</link>
        <description>Plex ex44: Test of periodic extrusion

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Thu, 08 Jun 2023 13:54:04 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2270c0fef5fdd84b33650ec7352a98c659b72f9a - Merge branch &apos;knepley/feature-transform-label-rules&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#2270c0fef5fdd84b33650ec7352a98c659b72f9a</link>
        <description>Merge branch &apos;knepley/feature-transform-label-rules&apos; into &apos;main&apos;Plex: Transforms can now implement rules for labelingSee merge request petsc/petsc!6280

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Wed, 05 Apr 2023 19:56:37 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>533617b7309deb0f9f6f8302a5f0bbde6ea8bf07 - Plex: Transforms can now implement rules for labeling - Added some tests</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#533617b7309deb0f9f6f8302a5f0bbde6ea8bf07</link>
        <description>Plex: Transforms can now implement rules for labeling - Added some tests

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Wed, 05 Apr 2023 13:38:08 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5a7a9864f3e2c56c91df35f54563f00658726b85 - Merge branch &apos;jeremy/less-strcpy-strcat&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#5a7a9864f3e2c56c91df35f54563f00658726b85</link>
        <description>Merge branch &apos;jeremy/less-strcpy-strcat&apos; into &apos;main&apos;Use Petsc[Strncpy,Strlcat,Memcpy] over Petsc[Strcpy,Strcat]Closes #1332See merge request petsc/petsc!6115

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Tue, 14 Mar 2023 14:34:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c6a7a37075f8bf8d34d92c4910d42445b7a3482d - Clean up PETSc str ops to use more secure implementations where possible. These include:</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#c6a7a37075f8bf8d34d92c4910d42445b7a3482d</link>
        <description>Clean up PETSc str ops to use more secure implementations where possible. These include:- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat()- Use PetscArraycpy() over PetscMemcpy() as appropriate for string buffer copying- Use built in string from name over hardcoding- Use sizeof over hardcoded length- Replace some Strlcat with Strncpy when offset is known

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Fri, 24 Feb 2023 16:48:31 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>31d78bcd2b98084dc1368b20eb1129c8b9fb39fe - Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#31d78bcd2b98084dc1368b20eb1129c8b9fb39fe</link>
        <description>Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;Feature: Non-discardable PetscErrorCodeSee merge request petsc/petsc!5923

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Thu, 02 Feb 2023 20:39:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3ba1676111f5c958fe6c2729b46ca4d523958bb3 - Make PetscErrorCode a non-discardable enum</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Sat, 10 Dec 2022 18:29:11 +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/src/dm/impls/plex/tests/ex44.c#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/src/dm/impls/plex/tests/ex44.c</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>d71ae5a4db6382e7f06317b8d368875286fe9008 - source code format changes due to .clang-format changes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex44.c#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/dm/impls/plex/tests/ex44.c</description>
        <pubDate>Wed, 21 Sep 2022 21:15:28 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
