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

            List of files:
            /petsc/src/ts/interface/tsrhssplit.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/tsrhssplit.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/tsrhssplit.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/tsrhssplit.c#efa3986254597a3882339a6924485707076c681e</link>
        <description>Improve some manual pages for TS

            List of files:
            /petsc/src/ts/interface/tsrhssplit.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>f4104c902091261091d7f1bb5871ccd3a01482a0 - Merge branch &apos;hongzh/imex-fastslow&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#f4104c902091261091d7f1bb5871ccd3a01482a0</link>
        <description>Merge branch &apos;hongzh/imex-fastslow&apos; into &apos;main&apos;IMEX solver for fast slow systemsSee merge request petsc/petsc!7722

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Thu, 12 Sep 2024 21:17:50 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4bd3aaa3b0a0aba9d82762bb2193c2700c26f8e1 - Add TSRHSSplitGet/SetSNES()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#4bd3aaa3b0a0aba9d82762bb2193c2700c26f8e1</link>
        <description>Add TSRHSSplitGet/SetSNES()Use a different SNES object for TSRHSSplit so that the origina SNES DM still matches the TS DM.

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Tue, 10 Sep 2024 21:55:59 +0000</pubDate>
        <dc:creator>Hong Zhang &lt;hongzhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3a2a065f407e7da3bb6fc7eaf619dbab56034fde - Add a new ARKIMEX solver for fast-slow systems</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#3a2a065f407e7da3bb6fc7eaf619dbab56034fde</link>
        <description>Add a new ARKIMEX solver for fast-slow systems

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Thu, 09 May 2024 15:03:32 +0000</pubDate>
        <dc:creator>Hong Zhang &lt;hongzhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1ed6e3ff8437baa411029a28c2b08f047df9ad9a - Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#1ed6e3ff8437baa411029a28c2b08f047df9ad9a</link>
        <description>Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INTSee merge request petsc/petsc!7480

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Thu, 25 Apr 2024 22:16:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cc4c1da905d89950b196b027190941013bd3e15a - Update source code removing all unneeded /*@C and associated manual stubs and interfaces</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#cc4c1da905d89950b196b027190941013bd3e15a</link>
        <description>Update source code removing all unneeded /*@C and associated manual stubs and interfaces

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Sun, 14 Apr 2024 02:07:12 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c7fbd2bd3f8c01fa99614987dbf75cef1ca8e75e - Merge branch &apos;barry/2024-01-19/typedef-snes-functions&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#c7fbd2bd3f8c01fa99614987dbf75cef1ca8e75e</link>
        <description>Merge branch &apos;barry/2024-01-19/typedef-snes-functions&apos; into &apos;main&apos;add typedef for functions passed to SNESSetFunction() etc to match approach in TSSee merge request petsc/petsc!7206

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Fri, 02 Feb 2024 22:37:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8434afd195968570cfdb5bc7b9cfc0a316d974ae - Change the use of the _Fn suffix to indicate a typedef of a function to just Fn</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#8434afd195968570cfdb5bc7b9cfc0a316d974ae</link>
        <description>Change the use of the _Fn suffix to indicate a typedef of a function to just FnAs determined on a vote on GitLab

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Fri, 02 Feb 2024 17:26:52 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d1c5d1fc7e3c42c130de9f212400163d62c32b61 - Convert TS typedef functions to new style ending with _Fn</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#d1c5d1fc7e3c42c130de9f212400163d62c32b61</link>
        <description>Convert TS typedef functions to new style ending with _FnCommit-type: housekeeping, maintainability

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Sun, 21 Jan 2024 17:32:56 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>186cd71fca8a34028ad7ebadf4406963328fd35d - Merge branch &apos;jacobf/2023-07-19/lint-apply-ts&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#186cd71fca8a34028ad7ebadf4406963328fd35d</link>
        <description>Merge branch &apos;jacobf/2023-07-19/lint-apply-ts&apos; into &apos;main&apos;Manual linter fixes: tsSee merge request petsc/petsc!6736

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Mon, 24 Jul 2023 17:48:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>14d0ab18b70ee075d422f67a0c1395817de67fab - Manual linter fixes: ts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#14d0ab18b70ee075d422f67a0c1395817de67fab</link>
        <description>Manual linter fixes: ts

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Wed, 19 Jul 2023 20:56:52 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cfd92c66bdae16b66d27a6336fb90fa54c459cc4 - Merge branch &apos;tisaac/feature-type-generic-petsc-valid-pointer&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#cfd92c66bdae16b66d27a6336fb90fa54c459cc4</link>
        <description>Merge branch &apos;tisaac/feature-type-generic-petsc-valid-pointer&apos; into &apos;main&apos;Implement a type generic PetscValidPointerSee merge request petsc/petsc!6693

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Sat, 22 Jul 2023 23:49:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4f572ea9526f19623f23a8c158f3503516190bbc - Rename PetscValidPointer -&gt; PetscAssertPointer</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#4f572ea9526f19623f23a8c158f3503516190bbc</link>
        <description>Rename PetscValidPointer -&gt; PetscAssertPointer

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Tue, 18 Jul 2023 17:25:19 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>02477ebbb21fa13a3b107e40dce1c3d726eb3600 - Merge branch &apos;jacobf/2023-06-30/enable-doc-lint&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#02477ebbb21fa13a3b107e40dce1c3d726eb3600</link>
        <description>Merge branch &apos;jacobf/2023-06-30/enable-doc-lint&apos; into &apos;main&apos;Enable docs lintingSee merge request petsc/petsc!6667

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Sat, 15 Jul 2023 03:37:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b43aa488f900e1fa15f896f863d5deacb647a378 - Lint apply: ts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#b43aa488f900e1fa15f896f863d5deacb647a378</link>
        <description>Lint apply: ts

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Wed, 12 Jul 2023 16:55:56 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8c38e02a3678447a1eb0f10af923e943bbe70cd9 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/interface/tsrhssplit.c#8c38e02a3678447a1eb0f10af923e943bbe70cd9</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/interface/tsrhssplit.c</description>
        <pubDate>Sat, 03 Jun 2023 14:24:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
