<?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 petscksp.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>3220ff8572602716d60bdda8b51773ebceb3c8ea - Merge branch &apos;barry/2026-01-31/improve-dmactive&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#3220ff8572602716d60bdda8b51773ebceb3c8ea</link>
        <description>Merge branch &apos;barry/2026-01-31/improve-dmactive&apos; into &apos;main&apos;Split dmActive into separate support for matrix, rhs, and initial guessSee merge request petsc/petsc!8990

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Wed, 25 Feb 2026 06:22:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bf0c7fc2d7fb4e90d42e412b25194b878e6e442d - Split dmActive into seperate support for matrix, rhs, and initial guess</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#bf0c7fc2d7fb4e90d42e412b25194b878e6e442d</link>
        <description>Split dmActive into seperate support for matrix, rhs, and initial guess

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Sat, 31 Jan 2026 23:59:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>65c6dbde5b77e518f6ed8bf109ce6c9ab9061e55 - Merge branch &apos;barry/2026-02-22/cleanup-flexible-KSP-docs&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#65c6dbde5b77e518f6ed8bf109ce6c9ab9061e55</link>
        <description>Merge branch &apos;barry/2026-02-22/cleanup-flexible-KSP-docs&apos; into &apos;main&apos;Manual page improvements and deprecations for flexible KSP typesSee merge request petsc/petsc!9066

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Tue, 24 Feb 2026 17:10:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6364ff287c5e357e7d809fb0faa3df1c611480be - Cleanup of manual pages for flexible KSP methods deprecation of type specific functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#6364ff287c5e357e7d809fb0faa3df1c611480be</link>
        <description>Cleanup of manual pages for flexible KSP methods deprecation of type specific functionsCo-authored-by: Pierre Jolivet &lt;pierre@joliv.et&gt;

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Sun, 22 Feb 2026 18:36:06 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<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/include/petscksp.h#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/include/petscksp.h</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/include/petscksp.h#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/include/petscksp.h</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>9a3a8673b4aea812b2f0c314666d2e7ff14d2577 - Merge branch &apos;jczhang/2025-09-19/precision-mumps&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#9a3a8673b4aea812b2f0c314666d2e7ff14d2577</link>
        <description>Merge branch &apos;jczhang/2025-09-19/precision-mumps&apos; into &apos;main&apos;Support different precisions with MUMPSSee merge request petsc/petsc!8715

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Fri, 17 Oct 2025 15:21:29 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1f08b62a0e6d5819500ec6fb2d8adc57cf2c4b0a - KSPHPDDM: deprecate KSPHPDDMPrecision in favor of PetscPrecision</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#1f08b62a0e6d5819500ec6fb2d8adc57cf2c4b0a</link>
        <description>KSPHPDDM: deprecate KSPHPDDMPrecision in favor of PetscPrecision

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Wed, 08 Oct 2025 03:25:00 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>75b7f5c99e7c25f4db18d09f2a723fd0e66ff7cd - Merge branch &apos;barry/2025-09-27/cleanout-pcsetpresolve&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#75b7f5c99e7c25f4db18d09f2a723fd0e66ff7cd</link>
        <description>Merge branch &apos;barry/2025-09-27/cleanout-pcsetpresolve&apos; into &apos;main&apos;Remove left over parts of PCSetPreSolve() that were mistakenly left in !8419See merge request petsc/petsc!8744

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Mon, 29 Sep 2025 14:53:11 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1a02b73ccff0ae8952b99be61beca18609575902 - Remove left over parts of PCSetPreSolve() that were mistakenly left in !8419</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#1a02b73ccff0ae8952b99be61beca18609575902</link>
        <description>Remove left over parts of PCSetPreSolve() that were mistakenly left in !8419

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Mon, 29 Sep 2025 14:53:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3622a28c55a6a5eb2ece46d240ab41e9dd37c966 - Merge branch &apos;knepley/fix-ksp-monitor-view&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#3622a28c55a6a5eb2ece46d240ab41e9dd37c966</link>
        <description>Merge branch &apos;knepley/fix-ksp-monitor-view&apos; into &apos;main&apos;KSP: Add HDF5 monitorSee merge request petsc/petsc!8624

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Mon, 04 Aug 2025 21:36:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>52e0830fed8939ec9e7d0773f10021e38db7dee3 - KSP: Add HDF5 monitor</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#52e0830fed8939ec9e7d0773f10021e38db7dee3</link>
        <description>KSP: Add HDF5 monitor

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Mon, 04 Aug 2025 21:36:05 +0000</pubDate>
        <dc:creator>Matthew Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>287d9e588383f1e1baab2c4c0a0ac647a71c77d4 - Merge branch &apos;knepley/feature-ts-landau-moments&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#287d9e588383f1e1baab2c4c0a0ac647a71c77d4</link>
        <description>Merge branch &apos;knepley/feature-ts-landau-moments&apos; into &apos;main&apos;TS Hamiltonian ex4: Preliminary moment equationsSee merge request petsc/petsc!8573

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Wed, 23 Jul 2025 19:03:27 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1898fd5c708a8036180e7da5d8b64fabd9db1a8b - DM: Allow creation of a gradient matrix between spaces</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#1898fd5c708a8036180e7da5d8b64fabd9db1a8b</link>
        <description>DM: Allow creation of a gradient matrix between spaces- This is like the mass matrix, but with a gradient on the continuous space- We use this for conservation laws in moments of particle systems- Add projection to DMSwarm to implement this

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Tue, 22 Jul 2025 11:09:45 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1aed2d1b931299da9804dc997604554622589db1 - Merge branch &apos;lindad/ksp-converged-user&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#1aed2d1b931299da9804dc997604554622589db1</link>
        <description>Merge branch &apos;lindad/ksp-converged-user&apos; into &apos;main&apos;Add ksp user converged/diverged reasonSee merge request petsc/petsc!8462

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Mon, 09 Jun 2025 14:39:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.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/include/petscksp.h#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/include/petscksp.h</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>cc8c0b42323cbe4b152af8eee733fd64b2c5118e - Add ksp user converged/diverged reason</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petscksp.h#cc8c0b42323cbe4b152af8eee733fd64b2c5118e</link>
        <description>Add ksp user converged/diverged reasonMimics !8005 for SNES

            List of files:
            /petsc/include/petscksp.h</description>
        <pubDate>Thu, 05 Jun 2025 19:24:45 +0000</pubDate>
        <dc:creator>Alex Lindsay &lt;alexlindsay239@gmail.com&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/include/petscksp.h#4d4d2bdc375ba73538fdff3fed6ff2932e6875ae</link>
        <description>Clean up the use of typedef function prototypes for KSP

            List of files:
            /petsc/include/petscksp.h</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/include/petscksp.h#226f8a8a5081bc6ad7227cd631662400f0d6e2a0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petscksp.h</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/include/petscksp.h#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/include/petscksp.h</description>
        <pubDate>Tue, 20 May 2025 14:45:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
