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

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Tue, 10 Jun 2025 16:54:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>35eef7c36cfc7089c0ef5e644264afaef632576a - Merge branch &apos;jolivet/typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#35eef7c36cfc7089c0ef5e644264afaef632576a</link>
        <description>Merge branch &apos;jolivet/typos&apos; into &apos;release&apos;TyposSee merge request petsc/petsc!8463

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Fri, 06 Jun 2025 15:36:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2cdf5ea42bccd4e651ec69c5d7cf37657be83b41 - Typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#2cdf5ea42bccd4e651ec69c5d7cf37657be83b41</link>
        <description>Typos

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Thu, 05 Jun 2025 20:08:08 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>00946a4d4715aa5f9fdac01930be79cdd37d52b1 - Merge branch &apos;jrwrigh/tssetevaltimes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#00946a4d4715aa5f9fdac01930be79cdd37d52b1</link>
        <description>Merge branch &apos;jrwrigh/tssetevaltimes&apos; into &apos;main&apos;ts: Add TSEvaluationTimesSee merge request petsc/petsc!8144

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Wed, 26 Feb 2025 17:03:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c80d56d95e45277402b921e5bfcd988e56b8d46e - ts: Deprecate TSGetTimeSpan and TSGetTimeSpanSolutions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#c80d56d95e45277402b921e5bfcd988e56b8d46e</link>
        <description>ts: Deprecate TSGetTimeSpan and TSGetTimeSpanSolutionsAlso rename TSGetEvaluationTimesSolutions -&gt; TSGetEvaluationSolutionsCo-authored-by: Barry Smith &lt;bsmith@mcs.anl.gov&gt;

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Wed, 19 Feb 2025 14:29:23 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&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/tests/ex29.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/tests/ex29.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/tests/ex29.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/ts/tests/ex29.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/tests/ex29.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/tests/ex29.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>
<item>
        <title>d71ae5a4db6382e7f06317b8d368875286fe9008 - source code format changes due to .clang-format changes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Wed, 21 Sep 2022 21:15:28 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>58d68138c660dfb4e9f5b03334792cd4f2ffd7cc - Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#58d68138c660dfb4e9f5b03334792cd4f2ffd7cc</link>
        <description>Merge branch &apos;barry/2022-08-21/clang-format-source&apos; into &apos;main&apos;format repository with clang-formatSee merge request petsc/petsc!5541

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Tue, 23 Aug 2022 05:26:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9371c9d470a9602b6d10a8bf50c9b2280a79e45a - clang-format: convert PETSc sources to comply with clang-format</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#9371c9d470a9602b6d10a8bf50c9b2280a79e45a</link>
        <description>clang-format: convert PETSc sources to comply with clang-format

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Mon, 22 Aug 2022 15:20:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cdc546e25e9fd2e835145831214508b63166265a - Merge branch &apos;barry/2022-07-25/print-warning-unused-options-on-error&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#cdc546e25e9fd2e835145831214508b63166265a</link>
        <description>Merge branch &apos;barry/2022-07-25/print-warning-unused-options-on-error&apos; into &apos;main&apos;Print unused options when output error messageSee merge request petsc/petsc!5473

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Tue, 09 Aug 2022 16:38:38 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7510d9b0357051b696094c6ea1c6206ce5389dc8 - correct all the PetscFunctionBegin; in ts tutorials and tests to PetscFunctionBeginUser;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#7510d9b0357051b696094c6ea1c6206ce5389dc8</link>
        <description>correct all the PetscFunctionBegin; in ts tutorials and tests to PetscFunctionBeginUser;Commit-type: error-handling, examples, style/spend 5m

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Fri, 29 Jul 2022 16:45:45 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5cab5458055e6544d97095d04e76587ba3d30732 - Merge branch &apos;barry/2022-07-23/add-petscbeginuser&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#5cab5458055e6544d97095d04e76587ba3d30732</link>
        <description>Merge branch &apos;barry/2022-07-23/add-petscbeginuser&apos; into &apos;main&apos;Add PetscFunctionBeginUser to all PETSc C/C++ examplesSee merge request petsc/petsc!5470

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Tue, 26 Jul 2022 19:33:37 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>327415f76d85372a4417cf1aaa14db707d4d6c04 - Add PetscFunctionBeginUser to all PETSc C/C++ examples</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#327415f76d85372a4417cf1aaa14db707d4d6c04</link>
        <description>Add PetscFunctionBeginUser to all PETSc C/C++ examplesNow the stack frames will contain the main program and the correct line numbers in themgit ls-files | egrep &quot;(tutorials|tests)&quot; | xargs sed -i  &quot;s?\(PetscCall(PetscInitialize(&amp;argc\)?PetscFunctionBeginUser;\n  \1?g&quot;Commit-type: error-checking, testing-fix/spend 15m

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Sat, 23 Jul 2022 12:34:06 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d904533aa7f3c55d5da59b8ddc528b306d810a3f - Merge branch &apos;hongzh/improve-tsspan&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#d904533aa7f3c55d5da59b8ddc528b306d810a3f</link>
        <description>Merge branch &apos;hongzh/improve-tsspan&apos; into &apos;main&apos;Improve TSSpanSee merge request petsc/petsc!5427

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Mon, 18 Jul 2022 16:20:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e1db57b00ec97ce1e7dbc3914c7d12e8c5b5b2ae - Improve TSSpan</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#e1db57b00ec97ce1e7dbc3914c7d12e8c5b5b2ae</link>
        <description>Improve TSSpan- Add relative tolerance for span point checking- Add a caching mechanism to recover the time step after hitting a span  point. This makes fixed time stepping more robust. The time step maybe modified near a span point, leading to unexpected behaviors whenfixed time step is used.

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Mon, 18 Jul 2022 16:20:10 +0000</pubDate>
        <dc:creator>Hong Zhang &lt;hongzhang@anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b5d9be1708addb90ba5553929a6283c5383e0464 - Merge branch &apos;hongzh/add-ts-time-span&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tests/ex29.c#b5d9be1708addb90ba5553929a6283c5383e0464</link>
        <description>Merge branch &apos;hongzh/add-ts-time-span&apos; into &apos;main&apos;TS: Add support for time spanSee merge request petsc/petsc!5060

            List of files:
            /petsc/src/ts/tests/ex29.c</description>
        <pubDate>Mon, 04 Apr 2022 16:29:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
