<?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 pdipm.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>5a884c48ab0c46bab83cd9bb8710f380fa6d8bcf - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#5a884c48ab0c46bab83cd9bb8710f380fa6d8bcf</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Mon, 23 Feb 2026 14:43:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5237a1eeda4b2323ceca6fa229b1d6f7e430fe9c - Merge branch &apos;mr/1863-mpiaij-coo&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#5237a1eeda4b2323ceca6fa229b1d6f7e430fe9c</link>
        <description>Merge branch &apos;mr/1863-mpiaij-coo&apos; into &apos;release&apos;Consolidated bugfixes for issues #1860, #1863, #1864, #1865, #1866, #1867, #1868See merge request petsc/petsc!9059

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Mon, 23 Feb 2026 14:43:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>badd099fb2ece77d080fc02aefe95d4a02e75697 - Fix MPI_Comm_rank/size API mixups in helpers (#1865,#1866)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#badd099fb2ece77d080fc02aefe95d4a02e75697</link>
        <description>Fix MPI_Comm_rank/size API mixups in helpers (#1865,#1866)

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Sat, 21 Feb 2026 10:35:40 +0000</pubDate>
        <dc:creator>Han Liu &lt;liuhan3790@users.noreply.gitlab.com&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/src/tao/constrained/impls/ipm/pdipm.c#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/src/tao/constrained/impls/ipm/pdipm.c</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/src/tao/constrained/impls/ipm/pdipm.c#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/src/tao/constrained/impls/ipm/pdipm.c</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>bd89dbf26d8a5efecb980364933175da61864cd7 - Merge branch &apos;barry/2025-12-24/improve-snes-domain-error-handling&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#bd89dbf26d8a5efecb980364933175da61864cd7</link>
        <description>Merge branch &apos;barry/2025-12-24/improve-snes-domain-error-handling&apos; into &apos;main&apos;Improve the propagation of function domain error handling in SNES, especially...See merge request petsc/petsc!8914

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Wed, 07 Jan 2026 17:10:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>76c6338944e4871467ad7a763eee41b62845c2b0 - Improve the propagation of function domain error handling in SNES, especially in the line search routines.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#76c6338944e4871467ad7a763eee41b62845c2b0</link>
        <description>Improve the propagation of function domain error handling in SNES, especially in the line search routines.Due to the object layering of SNESLineSearch under SNES there is some code duplication include both SNESLineSearchReason and SNESConvergedReason and SNESCheckFunctionNorm() and SNESLineSearchCheckFunctionNorm() and Jacobian friendsReported-by: david.knezevic@akselos.com

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Wed, 24 Dec 2025 15:15:19 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5d2a865bca654049dd32bfe43807bdf4c92c46f4 - Merge branch &apos;jolivet/safeguard-pchpddm-schur-ci&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#5d2a865bca654049dd32bfe43807bdf4c92c46f4</link>
        <description>Merge branch &apos;jolivet/safeguard-pchpddm-schur-ci&apos; into &apos;main&apos;Housekeeping + more safeguards in PCHPDDMSee merge request petsc/petsc!8859

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Fri, 21 Nov 2025 07:29:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>418fb43b50673c8dcaa7cccd4409f0faf842ef3b - Housekeeping</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#418fb43b50673c8dcaa7cccd4409f0faf842ef3b</link>
        <description>Housekeeping

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Tue, 18 Nov 2025 20:26:15 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/tao/constrained/impls/ipm/pdipm.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/tao/constrained/impls/ipm/pdipm.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/tao/constrained/impls/ipm/pdipm.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/tao/constrained/impls/ipm/pdipm.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>6fdaaf76adf9b66bc41187d83c8866f81d22a9b0 - Merge branch &apos;barry/2025-05-18/mv-pcsetpresolve-to-pcsetpostprocesssetup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#6fdaaf76adf9b66bc41187d83c8866f81d22a9b0</link>
        <description>Merge branch &apos;barry/2025-05-18/mv-pcsetpresolve-to-pcsetpostprocesssetup&apos; into &apos;main&apos;Refactor PCSetPreSolve as PCSetPostSetUpSee merge request petsc/petsc!8419

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Fri, 06 Jun 2025 20:01:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f5ef3eb42e427772420187a8463ff5760a7911dd - Merge branch &apos;barry/2025-05-18/fix-mumps-set-usage&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#f5ef3eb42e427772420187a8463ff5760a7911dd</link>
        <description>Merge branch &apos;barry/2025-05-18/fix-mumps-set-usage&apos; into &apos;main&apos;MatMumpsSetIcntl() and MatMumpsSetCntl() are allowed to be called (and...See merge request petsc/petsc!8418

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Fri, 30 May 2025 18:37:31 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>795784058518eedfa0df6d5778135f08b3c5e204 - MatMumpsSetIcntl() and MatMumpsSetCntl() are allowed to be called (and ignored) if MUMPS is not installed.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#795784058518eedfa0df6d5778135f08b3c5e204</link>
        <description>MatMumpsSetIcntl() and MatMumpsSetCntl() are allowed to be called (and ignored) if MUMPS is not installed.

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Sun, 18 May 2025 15:16:30 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ab76df0c6a61be7826a96a31145ac1c267d65453 - Refactor PCSetPreSolve as PCSetPostSetUp</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#ab76df0c6a61be7826a96a31145ac1c267d65453</link>
        <description>Refactor PCSetPreSolve as PCSetPostSetUpPCSetPreSolve is clunky and confusing since it mixes with the unrelated -&gt;ops-&gt;presolve functionality. So instead introduce PCSetPostSetUp() that gets called at the end of PCSetUp() and can be used with TAOPDIPM

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Sun, 18 May 2025 16:12:14 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/tao/constrained/impls/ipm/pdipm.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/tao/constrained/impls/ipm/pdipm.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/tao/constrained/impls/ipm/pdipm.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/tao/constrained/impls/ipm/pdipm.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>d0e6bf2ad94dcc89b258ce16c7987200a4714786 - Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#d0e6bf2ad94dcc89b258ce16c7987200a4714786</link>
        <description>Merge branch &apos;jolivet/clang-format-19&apos; into &apos;main&apos;clang-format-19See merge request petsc/petsc!7644

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Wed, 25 Sep 2024 06:44:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>57508ece14a6b1339c0bbf016ecd72f673a062b0 - Remove unneeded parentheses</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/constrained/impls/ipm/pdipm.c#57508ece14a6b1339c0bbf016ecd72f673a062b0</link>
        <description>Remove unneeded parentheses

            List of files:
            /petsc/src/tao/constrained/impls/ipm/pdipm.c</description>
        <pubDate>Tue, 17 Sep 2024 23:49:15 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/tao/constrained/impls/ipm/pdipm.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/tao/constrained/impls/ipm/pdipm.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>
