<?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 ts.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/interface/ts.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/interface/ts.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/interface/ts.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/interface/ts.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/interface/ts.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/interface/ts.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/interface/ts.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/interface/ts.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>f2300f31d01ffc99ca7a05a43941a14c1c1d9061 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#f2300f31d01ffc99ca7a05a43941a14c1c1d9061</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Sun, 07 Dec 2025 16:52:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6301bd5fd76c5d98bdee46ade491576dd41c235b - Merge branch &apos;barry/2025-12-02/docs-ts-minor/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#6301bd5fd76c5d98bdee46ade491576dd41c235b</link>
        <description>Merge branch &apos;barry/2025-12-02/docs-ts-minor/release&apos; into &apos;release&apos;Improve some manual pages for TSSee merge request petsc/petsc!8878

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Sun, 07 Dec 2025 16:49:26 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>efa3986254597a3882339a6924485707076c681e - Improve some manual pages for TS</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#efa3986254597a3882339a6924485707076c681e</link>
        <description>Improve some manual pages for TS

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Wed, 03 Dec 2025 00:21:39 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>941063a0c6742edd6ba3de0434f3e015738e856a - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#941063a0c6742edd6ba3de0434f3e015738e856a</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Thu, 16 Oct 2025 14:45:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d56401d0b76c12b5c54d9a35db35fa6f4d315d85 - Merge branch &apos;stefanozampini/ts-snes-fixes&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#d56401d0b76c12b5c54d9a35db35fa6f4d315d85</link>
        <description>Merge branch &apos;stefanozampini/ts-snes-fixes&apos; into &apos;release&apos;Miscellaneous fixes for TS and SNES with domain errorsSee merge request petsc/petsc!8770

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Sun, 12 Oct 2025 15:04:31 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>764c9dfdf0de18698088dfaf44fb3a5ee569d5f7 - TSStep: need to cancel SNES monitors in case of errors</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#764c9dfdf0de18698088dfaf44fb3a5ee569d5f7</link>
        <description>TSStep: need to cancel SNES monitors in case of errors

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Tue, 07 Oct 2025 07:59:01 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>52f13ae7aea38ef7e1e8678d8552738259aa884e - TS: fix docs for TSFunctionDomainError</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#52f13ae7aea38ef7e1e8678d8552738259aa884e</link>
        <description>TS: fix docs for TSFunctionDomainError

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Sun, 05 Oct 2025 06:19:31 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dabfcb1725f614fb0deeafc7f86e1d53d1b7b2df - TSErrorWeightedNorm: add API checks</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#dabfcb1725f614fb0deeafc7f86e1d53d1b7b2df</link>
        <description>TSErrorWeightedNorm: add API checks

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Tue, 07 Oct 2025 07:59:28 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9e210917fd2290210f7150e13ff15b3541f55af7 - Merge branch &apos;stefanozampini/fix-options-help&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#9e210917fd2290210f7150e13ff15b3541f55af7</link>
        <description>Merge branch &apos;stefanozampini/fix-options-help&apos; into &apos;main&apos;fixes for uninitialized warnings or segfaults when running -helpSee merge request petsc/petsc!8743

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Sun, 28 Sep 2025 14:39:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>acc0c1fec0813836b4aeb9e2a66048b0a931ac36 - TSSetFromOptions: fix uninitialized value with -help</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#acc0c1fec0813836b4aeb9e2a66048b0a931ac36</link>
        <description>TSSetFromOptions: fix uninitialized value with -help

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Sun, 28 Sep 2025 07:58:20 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/interface/ts.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/interface/ts.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/ts/interface/ts.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/ts/interface/ts.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/ts/interface/ts.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/interface/ts.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>0311516ef26856f9037490a5104151a9a9d292aa - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#0311516ef26856f9037490a5104151a9a9d292aa</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Tue, 09 Sep 2025 20:00:09 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e59792123f7e41d909f239af4628b46c1c2b196f - Merge branch &apos;barry/2025-08-02/fortran-fix-tsadjoint-declarations-vec-bracket/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#e59792123f7e41d909f239af4628b46c1c2b196f</link>
        <description>Merge branch &apos;barry/2025-08-02/fortran-fix-tsadjoint-declarations-vec-bracket/release&apos; into &apos;release&apos;Fix definitions of some TSAjdoint functions array arguments from Vec * to Vec...See merge request petsc/petsc!8627

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Tue, 09 Sep 2025 12:10:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bcda9346efad4e5ba2d553af84eb238771ba1e25 - Merge branch &apos;MarDiehl/fix-typo&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/ts.c#bcda9346efad4e5ba2d553af84eb238771ba1e25</link>
        <description>Merge branch &apos;MarDiehl/fix-typo&apos; into &apos;main&apos;missing &quot;s&quot; for isascii and issundialsSee merge request petsc/petsc!8559

            List of files:
            /petsc/src/ts/interface/ts.c</description>
        <pubDate>Wed, 27 Aug 2025 20:05:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
