<?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 tsconvest.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/utils/tsconvest.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/utils/tsconvest.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/utils/tsconvest.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/utils/tsconvest.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>3f2a77ba1df6b40f833b39ac68282950f222fc39 - Merge branch &apos;knepley/fix-dm-nullspace&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/tsconvest.c#3f2a77ba1df6b40f833b39ac68282950f222fc39</link>
        <description>Merge branch &apos;knepley/fix-dm-nullspace&apos; into &apos;main&apos;DM: Malloc nullspace constructorsSee merge request petsc/petsc!8486

            List of files:
            /petsc/src/ts/utils/tsconvest.c</description>
        <pubDate>Fri, 20 Jun 2025 04:24:37 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4758e3ce3f4cc9adc2a49a02e2f05c2a0f943969 - DM: Malloc nullspace constructors</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/tsconvest.c#4758e3ce3f4cc9adc2a49a02e2f05c2a0f943969</link>
        <description>DM: Malloc nullspace constructors

            List of files:
            /petsc/src/ts/utils/tsconvest.c</description>
        <pubDate>Thu, 19 Jun 2025 13:57:37 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&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/utils/tsconvest.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/utils/tsconvest.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>
<item>
        <title>57508ece14a6b1339c0bbf016ecd72f673a062b0 - Remove unneeded parentheses</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/tsconvest.c#57508ece14a6b1339c0bbf016ecd72f673a062b0</link>
        <description>Remove unneeded parentheses

            List of files:
            /petsc/src/ts/utils/tsconvest.c</description>
        <pubDate>Tue, 17 Sep 2024 23:49:15 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>d8e47b638cf8f604a99e9678e1df24f82d959cd7 - Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/tsconvest.c#d8e47b638cf8f604a99e9678e1df24f82d959cd7</link>
        <description>Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;Compiler finds (and forbid) casts from higher precision integers to lowerSee merge request petsc/petsc!7806

            List of files:
            /petsc/src/ts/utils/tsconvest.c</description>
        <pubDate>Tue, 17 Sep 2024 21:30:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>462c564db5c15796f1f07c2b71ff29812cdd1aad - Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/tsconvest.c#462c564db5c15796f1f07c2b71ff29812cdd1aad</link>
        <description>Fix MPIU_* routines to always return MPI error codes and thus be usable with PetscCallMPI()Introduce MPIU_Count to be used when MPI_Count is not available

            List of files:
            /petsc/src/ts/utils/tsconvest.c</description>
        <pubDate>Sat, 14 Sep 2024 12:41:22 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6c37f76f2ace6b1ab1a4a8f1d7a04dee3e7f2aa9 - Merge branch &apos;tisaac/feature-log-handler&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/tsconvest.c#6c37f76f2ace6b1ab1a4a8f1d7a04dee3e7f2aa9</link>
        <description>Merge branch &apos;tisaac/feature-log-handler&apos; into &apos;main&apos;Deglobalize logging into PetscLogHandler and PetscLogStateSee merge request petsc/petsc!6709

            List of files:
            /petsc/src/ts/utils/tsconvest.c</description>
        <pubDate>Thu, 27 Jul 2023 15:06:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2611ad710242b3c70d66651ef7e40f9450d305e2 - Profiling: Improve !defined(PETSC_USE_LOG) #defines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/tsconvest.c#2611ad710242b3c70d66651ef7e40f9450d305e2</link>
        <description>Profiling: Improve !defined(PETSC_USE_LOG) #defines- If we cast macro arguments to void, we can avoid unused errors that have  forced lots of conditionally included code like this:```c  #if defined(PETSC_USE_LOG)  PetscLogEvent event;  #endif```- Having global counters like petsc_TotalFlops externed event  if !PetscDefined(USE_LOG) helps to remove a lot of needless  `#ifdef`s around code that can instead be placed in  `if (PetscDefined(USE_LOG)) {}` blocks.

            List of files:
            /petsc/src/ts/utils/tsconvest.c</description>
        <pubDate>Fri, 14 Jul 2023 04:24:59 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@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/utils/tsconvest.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/utils/tsconvest.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>a7e8c07f09f75bc4f67bdfe093b39d3875753d0d - TSCONVEST: must take reference on uInitial</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/tsconvest.c#a7e8c07f09f75bc4f67bdfe093b39d3875753d0d</link>
        <description>TSCONVEST: must take reference on uInitial

            List of files:
            /petsc/src/ts/utils/tsconvest.c</description>
        <pubDate>Tue, 18 Jul 2023 21:16:51 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>491547449c614484de7940aa5de40f5eb0d4cb1a - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/tsconvest.c#491547449c614484de7940aa5de40f5eb0d4cb1a</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/utils/tsconvest.c</description>
        <pubDate>Sat, 22 Apr 2023 03:42:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d7849d59d8de82f54b8e1e20981ca20ea8587da7 - Merge branch &apos;jolivet/fix-petsccallmpi&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/tsconvest.c#d7849d59d8de82f54b8e1e20981ca20ea8587da7</link>
        <description>Merge branch &apos;jolivet/fix-petsccallmpi&apos; into &apos;release&apos;Fix PetscCallMPI(MPI_Allreduce()) with PETSc typesSee merge request petsc/petsc!6348

            List of files:
            /petsc/src/ts/utils/tsconvest.c</description>
        <pubDate>Thu, 20 Apr 2023 17:13:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>712fec589a731fd939ef7615b200140b95477c54 - Fix PetscCallMPI(MPI_Allreduce()) with PETSc types</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/tsconvest.c#712fec589a731fd939ef7615b200140b95477c54</link>
        <description>Fix PetscCallMPI(MPI_Allreduce()) with PETSc types

            List of files:
            /petsc/src/ts/utils/tsconvest.c</description>
        <pubDate>Wed, 19 Apr 2023 19:27:46 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/utils/tsconvest.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/utils/tsconvest.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/utils/tsconvest.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/ts/utils/tsconvest.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/utils/tsconvest.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/utils/tsconvest.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/utils/tsconvest.c#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/ts/utils/tsconvest.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>38f6737523616bfeabdd577adb30ea0990bf5fe7 - Merge branch &apos;jolivet/fix-style-one-liners&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/tsconvest.c#38f6737523616bfeabdd577adb30ea0990bf5fe7</link>
        <description>Merge branch &apos;jolivet/fix-style-one-liners&apos; into &apos;main&apos;Remove braces from one-linersSee merge request petsc/petsc!5557

            List of files:
            /petsc/src/ts/utils/tsconvest.c</description>
        <pubDate>Sat, 27 Aug 2022 15:31:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
