<?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 tsmon.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/tsmon.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/tsmon.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/tsmon.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/tsmon.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>e1998897b6a17a1e700cad4f1fe1a875f632250b - Merge branch &apos;barry/2025-09-28/fix-petscerrorcodefn-cxx&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#e1998897b6a17a1e700cad4f1fe1a875f632250b</link>
        <description>Merge branch &apos;barry/2025-09-28/fix-petscerrorcodefn-cxx&apos; into &apos;main&apos;Fix the definition of PetscErrorCodeFn; this reverts API change in !8615See merge request petsc/petsc!8745

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Mon, 29 Sep 2025 17:19:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>453a69bbde9863bc09727b24622658822743bb61 - Fix the definition of PetscErrorCodeFn; this reverts API change in !8615</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#453a69bbde9863bc09727b24622658822743bb61</link>
        <description>Fix the definition of PetscErrorCodeFn; this reverts API change in !8615Co-authored-by: Pierre Jolivet &lt;pierre@joliv.et&gt;Reported-by: Lisandro Dalcin &lt;dalcinl@gmail.com&gt;

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Mon, 29 Sep 2025 17:19:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@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/tsmon.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/tsmon.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>
<item>
        <title>9f196a0264fbaf0568fead3a30c861c7ae4cf663 - missing &quot;s&quot; for isascii and issundials</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#9f196a0264fbaf0568fead3a30c861c7ae4cf663</link>
        <description>missing &quot;s&quot; for isascii and issundials

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Thu, 17 Jul 2025 22:45:54 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>f7243fda4f70acf8416ce2a83a22bcbfa57fb3c8 - Merge branch &apos;jed/ts-monitor-speed&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#f7243fda4f70acf8416ce2a83a22bcbfa57fb3c8</link>
        <description>Merge branch &apos;jed/ts-monitor-speed&apos; into &apos;main&apos;TSMonitorSpeed: -ts_monitor_speedSee merge request petsc/petsc!6663

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Fri, 04 Jul 2025 14:39:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>340b794c6bb4bf4f05a91c896fd500c569804341 - TSMonitorWallClockTime: -ts_monitor_wall_clock_time</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#340b794c6bb4bf4f05a91c896fd500c569804341</link>
        <description>TSMonitorWallClockTime: -ts_monitor_wall_clock_timeSometimes machine performance experiences transient degradation and onewishes to know about the elapsed wall-clock time. With implicitintegration, a given step could be slow because it needs more iterationsor because of a machine issue. Reporting the snes and ksp iterations foreach step is useful to distinguish these factors.Co-authored-by: Barry Smith &lt;bsmith@mcs.anl.gov&gt;

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Wed, 05 Jul 2023 05:07:55 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>588b05f96e23223b2a8ada97d2faf2166957bbfb - Merge branch &apos;kjansen/MRcontinue_Run_withTest&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#588b05f96e23223b2a8ada97d2faf2166957bbfb</link>
        <description>Merge branch &apos;kjansen/MRcontinue_Run_withTest&apos; into &apos;main&apos;TS: Alternate approaches for continuing runsSee merge request petsc/petsc!7870

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Tue, 17 Jun 2025 22:10:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8e562f8d79e14d389691a8cc1ed82e4438abd78d - ts: Add -ts_run_steps and -ts_monitor_solution_skip_initial</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#8e562f8d79e14d389691a8cc1ed82e4438abd78d</link>
        <description>ts: Add -ts_run_steps and -ts_monitor_solution_skip_initialCo-authored-by: Kenneth E. Jansen &lt;kenneth.jansen@colorado.edu&gt;Co-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;Co-authored-by: Barry Smith &lt;bsmith@mcs.anl.gov&gt;

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Thu, 20 Mar 2025 17:06:39 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>a3f8f6a37e1fde4ab348d1b094bb170403e3a2af - Merge branch &apos;jrwrigh/ts_monitor_frequency&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#a3f8f6a37e1fde4ab348d1b094bb170403e3a2af</link>
        <description>Merge branch &apos;jrwrigh/ts_monitor_frequency&apos; into &apos;main&apos;refactor(ts): Remove -ts_monitor_frequency for *_intervalSee merge request petsc/petsc!8473

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Fri, 13 Jun 2025 19:25:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>41d1746488fd5b1076053f66e67146d4d9eda7fa - refactor(ts): Remove -ts_monitor_frequency for *_interval</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#41d1746488fd5b1076053f66e67146d4d9eda7fa</link>
        <description>refactor(ts): Remove -ts_monitor_frequency for *_interval`-ts_monitor_frequency` was only respected by`-ts_dmswarm_monitor_moments` anyways, which already had the `interval`flag associated with it.

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Thu, 12 Jun 2025 16:25:16 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Fri, 04 Apr 2025 16:52:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d31fe39802948f06a959728705e9180f432eb966 - Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#d31fe39802948f06a959728705e9180f432eb966</link>
        <description>Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;Fix typosSee merge request petsc/petsc!8259

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Mon, 31 Mar 2025 14:27:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bfe80ac4a46d58cb7760074b25f5e81b2f541d8a - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#bfe80ac4a46d58cb7760074b25f5e81b2f541d8a</link>
        <description>Fix typos

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Sat, 29 Mar 2025 19:36:35 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>be37439ebbbdb2f81c3420c175a94aa72e59929c - Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#be37439ebbbdb2f81c3420c175a94aa72e59929c</link>
        <description>Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;Remove useless castSee merge request petsc/petsc!7894

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Mon, 21 Oct 2024 21:59:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>835f2295474254850a9de28f274be7ce943244c7 - Brain dead fixes for useless casts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#835f2295474254850a9de28f274be7ce943244c7</link>
        <description>Brain dead fixes for useless casts

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Sat, 05 Oct 2024 11:54:52 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ad781fe3223b515d45fb60062f8062326362e786 - Merge branch &apos;barry/2024-09-29/fix-function-typedef-style&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#ad781fe3223b515d45fb60062f8062326362e786</link>
        <description>Merge branch &apos;barry/2024-09-29/fix-function-typedef-style&apos; into &apos;main&apos;Unify handling of context destructorsSee merge request petsc/petsc!7900

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Mon, 21 Oct 2024 15:09:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>49abdd8a111d9c2ef7fc48ade253ef64e07f9b37 - Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#49abdd8a111d9c2ef7fc48ade253ef64e07f9b37</link>
        <description>Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those thatused PetscContainer- Now allows any context to be a PetscObject- Will provide a cleaner mapping to bindings in other languages- Simplifies the maintenance of PETSc source code; improves clarityNot backward compatible, compiler warnings will tell users what functions need to be updated

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Sun, 29 Sep 2024 23:38:19 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d0e6bf2ad94dcc89b258ce16c7987200a4714786 - Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsmon.c#d0e6bf2ad94dcc89b258ce16c7987200a4714786</link>
        <description>Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;clang-format-19See merge request petsc/petsc!7644

            List of files:
            /petsc/src/ts/interface/tsmon.c</description>
        <pubDate>Wed, 25 Sep 2024 06:44:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
