<?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 ex12_44_alt.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/tutorials/output/ex12_44_alt.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/tutorials/output/ex12_44_alt.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/tutorials/output/ex12_44_alt.out#143f251431dc40d64512d9e3a206ecf7da9679d7</link>
        <description>Fix missing equal sign

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.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/tutorials/output/ex12_44_alt.out#f971d49813e8f917b9adad75568de3e4defeb2d5</link>
        <description>Proper capitalization from Gram-Schmidt orthogonalization

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.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/tutorials/output/ex12_44_alt.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/tutorials/output/ex12_44_alt.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/tutorials/output/ex12_44_alt.out#ecf3d421cb3c1b20d45a37f9c0fad70b27dd1912</link>
        <description>Fix terminology for Pmat in KSPView output.

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.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/tutorials/output/ex12_44_alt.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/tutorials/output/ex12_44_alt.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/tutorials/output/ex12_44_alt.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/tutorials/output/ex12_44_alt.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>e7dfef6fe55161823ad808feb7b24ef448a5fa5f - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex12_44_alt.out#e7dfef6fe55161823ad808feb7b24ef448a5fa5f</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.out</description>
        <pubDate>Fri, 21 Feb 2025 15:03:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>31a87ac2b53ed7388848bb33c3d224ca7e1ff6a0 - Merge branch &apos;balay/ci-osx-migrate-to-arm&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex12_44_alt.out#31a87ac2b53ed7388848bb33c3d224ca7e1ff6a0</link>
        <description>Merge branch &apos;balay/ci-osx-migrate-to-arm&apos; into &apos;release&apos;CI: migrate osx-xsdk-opt to armSee merge request petsc/petsc!8150

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.out</description>
        <pubDate>Thu, 20 Feb 2025 15:27:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>80e52a1fdfc68a6a5eaf175f1d207df9cb54c35e - CI: migrate osx-xsdk-opt to arm</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex12_44_alt.out#80e52a1fdfc68a6a5eaf175f1d207df9cb54c35e</link>
        <description>CI: migrate osx-xsdk-opt to arm- remove --download-xsdk - its been removed long ago (and rename corresponding xsdk jobs)- rename  osx jobs to macos- update MPI location to its real path.(currently listed path is a link to the real path - it helped with CI migration of those jobsto newer xcode - while keeping other branch jobs working during/after the migration)

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.out</description>
        <pubDate>Fri, 14 Feb 2025 20:59:35 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ec42381fdf5bb48a6ea45cf3b5c9e6ed3c5f82db - Merge branch &apos;barry/2024-06-15/deprecate-petsc-current&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex12_44_alt.out#ec42381fdf5bb48a6ea45cf3b5c9e6ed3c5f82db</link>
        <description>Merge branch &apos;barry/2024-06-15/deprecate-petsc-current&apos; into &apos;main&apos;Deprecate the use of PETSC_DEFAULT with PETSC_CURRENT since PETSC_DEFAULT is a...See merge request petsc/petsc!7634

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.out</description>
        <pubDate>Sat, 20 Jul 2024 22:06:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>77e5a1f9fcfc1cfeb1010ff17041dc1a220acc3c - Update SNESSetTolerances() to accept PETSC_DETERMINE an PETSC_DECIDE</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex12_44_alt.out#77e5a1f9fcfc1cfeb1010ff17041dc1a220acc3c</link>
        <description>Update SNESSetTolerances() to accept PETSC_DETERMINE an PETSC_DECIDE

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.out</description>
        <pubDate>Sun, 16 Jun 2024 01:40:17 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/tutorials/output/ex12_44_alt.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/tutorials/output/ex12_44_alt.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>0923d1d9c1f402ee92f3700329e9f6a3ad4a4aa4 - Remove trailing whitespace</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex12_44_alt.out#0923d1d9c1f402ee92f3700329e9f6a3ad4a4aa4</link>
        <description>Remove trailing whitespace

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.out</description>
        <pubDate>Sun, 11 Feb 2024 06:31:22 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>63de5e469765d95013cecb4ed59004c0a089577b - Fix double whitespace after colon</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex12_44_alt.out#63de5e469765d95013cecb4ed59004c0a089577b</link>
        <description>Fix double whitespace after colon

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.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>d6236948e75e7fb128b10e676e3f47dfad9b976a - Merge branch &apos;knepley/feature-tetgen-labels&apos; into &apos;master&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex12_44_alt.out#d6236948e75e7fb128b10e676e3f47dfad9b976a</link>
        <description>Merge branch &apos;knepley/feature-tetgen-labels&apos; into &apos;master&apos;DM: Added universal labelSee merge request petsc/petsc!3402

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.out</description>
        <pubDate>Wed, 25 Nov 2020 20:44:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0fdc74893d08b7f731a3f927b6584bf9ea7d2444 - DM: Added universal label - A universal label encodes the markers for a set of labels - We need this when using systems like TetGen that only take a single label - Added tests in Plex ex11</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex12_44_alt.out#0fdc74893d08b7f731a3f927b6584bf9ea7d2444</link>
        <description>DM: Added universal label - A universal label encodes the markers for a set of labels - We need this when using systems like TetGen that only take a single label - Added tests in Plex ex11

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.out</description>
        <pubDate>Wed, 25 Nov 2020 20:44:53 +0000</pubDate>
        <dc:creator>Matthew Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c20d77252dee0f9c80fc6f8b1a6f948e11175edb - Merge branch &apos;jed/promote-examples-tests-tutorials&apos; [petsc/petsc!2610]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex12_44_alt.out#c20d77252dee0f9c80fc6f8b1a6f948e11175edb</link>
        <description>Merge branch &apos;jed/promote-examples-tests-tutorials&apos; [petsc/petsc!2610]* jed/promote-examples-tests-tutorials:  Promote examples/{tests,tutorials}/ to {tests,tutorials}/

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.out</description>
        <pubDate>Sun, 22 Mar 2020 01:49:31 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>c4762a1b19cd2af06abeed90e8f9d34fb975dd94 - Promote examples/{tests,tutorials}/ to {tests,tutorials}/</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/tutorials/output/ex12_44_alt.out#c4762a1b19cd2af06abeed90e8f9d34fb975dd94</link>
        <description>Promote examples/{tests,tutorials}/ to {tests,tutorials}/This shortens paths and improves consistency between test target namesand paths to the source and output files.  Most of the work wascompleted by this script, followed by mild cleanup of nonconformingcases.for makefile in `git ls-files &apos;src/*makefile&apos;`; do    if rg -q &apos;DIRS.*\bexamples\b&apos; $makefile; then        base=$(dirname $makefile)        dirs=$(cd $base/examples &amp;&amp; ls -d tests tutorials 2&gt;/dev/null | xargs echo)        perl -pi -e &quot;s#^(DIRS.*)\bexamples\b#\1${dirs}#&quot; $makefile        git rm $base/examples/makefile        for t in $dirs; do            git mv $base/examples/$t $base/            perl -pi -e &quot;s#^(LOCDIR[[:space:]]*=).*#\1 $base/$t/#&quot; $base/$t        done    fidonegit grep -l -E -z &apos;examples/(tutorials|tests)&apos; | xargs -0 perl -pi -e &apos;s#examples/(tutorials|tests)#\1#g&apos;git checkout @ \    src/docs/website/documentation/changes/ \    src/benchmarks/results/

            List of files:
            /petsc/src/snes/tutorials/output/ex12_44_alt.out</description>
        <pubDate>Wed, 18 Mar 2020 15:41:21 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
</channel>
</rss>
