<?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 ex5.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/ex5.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/ex5.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/ex5.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/ex5.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>2fdc6ccebbc3928b2b44fd25599289da4bf52cf2 - Merge branch &apos;knepley/fix-plex-fem-funcs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.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/dm/impls/plex/tests/ex5.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/dm/impls/plex/tests/ex5.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/dm/impls/plex/tests/ex5.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>49777e5269a9c36f7494c951e21e462585ae1f0f - Merge branch &apos;knepley/feature-plex-transform-cohesive&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#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/src/dm/impls/plex/tests/ex5.c</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/src/dm/impls/plex/tests/ex5.c#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/src/dm/impls/plex/tests/ex5.c</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>c5997e4300c7fea2df85e5b0976a2aebbbeb10b8 - Merge branch &apos;knepley/fix-plex-io-section-perm&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#c5997e4300c7fea2df85e5b0976a2aebbbeb10b8</link>
        <description>Merge branch &apos;knepley/fix-plex-io-section-perm&apos; into &apos;main&apos;Plex: Flexible creation of section permutationsSee merge request petsc/petsc!7258

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Fri, 16 Feb 2024 17:36:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>adc219578d10939800eed519846cb0a0577dc4e2 - Plex: Flexible creation of section permutations</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#adc219578d10939800eed519846cb0a0577dc4e2</link>
        <description>Plex: Flexible creation of section permutations- Add createsectionpermutation to DM ops- Change DMPlexReorderDefaultFlag to DMReorderDefaultFlag- Move DMReorderDefaultFlag to the correct headerApply 1 suggestion(s) to 1 file(s)

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Fri, 02 Feb 2024 16:36:03 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a9cd3c18c65495fe816424773b8726fb95b6f846 - Merge branch &apos;knepley/feature-fault-pc&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#a9cd3c18c65495fe816424773b8726fb95b6f846</link>
        <description>Merge branch &apos;knepley/feature-fault-pc&apos; into &apos;main&apos;Plex: Allow section reordering by defaultSee merge request petsc/petsc!7197

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Sat, 20 Jan 2024 17:00:11 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>882cb04d3cffde17d09a8aa45d5f5a7ba5f0e0ee - Plex ex5: Add tests of section reordering</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#882cb04d3cffde17d09a8aa45d5f5a7ba5f0e0ee</link>
        <description>Plex ex5: Add tests of section reordering

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Sat, 20 Jan 2024 03:17:32 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c574b33dbb6b78d8da39c960334eed6f9b8b2bc5 - Merge branch &apos;baagaard/update-plex-ex5-fault-projection&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#c574b33dbb6b78d8da39c960334eed6f9b8b2bc5</link>
        <description>Merge branch &apos;baagaard/update-plex-ex5-fault-projection&apos; into &apos;main&apos;Fixes for projection between different dimensional meshesSee merge request petsc/petsc!7079

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Tue, 05 Dec 2023 20:46:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>67de2c8aaebf457db47b77de7beae8eecd9be82b - Plex ex5: Include tests projecting to fault mesh  - Fix bd projection label and label completion</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#67de2c8aaebf457db47b77de7beae8eecd9be82b</link>
        <description>Plex ex5: Include tests projecting to fault mesh  - Fix bd projection label and label completion

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Tue, 05 Dec 2023 13:36:46 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7b506345644a939af5723216e40ffcdd7780697d - Merge branch &apos;barry/2023-10-19/fix-pcview-redundant/release&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#7b506345644a939af5723216e40ffcdd7780697d</link>
        <description>Merge branch &apos;barry/2023-10-19/fix-pcview-redundant/release&apos; into &apos;main&apos;Fix bugs in handling PetscViewerGetSubViewer() and tabing in ASCII viewersSee merge request petsc/petsc!6948

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Tue, 14 Nov 2023 04:35:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fe8fb07485f33b84ebb214f2984459f87e22ea81 - Fix bugs in handling PetscViewerGetSubViewer() and tabing in ASCII viewers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#fe8fb07485f33b84ebb214f2984459f87e22ea81</link>
        <description>Fix bugs in handling PetscViewerGetSubViewer() and tabing in ASCII viewersReported-by: Pierre Jolivet

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Thu, 19 Oct 2023 22:29:52 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5fc265dd8bff6d164a353138a8eb6bb8435b34cb - Merge branch &apos;knepley/fix-cohesive-integration&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#5fc265dd8bff6d164a353138a8eb6bb8435b34cb</link>
        <description>Merge branch &apos;knepley/fix-cohesive-integration&apos; into &apos;main&apos;Plex: Fix orientation when integrating cohesive facesSee merge request petsc/petsc!6599

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Thu, 15 Jun 2023 02:04:32 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>81363e6fac651c2e8ea06291f4d9baeabc0e2a3e - Plex ex5: Update tests</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#81363e6fac651c2e8ea06291f4d9baeabc0e2a3e</link>
        <description>Plex ex5: Update tests

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Wed, 14 Jun 2023 16:51:25 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>fee6f97198e16e7dfba09d309f9036be1c93fe7f - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#fee6f97198e16e7dfba09d309f9036be1c93fe7f</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Mon, 03 Apr 2023 16:05:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2cd4e341fbd5fc5ee8fdd5a8b181d08f602b64c5 - Merge branch &apos;balay/ci-macos-upgrade&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#2cd4e341fbd5fc5ee8fdd5a8b181d08f602b64c5</link>
        <description>Merge branch &apos;balay/ci-macos-upgrade&apos; into &apos;release&apos;CI: upgrade software stack on MacOS workersSee merge request petsc/petsc!6273

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Mon, 03 Apr 2023 16:05:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b82ee8d4d7901ccf7cb9fbf778c9fa618a04fb60 - CI: upgrade software stack on MacOS (x64)  workers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#b82ee8d4d7901ccf7cb9fbf778c9fa618a04fb60</link>
        <description>CI: upgrade software stack on MacOS (x64)  workers- disable SAWS, Boost due to build failures- fix dm_impls_plex_tests-ex5 failures- switch MPICH build for AMREX as &quot;--disable-two-level-namespace&quot; triggers build error (same error with petsc4py?)ld: file not found: @rpath/libquadmath.0.dylib for architecture x86_64

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Fri, 31 Mar 2023 23:21:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b6b5caf99979f50a7774afdccea5ca5661fc1203 - Merge branch &apos;knepley/feature-hybrid-mass&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/plex/tests/ex5.c#b6b5caf99979f50a7774afdccea5ca5661fc1203</link>
        <description>Merge branch &apos;knepley/feature-hybrid-mass&apos; into &apos;main&apos;Plex: Can now specify a mass weighting to hybrid residualSee merge request petsc/petsc!6210

            List of files:
            /petsc/src/dm/impls/plex/tests/ex5.c</description>
        <pubDate>Mon, 27 Mar 2023 14:14:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
