<?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 ex1_python_null_appctx-1.out</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>70646cd191a02c3aba559ba717dac5da7a8a1e20 - Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/output/ex1_python_null_appctx-1.out#70646cd191a02c3aba559ba717dac5da7a8a1e20</link>
        <description>Merge branch &apos;jolivet/housekeeping&apos; into &apos;main&apos;Minor housekeepingSee merge request petsc/petsc!8897

            List of files:
            /petsc/src/snes/tests/output/ex1_python_null_appctx-1.out</description>
        <pubDate>Mon, 15 Dec 2025 14:57:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>143f251431dc40d64512d9e3a206ecf7da9679d7 - Fix missing equal sign</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/output/ex1_python_null_appctx-1.out#143f251431dc40d64512d9e3a206ecf7da9679d7</link>
        <description>Fix missing equal sign

            List of files:
            /petsc/src/snes/tests/output/ex1_python_null_appctx-1.out</description>
        <pubDate>Sun, 14 Dec 2025 15:56:56 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>f971d49813e8f917b9adad75568de3e4defeb2d5 - Proper capitalization from Gram-Schmidt orthogonalization</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/output/ex1_python_null_appctx-1.out#f971d49813e8f917b9adad75568de3e4defeb2d5</link>
        <description>Proper capitalization from Gram-Schmidt orthogonalization

            List of files:
            /petsc/src/snes/tests/output/ex1_python_null_appctx-1.out</description>
        <pubDate>Sun, 14 Dec 2025 05:55:35 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>eaa7cf455101e7391ead982166c6e99faf273403 - Merge branch &apos;barry/2025-11-04/kspview-clearer-amat-pmat&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/output/ex1_python_null_appctx-1.out#eaa7cf455101e7391ead982166c6e99faf273403</link>
        <description>Merge branch &apos;barry/2025-11-04/kspview-clearer-amat-pmat&apos; into &apos;main&apos;Fix terminology for Pmat in KSPView output.See merge request petsc/petsc!8826

            List of files:
            /petsc/src/snes/tests/output/ex1_python_null_appctx-1.out</description>
        <pubDate>Mon, 17 Nov 2025 23:13:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ecf3d421cb3c1b20d45a37f9c0fad70b27dd1912 - Fix terminology for Pmat in KSPView output.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/output/ex1_python_null_appctx-1.out#ecf3d421cb3c1b20d45a37f9c0fad70b27dd1912</link>
        <description>Fix terminology for Pmat in KSPView output.

            List of files:
            /petsc/src/snes/tests/output/ex1_python_null_appctx-1.out</description>
        <pubDate>Mon, 17 Nov 2025 23:13:01 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e0f7661ef47ee0a77f8da1ab85987b8efeada20d - Merge branch &apos;sneslinesearch-improvements&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/output/ex1_python_null_appctx-1.out#e0f7661ef47ee0a77f8da1ab85987b8efeada20d</link>
        <description>Merge branch &apos;sneslinesearch-improvements&apos; into &apos;main&apos;SNESLinesearch: Minor improvementsSee merge request petsc/petsc!8630

            List of files:
            /petsc/src/snes/tests/output/ex1_python_null_appctx-1.out</description>
        <pubDate>Wed, 27 Aug 2025 02:18:34 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a99ef635ef3fb31080710bc8e0dbbde292199c98 - SNESLinesearch: Minor improvements</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/output/ex1_python_null_appctx-1.out#a99ef635ef3fb31080710bc8e0dbbde292199c98</link>
        <description>SNESLinesearch: Minor improvements- add missing configuration options in the documentation of the line searches (some of the available options were not listed), and consistently list their respective default values- add proper convergence criteria for the secant method in the L2 line search based on ltol and atol (otherwise, the secant method is mostly running for the maximum number of iterations)- fix a small bug in the CP line search, where steptol * lambda was used to check for convergence based on the change of lambda instead of the ltol parameter- rename sneslinesearch-&gt;maxstep to sneslinesearch-&gt;maxlambda in the options database to be consistent with its purpose in the algorithms- rename SNESLineSearchL2 to SNESLineSearchSecant to better represent its underlying approach

            List of files:
            /petsc/src/snes/tests/output/ex1_python_null_appctx-1.out</description>
        <pubDate>Wed, 27 Aug 2025 02:18:34 +0000</pubDate>
        <dc:creator>Jonas Heinzmann &lt;jheinzmann@ethz.ch&gt;</dc:creator>
    </item>
<item>
        <title>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/output/ex1_python_null_appctx-1.out#970231d20df44f79b27787157e39d441e79f434b</link>
        <description>Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;clang-format version 18See merge request petsc/petsc!6902

            List of files:
            /petsc/src/snes/tests/output/ex1_python_null_appctx-1.out</description>
        <pubDate>Thu, 07 Mar 2024 12:36:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>63de5e469765d95013cecb4ed59004c0a089577b - Fix double whitespace after colon</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/output/ex1_python_null_appctx-1.out#63de5e469765d95013cecb4ed59004c0a089577b</link>
        <description>Fix double whitespace after colon

            List of files:
            /petsc/src/snes/tests/output/ex1_python_null_appctx-1.out</description>
        <pubDate>Sun, 11 Feb 2024 06:28:50 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>9313a6b9c766acc67edc7c79155ef23c03086d23 - Merge branch &apos;stefanozampini/snes-kspcg&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/output/ex1_python_null_appctx-1.out#9313a6b9c766acc67edc7c79155ef23c03086d23</link>
        <description>Merge branch &apos;stefanozampini/snes-kspcg&apos; into &apos;main&apos;Updates on SNESNEWTONTRSee merge request petsc/petsc!6216

            List of files:
            /petsc/src/snes/tests/output/ex1_python_null_appctx-1.out</description>
        <pubDate>Sat, 25 Mar 2023 19:47:50 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9be84c52375fa69a6481fcef8556b9a7b38e14a0 - SNES: support Application context in python code</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tests/output/ex1_python_null_appctx-1.out#9be84c52375fa69a6481fcef8556b9a7b38e14a0</link>
        <description>SNES: support Application context in python codeWe keep a global registry for contexts set via Python and cast to object only if SNESGetApplicationContext returns a void* in the setOtherwise, we return the address

            List of files:
            /petsc/src/snes/tests/output/ex1_python_null_appctx-1.out</description>
        <pubDate>Fri, 24 Mar 2023 11:49:53 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
