<?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 gamg.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>cd871708d6ae82bd70cc1a9e2138f9b57839fe75 - Merge branch &apos;cuda&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#cd871708d6ae82bd70cc1a9e2138f9b57839fe75</link>
        <description>Merge branch &apos;cuda&apos; into &apos;main&apos;Fix CUDA 13 API incompatibilitiesSee merge request petsc/petsc!8632

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Tue, 16 Sep 2025 04:23:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2695cf96bf725a23d8edb31ff8aa2ca9ba36b655 - Gather CUDA lib includes in petscdevice_cuda.h + disable cuSPARSE warnings using DISABLE_CUSPARSE_DEPRECATED</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#2695cf96bf725a23d8edb31ff8aa2ca9ba36b655</link>
        <description>Gather CUDA lib includes in petscdevice_cuda.h + disable cuSPARSE warnings using DISABLE_CUSPARSE_DEPRECATEDDefining DISABLE_CUSPARSE_DEPRECATED is Nvidia&apos;s recommended way of disabling cuSPARSE warningsThis avoids requiring -Wdeprecated-declarations - that can mask other (non-cuSPARSE) warnings

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Thu, 11 Sep 2025 21:21:35 +0000</pubDate>
        <dc:creator>Nuno Nobre &lt;nuno.nobre@stfc.ac.uk&gt;</dc:creator>
    </item>
<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/gamg.c#0311516ef26856f9037490a5104151a9a9d292aa</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.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/gamg.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/gamg.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/gamg.c#aea0ef1414093d6846bfe8b0234593cb4cd71dcc</link>
        <description>fix GAMG docs

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.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>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/gamg.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/gamg.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/gamg.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/gamg.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>2b338477d770c45a88d8c20a3ee06ef156cc4d7c - Merge branch &apos;MarDiehl/1781-unify-type-of-setupcalled-to-petscbool&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#2b338477d770c45a88d8c20a3ee06ef156cc4d7c</link>
        <description>Merge branch &apos;MarDiehl/1781-unify-type-of-setupcalled-to-petscbool&apos; into &apos;main&apos;Use PetscBool instead of PetscInt for setupcalledSee merge request petsc/petsc!8495

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Thu, 03 Jul 2025 18:10:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>371d2eb7c12e2e633516fd846e18141c0cd1b5b5 - Use PetscBool instead of PetscInt for setupcalled</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#371d2eb7c12e2e633516fd846e18141c0cd1b5b5</link>
        <description>Use PetscBool instead of PetscInt for setupcalledPetscInt was used in some structs, but the underlying logic requires only Booleans. Also removed an unused variable and unified capitalization.

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Thu, 03 Jul 2025 18:10:46 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>eefb368e60eb43c3e08ca0927788b33650449484 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#eefb368e60eb43c3e08ca0927788b33650449484</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Tue, 06 May 2025 18:51:29 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9b8bfe9059e157db803180ea0dfe49b62c699450 - Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#9b8bfe9059e157db803180ea0dfe49b62c699450</link>
        <description>Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;Typos and ksp.mdSee merge request petsc/petsc!8368

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Mon, 05 May 2025 04:21:45 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>46091a0e73f89369dfa340eabe6cab51bf1d5b09 - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#46091a0e73f89369dfa340eabe6cab51bf1d5b09</link>
        <description>Fix typos

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Fri, 02 May 2025 14:11:13 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/gamg.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/gamg.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/gamg.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/gamg.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>7a5338279d92d13360d231b9bd26d284f35eaa49 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#7a5338279d92d13360d231b9bd26d284f35eaa49</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Mon, 10 Feb 2025 20:11:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b1aa7d8837c87396715877a645921c9c0b54b6bc - Merge branch &apos;barry/2025-01-23/fix-petscshmgetdeallocatearray-rank-0/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#b1aa7d8837c87396715877a645921c9c0b54b6bc</link>
        <description>Merge branch &apos;barry/2025-01-23/fix-petscshmgetdeallocatearray-rank-0/release&apos; into &apos;release&apos;Fix bug in PetscShmgetDeallocateArray needs to call...See merge request petsc/petsc!8092

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Mon, 10 Feb 2025 20:10:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bf6990bacc2fe1f52e1e4f5534e93593099ba9ec - clean up PCGAMG formatting</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#bf6990bacc2fe1f52e1e4f5534e93593099ba9ec</link>
        <description>clean up PCGAMG formatting

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Wed, 05 Feb 2025 03:10:30 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>76d6960897ba55d8238485170da43545084300c6 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#76d6960897ba55d8238485170da43545084300c6</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Sun, 19 Jan 2025 16:41:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1d017dde8ef1440cf12339dd41027dcdc04db8fc - Merge branch &apos;barry/2024-11-26/improve-man-pages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#1d017dde8ef1440cf12339dd41027dcdc04db8fc</link>
        <description>Merge branch &apos;barry/2024-11-26/improve-man-pages/release&apos; into &apos;release&apos;Improve some manual pages in KSP/SNESSee merge request petsc/petsc!8071

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Sun, 19 Jan 2025 16:30:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0b4b7b1c20c2ed4ade67e3d50a7710fe0ffbfca5 - Improve some manual pages in KSP/SNES</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/gamg/gamg.c#0b4b7b1c20c2ed4ade67e3d50a7710fe0ffbfca5</link>
        <description>Improve some manual pages in KSP/SNES

            List of files:
            /petsc/src/ksp/pc/impls/gamg/gamg.c</description>
        <pubDate>Tue, 26 Nov 2024 15:00:32 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
