<?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 ex45.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/tutorials/ex45.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/tutorials/ex45.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/tutorials/ex45.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/tutorials/ex45.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>2a1887a77e7b2c6e00dd0ba96d1387c839460237 - Merge branch &apos;barry/2025-11-30/fix-bad-ts&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#2a1887a77e7b2c6e00dd0ba96d1387c839460237</link>
        <description>Merge branch &apos;barry/2025-11-30/fix-bad-ts&apos; into &apos;main&apos;Fix bad decisions made in writing TS.See merge request petsc/petsc!8877

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Thu, 11 Dec 2025 17:14:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>188af4bf1b9cf194d1407690fd963ae1ba8cff5d - Fix bad decisions made in writing TS.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#188af4bf1b9cf194d1407690fd963ae1ba8cff5d</link>
        <description>Fix bad decisions made in writing TS.    Fix -ts_dt to -ts_time_step and add initial time step to TSView outputcommit a5a92c11fa9681148df375b257eda4e09909b74eAuthor: Barry Smith &lt;bsmith@petsc.dev&gt;Date:   Mon Dec 1 14:51:27 2025 -0500    add max_snes_failures to TSViewcommit 32d3e79f6fa743930b1bbf32d03b9181b5b5418aAuthor: Barry Smith &lt;bsmith@petsc.dev&gt;Fix wrongly named options and add to TSViewWrong name for options database key -ts_max_reject should be -ts_max_step_rejections!Add max_reject value to TSViewAdd max_snes_failures to TSViewAdd initial timestep to TSView

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Mon, 01 Dec 2025 02:10:33 +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/ts/tutorials/ex45.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/ts/tutorials/ex45.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/ts/tutorials/ex45.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/ts/tutorials/ex45.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>2364c0ea60aac9ca02209fd54097e2f2d71ae94a - Merge branch &apos;jolivet/forbidden-empty-output-files&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#2364c0ea60aac9ca02209fd54097e2f2d71ae94a</link>
        <description>Merge branch &apos;jolivet/forbidden-empty-output-files&apos; into &apos;main&apos;checkbadSource: forbid empty output_file not named output/empty.outSee merge request petsc/petsc!8588

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Thu, 24 Jul 2025 17:00:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e0008cae9d8b220d3a191ff57f84cb339f1acef2 - checkbadSource: forbid empty output_file not named output/empty.out</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#e0008cae9d8b220d3a191ff57f84cb339f1acef2</link>
        <description>checkbadSource: forbid empty output_file not named output/empty.out

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Thu, 24 Jul 2025 17:00:55 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>d8fefa7da374a7c9d9698b3d028f8bd47fd6d665 - Merge branch &apos;bldenton/dmplex-cadrefactor&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#d8fefa7da374a7c9d9698b3d028f8bd47fd6d665</link>
        <description>Merge branch &apos;bldenton/dmplex-cadrefactor&apos; into &apos;main&apos;Plex: Updating CAD supportSee merge request petsc/petsc!8060

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Thu, 16 Jan 2025 21:41:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5552b385b77b214b234683fbe1b434751e6350f0 - Updated for Refactored Geometry Aware Mesh Topology</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#5552b385b77b214b234683fbe1b434751e6350f0</link>
        <description>Updated for Refactored Geometry Aware Mesh Topology

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Sat, 21 Oct 2023 02:01:19 +0000</pubDate>
        <dc:creator>Brandon &lt;bldenton@buffalo.edu&gt;</dc:creator>
    </item>
<item>
        <title>b9169a8d98f92f0e8a9d98ad84334fb767d552cb - Merge branch &apos;stefanozampini/tsresize-errorind&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#b9169a8d98f92f0e8a9d98ad84334fb767d552cb</link>
        <description>Merge branch &apos;stefanozampini/tsresize-errorind&apos; into &apos;main&apos;TSSetResize: support error indicatorsSee merge request petsc/petsc!7368

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Wed, 20 Mar 2024 20:36:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ecc878985a1a123bb75746e4d26307f3bec57277 - TSSetResize: support remeshing with step restart</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#ecc878985a1a123bb75746e4d26307f3bec57277</link>
        <description>TSSetResize: support remeshing with step restart

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Sat, 20 Jan 2024 13:50:01 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2da97ef0efdbb79e016f70dc55420900efab717c - Merge branch &apos;stefanozampini/ts-reset-size-change&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#2da97ef0efdbb79e016f70dc55420900efab717c</link>
        <description>Merge branch &apos;stefanozampini/ts-reset-size-change&apos; into &apos;main&apos;support variable size ODEs (i.e. PDEs with adaptive refinement) in TSSee merge request petsc/petsc!6672

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Wed, 19 Jul 2023 22:52:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d9255faf70b5d8b6a122f6baf968aeb040a2eb42 - TS tutorials ex45: proof of concept for remeshing</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#d9255faf70b5d8b6a122f6baf968aeb040a2eb42</link>
        <description>TS tutorials ex45: proof of concept for remeshingadded partial support for DMFOREST

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Tue, 18 Jul 2023 00:07:46 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2da5875fbac1ad9de17f356f061c4cc148df8ad8 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#2da5875fbac1ad9de17f356f061c4cc148df8ad8</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Sat, 03 Jun 2023 17:04:07 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>40db8417efcdde469aedd6153c3e22523a799e31 - Merge branch &apos;knepley/fix-examples&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#40db8417efcdde469aedd6153c3e22523a799e31</link>
        <description>Merge branch &apos;knepley/fix-examples&apos; into &apos;release&apos;Fix examples for PETSc MeetingSee merge request petsc/petsc!6542

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Sat, 03 Jun 2023 16:51:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7279ac95d1bed0b4317f73734501f54b7cdea289 - TS ex45: Correct sphere example</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex45.c#7279ac95d1bed0b4317f73734501f54b7cdea289</link>
        <description>TS ex45: Correct sphere example

            List of files:
            /petsc/src/ts/tutorials/ex45.c</description>
        <pubDate>Fri, 02 Jun 2023 14:42: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/ts/tutorials/ex45.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/ts/tutorials/ex45.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/ts/tutorials/ex45.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/ts/tutorials/ex45.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/ts/tutorials/ex45.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/ts/tutorials/ex45.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>
</channel>
</rss>
