<?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 ex1.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>9a8219ad76c7a18679b2f4e22ecdb058f178fddb - Merge branch &apos;adams/landau-3d-mesh-opts&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#9a8219ad76c7a18679b2f4e22ecdb058f178fddb</link>
        <description>Merge branch &apos;adams/landau-3d-mesh-opts&apos; into &apos;main&apos;DMPlexLandau: 3d mesh optsSee merge request petsc/petsc!8955

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Thu, 15 Jan 2026 15:13:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3ecd1e40464143ea74ad5903f12b3171c5332047 - DMPlexLandau: 3d mesh opts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#3ecd1e40464143ea74ad5903f12b3171c5332047</link>
        <description>DMPlexLandau: 3d mesh optsAPI change in definition of radius in 3D; optimized cubed sphere projection of cube to sphere

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Thu, 15 Jan 2026 15:13:41 +0000</pubDate>
        <dc:creator>Mark Adams &lt;524115-markadams4@users.noreply.gitlab.com&gt;</dc:creator>
    </item>
<item>
        <title>2a1887a77e7b2c6e00dd0ba96d1387c839460237 - Merge branch &apos;barry/2025-11-30/fix-bad-ts&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#2a1887a77e7b2c6e00dd0ba96d1387c839460237</link>
        <description>Merge branch &apos;barry/2025-11-30/fix-bad-ts&apos; into &apos;main&apos;Fix bad decisions made in writing TS.See merge request petsc/petsc!8877

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Thu, 11 Dec 2025 17:14:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>188af4bf1b9cf194d1407690fd963ae1ba8cff5d - Fix bad decisions made in writing TS.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#188af4bf1b9cf194d1407690fd963ae1ba8cff5d</link>
        <description>Fix bad decisions made in writing TS.    Fix -ts_dt to -ts_time_step and add initial time step to TSView outputcommit a5a92c11fa9681148df375b257eda4e09909b74eAuthor: Barry Smith &lt;bsmith@petsc.dev&gt;Date:   Mon Dec 1 14:51:27 2025 -0500    add max_snes_failures to TSViewcommit 32d3e79f6fa743930b1bbf32d03b9181b5b5418aAuthor: Barry Smith &lt;bsmith@petsc.dev&gt;Fix wrongly named options and add to TSViewWrong name for options database key -ts_max_reject should be -ts_max_step_rejections!Add max_reject value to TSViewAdd max_snes_failures to TSViewAdd initial timestep to TSView

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Mon, 01 Dec 2025 02:10:33 +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/utils/dmplexlandau/tutorials/ex1.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/utils/dmplexlandau/tutorials/ex1.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>3a7d0413a690b3ac55568f51e4c3dc23a888f57d - One-liners from petsc/petsc!5344 and petsc/petsc!5557</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#3a7d0413a690b3ac55568f51e4c3dc23a888f57d</link>
        <description>One-liners from petsc/petsc!5344 and petsc/petsc!5557Slightly reworked regular expressiongit ls-files -z -- &apos;*.c&apos; &apos;*.cxx&apos; &apos;*.cu&apos; &apos;*.h&apos; &apos;*.hpp&apos; &apos;*.cpp&apos; | while IFS= read -r -d &apos;&apos; file; do    cat $file | tr &apos;\n&apos; &apos;\r&apos; | sed -E &apos;s/\r([ ]*)(for|if|while|else) ([^\r]*)\{\r[ ]*Petsc([a-zA-Z]*)\(([^\r]*)\);\r[ ]*\}\r/\r\1\2 \3Petsc\4(\5);\r/g&apos; | tr &apos;\r&apos; &apos;\n&apos; &gt; ${file}.joe; mv ${file}.joe ${file}done

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Mon, 12 May 2025 18:15:37 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/dmplexlandau/tutorials/ex1.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/dmplexlandau/tutorials/ex1.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/dmplexlandau/tutorials/ex1.c#57508ece14a6b1339c0bbf016ecd72f673a062b0</link>
        <description>Remove unneeded parentheses

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.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>b8425d6ee360d71a661bf41e196a0465aca786e0 - Merge branch &apos;adams/landau-test-ex30-resampling&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#b8425d6ee360d71a661bf41e196a0465aca786e0</link>
        <description>Merge branch &apos;adams/landau-test-ex30-resampling&apos; into &apos;main&apos;DMSwarm: add resampling to ts/tests/ex30; DMLandau: move parameter query, add 3D cubed-sphereSee merge request petsc/petsc!7311

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Wed, 24 Jul 2024 14:59:54 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d043ef4c1bd15c462fa9f16bcc3d6f89d2f03ac4 - DMSwarm: add resampling to ts/tests/ex30; DMLandau: move parameter query, add 3D cubed-sphere</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#d043ef4c1bd15c462fa9f16bcc3d6f89d2f03ac4</link>
        <description>DMSwarm: add resampling to ts/tests/ex30; DMLandau: move parameter query, add 3D cubed-sphere

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Wed, 24 Jul 2024 14:59:54 +0000</pubDate>
        <dc:creator>Mark Adams &lt;524115-markadams4@users.noreply.gitlab.com&gt;</dc:creator>
    </item>
