<?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 agg.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>0311516ef26856f9037490a5104151a9a9d292aa - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#0311516ef26856f9037490a5104151a9a9d292aa</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Tue, 09 Sep 2025 20:00:09 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3ee672c9883736ac7613cc114e16f1e53eda2884 - Merge branch &apos;adams/doc-gamg&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#3ee672c9883736ac7613cc114e16f1e53eda2884</link>
        <description>Merge branch &apos;adams/doc-gamg&apos; into &apos;release&apos;fix GAMG docsSee merge request petsc/petsc!8664

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Sat, 06 Sep 2025 01:53:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>aea0ef1414093d6846bfe8b0234593cb4cd71dcc - fix GAMG docs</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#aea0ef1414093d6846bfe8b0234593cb4cd71dcc</link>
        <description>fix GAMG docs

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Wed, 27 Aug 2025 13:30:38 +0000</pubDate>
        <dc:creator>Mark Adams &lt;mfadams@lbl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f61fa1bf5c611e7ec88fe6b5dab8a7d00ec7cf33 - Merge branch &apos;zach/gamg-use-hmapi&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#f61fa1bf5c611e7ec88fe6b5dab8a7d00ec7cf33</link>
        <description>Merge branch &apos;zach/gamg-use-hmapi&apos; into &apos;main&apos;GAMG: Replace PCGAMGHashTable with PetscHMapISee merge request petsc/petsc!8663

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Thu, 04 Sep 2025 14:47:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@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/ksp/pc/impls/gamg/agg.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/ksp/pc/impls/gamg/agg.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/ksp/pc/impls/gamg/agg.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/ksp/pc/impls/gamg/agg.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>3a7d0413a690b3ac55568f51e4c3dc23a888f57d - One-liners from petsc/petsc!5344 and petsc/petsc!5557</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.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/ksp/pc/impls/gamg/agg.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>b2b5984a49e8f33c239e9c22df36548e528714e5 - GAMG: Replace PCGAMGHashTable with PetscHMapI</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#b2b5984a49e8f33c239e9c22df36548e528714e5</link>
        <description>GAMG: Replace PCGAMGHashTable with PetscHMapI

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Wed, 27 Aug 2025 00:05:31 +0000</pubDate>
        <dc:creator>Zach Atkins &lt;zach.atkins@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>b8cc7c9f4d009fc70297f21117c19687cd866881 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#b8cc7c9f4d009fc70297f21117c19687cd866881</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Thu, 10 Apr 2025 14:48:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7cb29c40f24d1007fa9a7a74421c8d09050e81ff - Merge branch &apos;barry/2025-04-04/add-fortran-dmcreatefielddecomposition/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#7cb29c40f24d1007fa9a7a74421c8d09050e81ff</link>
        <description>Merge branch &apos;barry/2025-04-04/add-fortran-dmcreatefielddecomposition/release&apos; into &apos;release&apos;Add Fortran binding for dmcreatefielddecompositionSee merge request petsc/petsc!8276

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Thu, 10 Apr 2025 14:18:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4c4edb6fbe7478e00bb2158d080a5cfde59f1597 - Bug fixes for DMDA not handling Matt&apos;s plex handling of fields that he assumes works for all DM, not just DMPLEX</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#4c4edb6fbe7478e00bb2158d080a5cfde59f1597</link>
        <description>Bug fixes for DMDA not handling Matt&apos;s plex handling of fields that he assumes works for all DM, not just DMPLEX

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Fri, 04 Apr 2025 03:51:15 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>49de250512c8126cf8912956c1acb8330b593d48 - Merge branch &apos;stefanozampini/fix-nullspace&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#49de250512c8126cf8912956c1acb8330b593d48</link>
        <description>Merge branch &apos;stefanozampini/fix-nullspace&apos; into &apos;main&apos;Some nullspace fixesSee merge request petsc/petsc!8247

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Fri, 28 Mar 2025 16:19:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>20654ebb76126a1d1295655e77dae66f81c8467c - KSPSetNoisy_Private: remove nullspace from noisy rhs if present</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#20654ebb76126a1d1295655e77dae66f81c8467c</link>
        <description>KSPSetNoisy_Private: remove nullspace from noisy rhs if present

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Wed, 26 Mar 2025 11:56:17 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&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/ksp/pc/impls/gamg/agg.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/ksp/pc/impls/gamg/agg.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/ksp/pc/impls/gamg/agg.c#835f2295474254850a9de28f274be7ce943244c7</link>
        <description>Brain dead fixes for useless casts

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.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>c3e1cf4fec6e4cdb4c624a48b65371f606a80f7e - Merge branch &apos;barry/2024-09-18/fix-some-clang-tidy&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#c3e1cf4fec6e4cdb4c624a48b65371f606a80f7e</link>
        <description>Merge branch &apos;barry/2024-09-18/fix-some-clang-tidy&apos; into &apos;main&apos;Fix some code issues exposed by make clang-tidySee merge request petsc/petsc!7845

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Tue, 24 Sep 2024 17:06:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>63bfac88ce6c2e62a60ccde892d63a6505237436 - Fix some code issues exposed by make clang-tidy</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/agg.c#63bfac88ce6c2e62a60ccde892d63a6505237436</link>
        <description>Fix some code issues exposed by make clang-tidy

            List of files:
            /petsc/src/ksp/pc/impls/gamg/agg.c</description>
        <pubDate>Tue, 24 Sep 2024 17:06:40 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/ksp/pc/impls/gamg/agg.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/ksp/pc/impls/gamg/agg.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>
</channel>
</rss>
