<?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 ex30.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/tutorials/ex30.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/tutorials/ex30.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/tutorials/ex30.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/tutorials/ex30.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>8112c1cbf372cb53bf7c5aca994a84a6a303db4d - Merge branch &apos;barry/2025-09-04/deprecate-mpiu-bool&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#8112c1cbf372cb53bf7c5aca994a84a6a303db4d</link>
        <description>Merge branch &apos;barry/2025-09-04/deprecate-mpiu-bool&apos; into &apos;main&apos;Deprecate MPIU_BOOL which used to be for PETSc&apos;s enum Bool but now is just MPI_C_BOOLSee merge request petsc/petsc!8691

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Mon, 22 Sep 2025 18:44:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5440e5dcf30153d9ab6dbf994494f40b7f9df88b - Deprecate MPIU_BOOL which used to be for PETSc&apos; enum Bool but now is just MPI_C_BOOL so no longer needs its own name</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#5440e5dcf30153d9ab6dbf994494f40b7f9df88b</link>
        <description>Deprecate MPIU_BOOL which used to be for PETSc&apos; enum Bool but now is just MPI_C_BOOL so no longer needs its own name

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Thu, 04 Sep 2025 14:33:07 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>834855d6effb0d027771461c8e947ee1ce5a1e17 - Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#834855d6effb0d027771461c8e947ee1ce5a1e17</link>
        <description>Merge branch &apos;jolivet/clang-format-21&apos; into &apos;main&apos;clang-format-21See merge request petsc/petsc!8202

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Wed, 27 Aug 2025 20:14:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ac530a7e429a3ef5a9263376acf6071236a5db98 - Remove unnecessary braces around one-liners</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#ac530a7e429a3ef5a9263376acf6071236a5db98</link>
        <description>Remove unnecessary braces around one-linersgit grep -lE &quot;[ ]*(if|for|while) \(.*\) {[^;]*;[^;]*}$&quot; -- &apos;*.c&apos; &apos;*.cxx&apos; &apos;*.cu&apos; &apos;*.h&apos; &apos;*.hpp&apos; &apos;*.cpp&apos; | xargs sed -i &apos;&apos; -E &apos;s#([ ]*)(if|for|while) \((.*)\) {([^;]*);([^;]*)}$#\1\2 \(\3\)\4;\5#&apos;

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Tue, 03 Jun 2025 13:10:33 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>f409f0aa4ada26a4a5b8f25b91c71f4af3eee8e5 - Merge branch &apos;stefanozampini/tsex30&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#f409f0aa4ada26a4a5b8f25b91c71f4af3eee8e5</link>
        <description>Merge branch &apos;stefanozampini/tsex30&apos; into &apos;main&apos;TS ex30 improvementsSee merge request petsc/petsc!7819

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Thu, 08 May 2025 17:22:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>66edf50c27d8df0b1805b695a080d2e55cb67526 - TS ex30: update example</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#66edf50c27d8df0b1805b695a080d2e55cb67526</link>
        <description>TS ex30: update example- fix for non-unit domains- time varying sources- 3D support- operator splitting- function domain error

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Thu, 05 Sep 2024 07:43:02 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/tutorials/ex30.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/tutorials/ex30.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/tutorials/ex30.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/tutorials/ex30.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>a4da37cc7b8213c9886569a31dc677d46dfb4c49 - Merge branch &apos;stefanozampini/dmplex-mass&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#a4da37cc7b8213c9886569a31dc677d46dfb4c49</link>
        <description>Merge branch &apos;stefanozampini/dmplex-mass&apos; into &apos;main&apos;Fixes/enhancements for mass matrix supportSee merge request petsc/petsc!7649

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Tue, 27 Aug 2024 14:09:07 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>204aa5235b0b5da05dfdf782f0d1b3760e61048e - TS tutorials ex30: support mass lumping</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#204aa5235b0b5da05dfdf782f0d1b3760e61048e</link>
        <description>TS tutorials ex30: support mass lumping

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Thu, 27 Jun 2024 14:00:53 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>75c467b034d0336b62ebfb9ae2172604a87fa045 - Merge branch &apos;jolivet/fix-ubsan-Wtype-limits&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#75c467b034d0336b62ebfb9ae2172604a87fa045</link>
        <description>Merge branch &apos;jolivet/fix-ubsan-Wtype-limits&apos; into &apos;main&apos;Fix UBSan and -Wtype-limitsSee merge request petsc/petsc!7758

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Wed, 14 Aug 2024 14:06:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>55bffe1bf7ab75951601433c83411ee2e608fb7c - Fix UBSan and -Wtype-limits</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#55bffe1bf7ab75951601433c83411ee2e608fb7c</link>
        <description>Fix UBSan and -Wtype-limitssrc/dm/impls/plex/plexdistribute.c:953:22: warning: comparison is always false due to limited range of data type [-Wtype-limits]  953 |     if ((PetscInt)ct &lt; 0) {      |                      ^src/dm/impls/plex/plex.c:9258:29: warning: comparison is always true due to limited range of data type [-Wtype-limits] 9258 |     PetscCheck((PetscInt)ct &gt;= 0, PETSC_COMM_SELF, PETSC_ERR_ARG_WRONG, &quot;Cell %&quot; PetscInt_FMT &quot; has no cell type&quot;, c);      |                             ^~

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Tue, 13 Aug 2024 06:12:40 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>a4cdeec65743400f9a1d882d3c1bbcfbf6661929 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#a4cdeec65743400f9a1d882d3c1bbcfbf6661929</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Tue, 09 Apr 2024 04:06:07 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>30d90a34e2ed52cbddd55c8ae9bf5d8ce01a219f - Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#30d90a34e2ed52cbddd55c8ae9bf5d8ce01a219f</link>
        <description>Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;TyposSee merge request petsc/petsc!7445

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Mon, 08 Apr 2024 16:41:43 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d8b4a0667a1b407f3333490918f86a8a6bfb26b1 - Typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#d8b4a0667a1b407f3333490918f86a8a6bfb26b1</link>
        <description>Typos

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Sun, 07 Apr 2024 14:39:14 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>2627a1745ccdfe4740baef5b0100097971ceefdd - Merge branch &apos;stefanozampini/hypre-mfem-single&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#2627a1745ccdfe4740baef5b0100097971ceefdd</link>
        <description>Merge branch &apos;stefanozampini/hypre-mfem-single&apos; into &apos;main&apos;hypre mfem singleSee merge request petsc/petsc!7414

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Wed, 27 Mar 2024 18:15:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>910b42cbfb1b6524ef4594118dd5e013aee7da5d - Tweak single precision tests for my configuration with packages</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#910b42cbfb1b6524ef4594118dd5e013aee7da5d</link>
        <description>Tweak single precision tests for my configuration with packages

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Wed, 27 Mar 2024 11:57:55 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4163207f9a1993d1c00507ea5eab774e029b7545 - Merge branch &apos;stefanozampini/biological-network&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/ex30.c#4163207f9a1993d1c00507ea5eab774e029b7545</link>
        <description>Merge branch &apos;stefanozampini/biological-network&apos; into &apos;main&apos;biological network exampleSee merge request petsc/petsc!7106

            List of files:
            /petsc/src/ts/tutorials/ex30.c</description>
        <pubDate>Thu, 21 Mar 2024 12:45:32 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
