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

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Fri, 02 Jan 2026 00:10:15 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>986a18b82b9cd0a2def87e600de909c1e38e6f15 - Merge branch &apos;barry/2025-12-23/fix-pc-factor-memory-leak-reuse-ordering/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#986a18b82b9cd0a2def87e600de909c1e38e6f15</link>
        <description>Merge branch &apos;barry/2025-12-23/fix-pc-factor-memory-leak-reuse-ordering/release&apos; into &apos;release&apos;Fix memory when reuse reordering is used with matrices with different nonzero patterns.See merge request petsc/petsc!8913

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Thu, 25 Dec 2025 02:00:16 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>da34b7cd53df8fdef0a9513acd1652dd19831fe4 - Fix memory when reuse reordering is used with matrices with different nonzero patterns.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#da34b7cd53df8fdef0a9513acd1652dd19831fe4</link>
        <description>Fix memory when reuse reordering is used with matrices with different nonzero patterns.Reported-by:  Markus Breit

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Tue, 23 Dec 2025 15:17:18 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@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/factor/factor.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/factor/factor.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/factor/factor.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/factor/factor.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>2d401794bf6cf18e043df9b0b4666f563d2469a8 - Merge branch &apos;release-revert-7777&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#2d401794bf6cf18e043df9b0b4666f563d2469a8</link>
        <description>Merge branch &apos;release-revert-7777&apos;

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Wed, 21 Aug 2024 20:09:30 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c313d2b8dedbc1c51ccbdfde3ca14aa43635dddf - Merge branch &apos;jolivet/fix-docs&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#c313d2b8dedbc1c51ccbdfde3ca14aa43635dddf</link>
        <description>Merge branch &apos;jolivet/fix-docs&apos; into &apos;release&apos;Docs: remove non-existing APISee merge request petsc/petsc!7767

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Fri, 16 Aug 2024 17:48:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ef95980055a40b479076201faeccb9e6afe7dc9a - Docs: remove non-existing API</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#ef95980055a40b479076201faeccb9e6afe7dc9a</link>
        <description>Docs: remove non-existing API

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Fri, 16 Aug 2024 06:06:29 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>a623e290c7eaa252b385564179837fe27521fbac - Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#a623e290c7eaa252b385564179837fe27521fbac</link>
        <description>Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;More improvements to Fortran stubs and interfacesSee merge request petsc/petsc!7598

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Wed, 12 Jun 2024 03:37:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5d83a8b16d06840f96948f1a43aa9c83c769a60a - This requires some changes to user FORTRAN code</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#5d83a8b16d06840f96948f1a43aa9c83c769a60a</link>
        <description>This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGERPass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v]Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXXThe compiler will now automatically prevent you from using the wrong argument type for the first three bullets aboveThis will also require an update sowing with the new sowing branch this MR is using.

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Thu, 30 May 2024 04:27:02 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2fd2f86ad4cd4c9d458eede940d9a21669406ef0 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#2fd2f86ad4cd4c9d458eede940d9a21669406ef0</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Mon, 20 May 2024 16:16:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce08df8daf81be87bbf168d1a8420cde6701c923 - Merge branch &apos;jolivet/fix-docs&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#ce08df8daf81be87bbf168d1a8420cde6701c923</link>
        <description>Merge branch &apos;jolivet/fix-docs&apos; into &apos;release&apos;Docs: fix double backticks in seealsoSee merge request petsc/petsc!7560

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Mon, 20 May 2024 15:22:26 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a94f484e013b4585682eb702a2adcd35b3f289ab - Docs: fix double backticks in seealso</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#a94f484e013b4585682eb702a2adcd35b3f289ab</link>
        <description>Docs: fix double backticks in seealso

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Sun, 19 May 2024 11:43:56 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>1ed6e3ff8437baa411029a28c2b08f047df9ad9a - Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#1ed6e3ff8437baa411029a28c2b08f047df9ad9a</link>
        <description>Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INTSee merge request petsc/petsc!7480

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Thu, 25 Apr 2024 22:16:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cc4c1da905d89950b196b027190941013bd3e15a - Update source code removing all unneeded /*@C and associated manual stubs and interfaces</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#cc4c1da905d89950b196b027190941013bd3e15a</link>
        <description>Update source code removing all unneeded /*@C and associated manual stubs and interfaces

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Sun, 14 Apr 2024 02:07:12 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>613ce9fe8f5e2bcdf7c72d914e9769b5d960fb4c - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#613ce9fe8f5e2bcdf7c72d914e9769b5d960fb4c</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Sun, 17 Dec 2023 06:30:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3667ccc511fb309b332b0ca79586ce001cb5c1fd - Merge branch &apos;barry/2023-12-11/doc-factor-solver-order/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#3667ccc511fb309b332b0ca79586ce001cb5c1fd</link>
        <description>Merge branch &apos;barry/2023-12-11/doc-factor-solver-order/release&apos; into &apos;release&apos;Add to manual pages the order at which matrix factorization solvers are selectedSee merge request petsc/petsc!7108

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Sun, 17 Dec 2023 05:50:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>998e45968326555c0112babfb8474ebd80bb18b0 - Add to manual pages the order at which matrix factorization solvers are selected</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#998e45968326555c0112babfb8474ebd80bb18b0</link>
        <description>Add to manual pages the order at which matrix factorization solvers are selectedReported-by:  Alex Lindsay

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Sun, 17 Dec 2023 05:50:07 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cbb748920e211f6b92d982894ce7f87ce159189c - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#cbb748920e211f6b92d982894ce7f87ce159189c</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Sat, 02 Dec 2023 02:51:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c87f018dd60dd7cbbffff5f1ec4e5d075ae0fc6f - Merge branch &apos;barry/2023-11-24/fix-ksp-manpages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ksp/pc/impls/factor/factor.c#c87f018dd60dd7cbbffff5f1ec4e5d075ae0fc6f</link>
        <description>Merge branch &apos;barry/2023-11-24/fix-ksp-manpages/release&apos; into &apos;release&apos;Fix manual pages in KSPSee merge request petsc/petsc!7055

            List of files:
            /petsc/src/ksp/pc/impls/factor/factor.c</description>
        <pubDate>Fri, 01 Dec 2023 17:18:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