<item>
        <title>ec42381fdf5bb48a6ea45cf3b5c9e6ed3c5f82db - Merge branch &apos;barry/2024-06-15/deprecate-petsc-current&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#ec42381fdf5bb48a6ea45cf3b5c9e6ed3c5f82db</link>
        <description>Merge branch &apos;barry/2024-06-15/deprecate-petsc-current&apos; into &apos;main&apos;Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...See merge request petsc/petsc!7634

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Sat, 20 Jul 2024 22:06:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>09cb0f53fc4ca334bb6939695b65b036666b7dbb - Add support for PETSC_DETERMINE to revert to defaults TS parameters</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#09cb0f53fc4ca334bb6939695b65b036666b7dbb</link>
        <description>Add support for PETSC_DETERMINE to revert to defaults TS parameters

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Tue, 25 Jun 2024 13:28:54 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#970231d20df44f79b27787157e39d441e79f434b</link>
        <description>Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;clang-format version 18See merge request petsc/petsc!6902

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Thu, 07 Mar 2024 12:36:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4d86920da9ee67c835173a5dfffa1b3a52fd24ca - checkbadSource: rules for PetscFunctionBegin and derivatives</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#4d86920da9ee67c835173a5dfffa1b3a52fd24ca</link>
        <description>checkbadSource: rules for PetscFunctionBegin and derivatives

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Sat, 10 Feb 2024 08:07:08 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>592ea0f6ae1cd5d56846e52fb177d82f54f43d08 - Merge branch &apos;adams/mat-remove-matsetvaluesdevice&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#592ea0f6ae1cd5d56846e52fb177d82f54f43d08</link>
        <description>Merge branch &apos;adams/mat-remove-matsetvaluesdevice&apos; into &apos;main&apos;remove MatSetValuesDeviceSee merge request petsc/petsc!6378

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Tue, 02 May 2023 15:42:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4c55d72541bc22f242d360584f31a8cf502f25ee - remove MatSetValuesDevice</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#4c55d72541bc22f242d360584f31a8cf502f25ee</link>
        <description>remove MatSetValuesDevice

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Tue, 02 May 2023 15:42:47 +0000</pubDate>
        <dc:creator>Mark Adams &lt;524115-markadams4@users.noreply.gitlab.com&gt;</dc:creator>
    </item>
<item>
        <title>f1c942b31951977af4eb66e76ad8d51f100d9439 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#f1c942b31951977af4eb66e76ad8d51f100d9439</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Thu, 27 Apr 2023 23:29:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f60069d0ac8f55e1efb00afdc33da769fc1c5832 - Merge branch &apos;stefanozampini/cxxcomplex-fixes&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#f60069d0ac8f55e1efb00afdc33da769fc1c5832</link>
        <description>Merge branch &apos;stefanozampini/cxxcomplex-fixes&apos; into &apos;release&apos;Various fixes for complex numbersSee merge request petsc/petsc!6384

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Thu, 27 Apr 2023 19:37:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9fa27a79b1a8b7db2a564b40106acf3ce64dc8fa - Various fixes for complex numbers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#9fa27a79b1a8b7db2a564b40106acf3ce64dc8fa</link>
        <description>Various fixes for complex numbersI got failures building the testsuite with- gcc version 12.2.1- std=gnu++20- petsc with 64bit integers, single precision, and complex numbers

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Thu, 27 Apr 2023 13:08:15 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e1804efc0dfaff289f6ff8633ad0061b73c42d11 - Merge branch &apos;adams/landau-feature-simplex&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c#e1804efc0dfaff289f6ff8633ad0061b73c42d11</link>
        <description>Merge branch &apos;adams/landau-feature-simplex&apos; into &apos;main&apos;Adams/landau feature simplexSee merge request petsc/petsc!6293

            List of files:
            /petsc/src/ts/utils/dmplexlandau/tutorials/ex1.c</description>
        <pubDate>Mon, 10 Apr 2023 14:09:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
