<?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 ksp.md</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/doc/manual/ksp.md#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/doc/manual/ksp.md</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/doc/manual/ksp.md#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/doc/manual/ksp.md</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>b47b25bfe23205bc2fc36b8e7974c26e4893bfd2 - Merge branch &apos;barry/2025-08-27/docs-pcmg&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#b47b25bfe23205bc2fc36b8e7974c26e4893bfd2</link>
        <description>Merge branch &apos;barry/2025-08-27/docs-pcmg&apos; into &apos;main&apos;Improve PCMG docs and code regarding default to one level and no true multigridSee merge request petsc/petsc!8677

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Thu, 25 Sep 2025 04:38:31 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>efba34859514f7b59f26d05af8927335bdcc93cf - Improve PCMG documentation regarding usage with DM and if interpolation/restriction are not provided</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#efba34859514f7b59f26d05af8927335bdcc93cf</link>
        <description>Improve PCMG documentation regarding usage with DM and if interpolation/restriction are not provided

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Thu, 28 Aug 2025 02:29:18 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0311516ef26856f9037490a5104151a9a9d292aa - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#0311516ef26856f9037490a5104151a9a9d292aa</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/doc/manual/ksp.md</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/doc/manual/ksp.md#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/doc/manual/ksp.md</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/doc/manual/ksp.md#aea0ef1414093d6846bfe8b0234593cb4cd71dcc</link>
        <description>fix GAMG docs

            List of files:
            /petsc/doc/manual/ksp.md</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>261990621b8271d303ed08a016fbf5046de1bd47 - Merge branch &apos;barry/2025-05-17/fix-ksp-typedef-function-prototypes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#261990621b8271d303ed08a016fbf5046de1bd47</link>
        <description>Merge branch &apos;barry/2025-05-17/fix-ksp-typedef-function-prototypes&apos; into &apos;main&apos;Clean up the use of typedef function prototypes for KSPSee merge request petsc/petsc!8431

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Thu, 05 Jun 2025 19:35:45 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4d4d2bdc375ba73538fdff3fed6ff2932e6875ae - Clean up the use of typedef function prototypes for KSP</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#4d4d2bdc375ba73538fdff3fed6ff2932e6875ae</link>
        <description>Clean up the use of typedef function prototypes for KSP

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Sat, 17 May 2025 14:24:35 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>226f8a8a5081bc6ad7227cd631662400f0d6e2a0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#226f8a8a5081bc6ad7227cd631662400f0d6e2a0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Tue, 20 May 2025 14:48:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>165c2d34d1cb3fff55535a1e633bfe6fe95e29ef - Merge branch &apos;barry/2025-05-15/docs-rm-last-of-preconditioning-matrix/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#165c2d34d1cb3fff55535a1e633bfe6fe95e29ef</link>
        <description>Merge branch &apos;barry/2025-05-15/docs-rm-last-of-preconditioning-matrix/release&apos; into &apos;release&apos;Remove use of preconditioning or preconditioner matrix when it should be...See merge request petsc/petsc!8410

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Tue, 20 May 2025 14:45:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7addb90f52a7936ba144cdab1bb2cc37152af090 - Remove use of preconditioning or preconditioner matrix when it should be phrased as matrix used to construct preconditioner</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#7addb90f52a7936ba144cdab1bb2cc37152af090</link>
        <description>Remove use of preconditioning or preconditioner matrix when it should be phrased as matrix used to construct preconditioner

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Fri, 16 May 2025 02:14:41 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>eefb368e60eb43c3e08ca0927788b33650449484 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#eefb368e60eb43c3e08ca0927788b33650449484</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/doc/manual/ksp.md</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/doc/manual/ksp.md#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/doc/manual/ksp.md</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>1c357dc04a7278d6d6a938b36dd2898681ca848c - Fix formula</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#1c357dc04a7278d6d6a938b36dd2898681ca848c</link>
        <description>Fix formula

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Fri, 02 May 2025 14:10:45 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>6bfab51239a1d021a2781a42e04752bb50d6082e - Merge branch &apos;barry/2025-04-20/docs-linear-regressor-in-ksp&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#6bfab51239a1d021a2781a42e04752bb50d6082e</link>
        <description>Merge branch &apos;barry/2025-04-20/docs-linear-regressor-in-ksp&apos; into &apos;main&apos;Mention linear regressor in KSP docs and KSP usage from linear regressorSee merge request petsc/petsc!8334

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Mon, 28 Apr 2025 16:30:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>789736e13dc7600624280f2f1d112db076e5d354 - Mention linear regressor in KSP docs and KSP usage from linear regressor</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#789736e13dc7600624280f2f1d112db076e5d354</link>
        <description>Mention linear regressor in KSP docs and KSP usage from linear regressor

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Sun, 20 Apr 2025 18:45:28 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b11d9968bc79904c690b122f9399be46447eb113 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#b11d9968bc79904c690b122f9399be46447eb113</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Tue, 08 Apr 2025 17:53:26 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d000e8ac2eed99d0cf14796aab94de0aed57fd8b - Merge branch &apos;barry/2025-04-01/docs-mv-rst-md/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#d000e8ac2eed99d0cf14796aab94de0aed57fd8b</link>
        <description>Merge branch &apos;barry/2025-04-01/docs-mv-rst-md/release&apos; into &apos;release&apos;move last of the doc rst files over to md filesSee merge request petsc/petsc!8271

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Tue, 08 Apr 2025 17:50:28 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7f296bb328fcd4c99f2da7bfe8ba7ed8a4ebceee - move last of the doc rst files over to md files</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/ksp.md#7f296bb328fcd4c99f2da7bfe8ba7ed8a4ebceee</link>
        <description>move last of the doc rst files over to md files

            List of files:
            /petsc/doc/manual/ksp.md</description>
        <pubDate>Tue, 08 Apr 2025 17:50:28 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
