<?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 ex24.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/snes/tutorials/ex24.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/snes/tutorials/ex24.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/snes/tutorials/ex24.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/snes/tutorials/ex24.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>2286efddd54511ab18e8e2adb1e023c4bf8f0b92 - Merge branch &apos;barry/2025-07-30/fix-matshellsetoperationarg&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex24.c#2286efddd54511ab18e8e2adb1e023c4bf8f0b92</link>
        <description>Merge branch &apos;barry/2025-07-30/fix-matshellsetoperationarg&apos; into &apos;main&apos;Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFnSee merge request petsc/petsc!8615

            List of files:
            /petsc/src/snes/tutorials/ex24.c</description>
        <pubDate>Thu, 25 Sep 2025 13:44:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>57d508425293f0bb93f59574d14951d8faac9af8 - Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex24.c#57d508425293f0bb93f59574d14951d8faac9af8</link>
        <description>Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **

            List of files:
            /petsc/src/snes/tutorials/ex24.c</description>
        <pubDate>Thu, 31 Jul 2025 01:09:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4a6a4c7cc42fa564149da02adc76850f0c997875 - Merge branch &apos;knepley/fix-dm-field-facedata&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex24.c#4a6a4c7cc42fa564149da02adc76850f0c997875</link>
        <description>Merge branch &apos;knepley/fix-dm-field-facedata&apos; into &apos;main&apos;DMField: Quadrature was wrong for affine branch of facedataSee merge request petsc/petsc!7547

            List of files:
            /petsc/src/snes/tutorials/ex24.c</description>
        <pubDate>Wed, 29 May 2024 15:46:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>79ab67a34e24ffe79d2fdfccb4206de89a5e4b2d - Plex: Fix boundary integrals</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex24.c#79ab67a34e24ffe79d2fdfccb4206de89a5e4b2d</link>
        <description>Plex: Fix boundary integrals- PetscFEIntegrateBd() now initializes its integrand- Fix many multifield bugs in this routine

            List of files:
            /petsc/src/snes/tutorials/ex24.c</description>
        <pubDate>Wed, 15 May 2024 16:55:09 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>88b49a8f78c4503ed29ef0698cadc804c91aa698 - Merge branch &apos;nathawani/feature-Hdiv-test&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex24.c#88b49a8f78c4503ed29ef0698cadc804c91aa698</link>
        <description>Merge branch &apos;nathawani/feature-Hdiv-test&apos; into &apos;main&apos;FE test for Raviart-Thomas (RT0) elementSee merge request petsc/petsc!7411

            List of files:
            /petsc/src/snes/tutorials/ex24.c</description>
        <pubDate>Thu, 18 Apr 2024 13:08:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6c2660fce67f871df7c6d176342b7798c1d9d83d - FE test for Raviart-Thomas (RT0) element for triangles and quads</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex24.c#6c2660fce67f871df7c6d176342b7798c1d9d83d</link>
        <description>FE test for Raviart-Thomas (RT0) element for triangles and quads

            List of files:
            /petsc/src/snes/tutorials/ex24.c</description>
        <pubDate>Fri, 22 Mar 2024 22:57:21 +0000</pubDate>
        <dc:creator>Darsh Nathawani &lt;darshkir@buffalo.edu&gt;</dc:creator>
    </item>
<item>
        <title>2627a1745ccdfe4740baef5b0100097971ceefdd - Merge branch &apos;stefanozampini/hypre-mfem-single&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex24.c#2627a1745ccdfe4740baef5b0100097971ceefdd</link>
        <description>Merge branch &apos;stefanozampini/hypre-mfem-single&apos; into &apos;main&apos;hypre mfem singleSee merge request petsc/petsc!7414

            List of files:
            /petsc/src/snes/tutorials/ex24.c</description>
        <pubDate>Wed, 27 Mar 2024 18:15:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>910b42cbfb1b6524ef4594118dd5e013aee7da5d - Tweak single precision tests for my configuration with packages</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex24.c#910b42cbfb1b6524ef4594118dd5e013aee7da5d</link>
        <description>Tweak single precision tests for my configuration with packages

            List of files:
            /petsc/src/snes/tutorials/ex24.c</description>
        <pubDate>Wed, 27 Mar 2024 11:57:55 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>19e29be1cfe028f4b5124fe94439d73f86b746a9 - Merge branch &apos;stefanozampini/bddc-mixed-poisson&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex24.c#19e29be1cfe028f4b5124fe94439d73f86b746a9</link>
        <description>Merge branch &apos;stefanozampini/bddc-mixed-poisson&apos; into &apos;main&apos;SNES ex24: add BDDC testsSee merge request petsc/petsc!7121

            List of files:
            /petsc/src/snes/tutorials/ex24.c</description>
        <pubDate>Tue, 13 Feb 2024 20:46:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c8629ca80ffe46d1388c7c73037444d9708337f9 - Merge branch &apos;stefanozampini/minsurf-local&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex24.c#c8629ca80ffe46d1388c7c73037444d9708337f9</link>
        <description>Merge branch &apos;stefanozampini/minsurf-local&apos; into &apos;main&apos;Improve support for nonlinear domain decomposition solversSee merge request petsc/petsc!7084

            List of files:
            /petsc/src/snes/tutorials/ex24.c</description>
        <pubDate>Sun, 17 Dec 2023 06:25:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6493148fa132b91628b1fcea3e6c935adfa8483c - DMPLEXSNES: support objective functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex24.c#6493148fa132b91628b1fcea3e6c935adfa8483c</link>
        <description>DMPLEXSNES: support objective functions

            List of files:
            /petsc/src/snes/tutorials/ex24.c</description>
        <pubDate>Tue, 28 Nov 2023 11:54:19 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>07a75e276c69ab171da0f98d0260cb13c2616414 - SNES ex24: add BDDC tests</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/ex24.c#07a75e276c69ab171da0f98d0260cb13c2616414</link>
        <description>SNES ex24: add BDDC tests

            List of files:
            /petsc/src/snes/tutorials/ex24.c</description>
        <pubDate>Sat, 16 Dec 2023 12:00:01 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/snes/tutorials/ex24.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/snes/tutorials/ex24.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/snes/tutorials/ex24.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/snes/tutorials/ex24.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/snes/tutorials/ex24.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/snes/tutorials/ex24.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/snes/tutorials/ex24.c#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/snes/tutorials/ex24.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>
<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/src/snes/tutorials/ex24.c#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/src/snes/tutorials/ex24.c</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/src/snes/tutorials/ex24.c#9371c9d470a9602b6d10a8bf50c9b2280a79e45a</link>
        <description>clang-format: convert PETSc sources to comply with clang-format

            List of files:
            /petsc/src/snes/tutorials/ex24.c</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>
