<?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 ex13.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/tests/ex13.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/tests/ex13.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/tests/ex13.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/tests/ex13.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/tests/ex13.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/tests/ex13.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>5ebfa9e9f88b822c006efbb9b0cb198b91a2e84d - Introduce PetscFortranCallbackFn to be used instead of PetscVoidFn for Fortran callback functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex13.c#5ebfa9e9f88b822c006efbb9b0cb198b91a2e84d</link>
        <description>Introduce PetscFortranCallbackFn to be used instead of PetscVoidFn for Fortran callback functionsAlso fix incorrect use of SNESFunctionFn and SNESJacobianFn in SNES Fortran manual stub

            List of files:
            /petsc/src/snes/tests/ex13.c</description>
        <pubDate>Sun, 21 Sep 2025 14:47:56 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@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/tests/ex13.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/tests/ex13.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>61637931de279b9284e707b7e78e5f80c9b90277 - Merge branch &apos;adams/ex13-general-pos-hem&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex13.c#61637931de279b9284e707b7e78e5f80c9b90277</link>
        <description>Merge branch &apos;adams/ex13-general-pos-hem&apos; into &apos;main&apos;ex13: add general positions for parallel HEMSee merge request petsc/petsc!7286

            List of files:
            /petsc/src/snes/tests/ex13.c</description>
        <pubDate>Wed, 14 Feb 2024 17:25:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>24def88cb22eac61cf99f577dfc55b3cf59be840 - ex13: add general positions for parallel HEM</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex13.c#24def88cb22eac61cf99f577dfc55b3cf59be840</link>
        <description>ex13: add general positions for parallel HEM

            List of files:
            /petsc/src/snes/tests/ex13.c</description>
        <pubDate>Wed, 14 Feb 2024 17:25:09 +0000</pubDate>
        <dc:creator>Mark Adams &lt;524115-markadams4@users.noreply.gitlab.com&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/tests/ex13.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/tests/ex13.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/tests/ex13.c#6493148fa132b91628b1fcea3e6c935adfa8483c</link>
        <description>DMPLEXSNES: support objective functions

            List of files:
            /petsc/src/snes/tests/ex13.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>8f86817bd230c4b8d28d71b4b6fb18ce62baf2bc - Merge branch &apos;adams/mat-test-ex13-opt&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex13.c#8f86817bd230c4b8d28d71b4b6fb18ce62baf2bc</link>
        <description>Merge branch &apos;adams/mat-test-ex13-opt&apos; into &apos;main&apos;cleanup ex13 for square graphSee merge request petsc/petsc!6913

            List of files:
            /petsc/src/snes/tests/ex13.c</description>
        <pubDate>Sun, 08 Oct 2023 14:36:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e923c35270c6930fa69a27893222aa72f8be272d - cleanup ex13 for square graph</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex13.c#e923c35270c6930fa69a27893222aa72f8be272d</link>
        <description>cleanup ex13 for square graph

            List of files:
            /petsc/src/snes/tests/ex13.c</description>
        <pubDate>Mon, 18 Sep 2023 16:48:00 +0000</pubDate>
        <dc:creator>Mark Adams &lt;mfadams@lbl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6c37f76f2ace6b1ab1a4a8f1d7a04dee3e7f2aa9 - Merge branch &apos;tisaac/feature-log-handler&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex13.c#6c37f76f2ace6b1ab1a4a8f1d7a04dee3e7f2aa9</link>
        <description>Merge branch &apos;tisaac/feature-log-handler&apos; into &apos;main&apos;Deglobalize logging into PetscLogHandler and PetscLogStateSee merge request petsc/petsc!6709

            List of files:
            /petsc/src/snes/tests/ex13.c</description>
        <pubDate>Thu, 27 Jul 2023 15:06:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2611ad710242b3c70d66651ef7e40f9450d305e2 - Profiling: Improve !defined(PETSC_USE_LOG) #defines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex13.c#2611ad710242b3c70d66651ef7e40f9450d305e2</link>
        <description>Profiling: Improve !defined(PETSC_USE_LOG) #defines- If we cast macro arguments to void, we can avoid unused errors that have  forced lots of conditionally included code like this:```c  #if defined(PETSC_USE_LOG)  PetscLogEvent event;  #endif```- Having global counters like petsc_TotalFlops externed event  if !PetscDefined(USE_LOG) helps to remove a lot of needless  `#ifdef`s around code that can instead be placed in  `if (PetscDefined(USE_LOG)) {}` blocks.

            List of files:
            /petsc/src/snes/tests/ex13.c</description>
        <pubDate>Fri, 14 Jul 2023 04:24:59 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>597312bb6c345b23a699f9b4a0709e000a8fd5d1 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex13.c#597312bb6c345b23a699f9b4a0709e000a8fd5d1</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/snes/tests/ex13.c</description>
        <pubDate>Tue, 02 May 2023 23:33:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7168d968c8ec57a99e271b109d7a3463ed3a5e80 - Merge branch &apos;stefanozampini/fix-setinf&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex13.c#7168d968c8ec57a99e271b109d7a3463ed3a5e80</link>
        <description>Merge branch &apos;stefanozampini/fix-setinf&apos; into &apos;release&apos;Fixes for -fp_trapSee merge request petsc/petsc!6372

            List of files:
            /petsc/src/snes/tests/ex13.c</description>
        <pubDate>Tue, 02 May 2023 23:29:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cc2bab2133e94a0b567dd5f0bda9e4125c32baf0 - SNES ex13: Fix PC</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex13.c#cc2bab2133e94a0b567dd5f0bda9e4125c32baf0</link>
        <description>SNES ex13: Fix PC

            List of files:
            /petsc/src/snes/tests/ex13.c</description>
        <pubDate>Sun, 30 Apr 2023 15:03:32 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@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/tests/ex13.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/tests/ex13.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/tests/ex13.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/snes/tests/ex13.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>070066d8551bfd49ef238fbd683803c1aed497dd - Merge branch &apos;adams/landau-ex13-fixes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex13.c#070066d8551bfd49ef238fbd683803c1aed497dd</link>
        <description>Merge branch &apos;adams/landau-ex13-fixes&apos; into &apos;main&apos;Adams/landau ex13 fixesSee merge request petsc/petsc!5647

            List of files:
            /petsc/src/snes/tests/ex13.c</description>
        <pubDate>Mon, 26 Sep 2022 17:28:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e0b20f2ab553d13822b7e07fd5b8e1e425cbac3a - print N in ex13</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/ex13.c#e0b20f2ab553d13822b7e07fd5b8e1e425cbac3a</link>
        <description>print N in ex13

            List of files:
            /petsc/src/snes/tests/ex13.c</description>
        <pubDate>Fri, 16 Sep 2022 17:38:47 +0000</pubDate>
        <dc:creator>Mark Adams &lt;ma2325@columbia.edu&gt;</dc:creator>
    </item>
</channel>
</rss>
