<?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 stag3d.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>4f037aad63b0dd02ec302d96e63d16a2808e7a1f - Merge branch &apos;stefanozampini/bs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#4f037aad63b0dd02ec302d96e63d16a2808e7a1f</link>
        <description>Merge branch &apos;stefanozampini/bs&apos; into &apos;main&apos;PetscLayout: set default block size to 1See merge request petsc/petsc!8226

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Thu, 27 Mar 2025 23:45:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>58b7e2c12831107add2e7d2083637d9d213c57af - PetscLayout: default block size 1</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#58b7e2c12831107add2e7d2083637d9d213c57af</link>
        <description>PetscLayout: default block size 1

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Sun, 23 Mar 2025 08:02:32 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>be37439ebbbdb2f81c3420c175a94aa72e59929c - Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#be37439ebbbdb2f81c3420c175a94aa72e59929c</link>
        <description>Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;Remove useless castSee merge request petsc/petsc!7894

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Mon, 21 Oct 2024 21:59:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>835f2295474254850a9de28f274be7ce943244c7 - Brain dead fixes for useless casts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#835f2295474254850a9de28f274be7ce943244c7</link>
        <description>Brain dead fixes for useless casts

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Sat, 05 Oct 2024 11:54:52 +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/dm/impls/stag/stag3d.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/dm/impls/stag/stag3d.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>6497c311e7b976d467be1503c1effce92a60525c - Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#6497c311e7b976d467be1503c1effce92a60525c</link>
        <description>Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]Also fix the code to repository to compile cleanly with these flags in the CI

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Sun, 25 Aug 2024 03:44:46 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ed0a315dc690bca58568ab127a9f322718ff62b7 - Merge branch &apos;barry/2024-09-08/rm-empty-comments&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#ed0a315dc690bca58568ab127a9f322718ff62b7</link>
        <description>Merge branch &apos;barry/2024-09-08/rm-empty-comments&apos; into &apos;main&apos;Remove empty comments from the source, that is /*    */See merge request petsc/petsc!7815

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Wed, 11 Sep 2024 14:31:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4ee01570adce53535717956d9962247794ff2c83 - Remove empty comments from the source, that is /*    */</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#4ee01570adce53535717956d9962247794ff2c83</link>
        <description>Remove empty comments from the source, that is /*    */Also remove some /******************* commentsAlso remove some multiline comments with /* and */ at the beginning and end of each line

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Sun, 08 Sep 2024 18:08:45 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.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/dm/impls/stag/stag3d.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/dm/impls/stag/stag3d.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/dm/impls/stag/stag3d.c#cc4c1da905d89950b196b027190941013bd3e15a</link>
        <description>Update source code removing all unneeded /*@C and associated manual stubs and interfaces

            List of files:
            /petsc/src/dm/impls/stag/stag3d.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>55cda6f51c86a483abe5781578f3bbdf986e1625 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#55cda6f51c86a483abe5781578f3bbdf986e1625</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Thu, 25 Apr 2024 04:27:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>99e79f2fa00b9edf66b5befd34b82026b832a5fa - Merge branch &apos;barry/2024-04-24/doc-fixes/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#99e79f2fa00b9edf66b5befd34b82026b832a5fa</link>
        <description>Merge branch &apos;barry/2024-04-24/doc-fixes/release&apos; into &apos;release&apos;release docs fixesSee merge request petsc/petsc!7498

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Thu, 25 Apr 2024 04:23:54 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a3b724e88d046d3fedf46cc78f622355d8be981f - release docs fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#a3b724e88d046d3fedf46cc78f622355d8be981f</link>
        <description>release docs fixesCommit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, exampleFunded-by:Project:Time:     hoursReported-by:Thanks-to:Development Tools: Vim, Emacs, Eclipse

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Wed, 24 Apr 2024 16:54:07 +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/dm/impls/stag/stag3d.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/dm/impls/stag/stag3d.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/dm/impls/stag/stag3d.c#4d86920da9ee67c835173a5dfffa1b3a52fd24ca</link>
        <description>checkbadSource: rules for PetscFunctionBegin and derivatives

            List of files:
            /petsc/src/dm/impls/stag/stag3d.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>e0f0b7ad9ac9a8bf426b445f8c4d52c7c057e587 - Merge branch &apos;thecasterian/dmstag-general-multigrid&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#e0f0b7ad9ac9a8bf426b445f8c4d52c7c057e587</link>
        <description>Merge branch &apos;thecasterian/dmstag-general-multigrid&apos; into &apos;main&apos;DMStag: support general multigrid schemeSee merge request petsc/petsc!7250

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Mon, 05 Feb 2024 00:15:36 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3375c6dbefa4f48df440dabf9760011b20b649ca - DMStag: implement simple restriction for general cases</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#3375c6dbefa4f48df440dabf9760011b20b649ca</link>
        <description>DMStag: implement simple restriction for general casesRemoves constraints on the refinement factor in`DMStagRestrictSimple()`.Update test ex32 to test the new feature.

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Mon, 29 Jan 2024 15:06:08 +0000</pubDate>
        <dc:creator>Jeongu Kim &lt;souldomination@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>de034eb5be99fdcedbdaee3fec915ed7cbf09444 - Merge branch &apos;thecasterian/dmstag-local-to-local&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#de034eb5be99fdcedbdaee3fec915ed7cbf09444</link>
        <description>Merge branch &apos;thecasterian/dmstag-local-to-local&apos; into &apos;main&apos;DMStag: support local-to-local operations, add ex53 to testSee merge request petsc/petsc!7145

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Tue, 09 Jan 2024 23:32:14 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>54d37d90ee36aa7501eaf17aabb7f9bd540ecdbf - DMStag: implement local-to-local, add ex53 to test</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#54d37d90ee36aa7501eaf17aabb7f9bd540ecdbf</link>
        <description>DMStag: implement local-to-local, add ex53 to test

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Tue, 09 Jan 2024 23:32:13 +0000</pubDate>
        <dc:creator>Jeongu Kim &lt;souldomination@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4979242ec9aebc8f6bc1fe6d36da3613a7f5e93b - Merge branch &apos;jacobf/2023-08-08/lint-apply-dm&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/stag/stag3d.c#4979242ec9aebc8f6bc1fe6d36da3613a7f5e93b</link>
        <description>Merge branch &apos;jacobf/2023-08-08/lint-apply-dm&apos; into &apos;main&apos;Manual DM Linter FixesSee merge request petsc/petsc!6792

            List of files:
            /petsc/src/dm/impls/stag/stag3d.c</description>
        <pubDate>Wed, 09 Aug 2023 18:25:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
