<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in ex1options</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>e0f7661ef47ee0a77f8da1ab85987b8efeada20d - Merge branch &apos;sneslinesearch-improvements&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/snes/tutorials/network/ex1options#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/network/ex1options</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.phasta.colorado.edu:8080/source/history/petsc/src/snes/tutorials/network/ex1options#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/network/ex1options</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>1c7e6064ed81ba93c37f86eaaf8d767154323e74 - Merge branch &apos;hzhang/dmnetworkview-color&apos; into &apos;main&apos;</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/snes/tutorials/network/ex1options#1c7e6064ed81ba93c37f86eaaf8d767154323e74</link>
        <description>Merge branch &apos;hzhang/dmnetworkview-color&apos; into &apos;main&apos;Add color component to CoordinateDMSee merge request petsc/petsc!6479

            List of files:
            /petsc/src/snes/tutorials/network/ex1options</description>
        <pubDate>Thu, 15 Jun 2023 14:35:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7cd471e73bbf44b514919ff6364b3d49ed4f6988 - Add color component to CoordinateDM in DMView_Network_CSV()</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/snes/tutorials/network/ex1options#7cd471e73bbf44b514919ff6364b3d49ed4f6988</link>
        <description>Add color component to CoordinateDM in DMView_Network_CSV()Add color handling to DMNetwork visualization scriptAdd check for coordinateDM creation in DMView_Network_CSV()Update ex1.c:  set coupled_snes_max_it=power_snes_max_it=water_snes_max_it=1 to illustrate interaction between subsnes and coupledsnes  set color=localf at vertices to monitor convergence over dmnetwork  optimize UserMonitor()Update src/dm/impls/network/tests/ex2.c to test &apos;-dmnetwork_view draw&apos;Co-authored-by: dccampbell1@shockers.wichita.edu

            List of files:
            /petsc/src/snes/tutorials/network/ex1options</description>
        <pubDate>Thu, 23 Feb 2023 15:30:28 +0000</pubDate>
        <dc:creator>Hong Zhang &lt;hzhang@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c20d77252dee0f9c80fc6f8b1a6f948e11175edb - Merge branch &apos;jed/promote-examples-tests-tutorials&apos; [petsc/petsc!2610]</title>
        <link>http://opengrok.phasta.colorado.edu:8080/source/history/petsc/src/snes/tutorials/network/ex1options#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/network/ex1options</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.phasta.colorado.edu:8080/source/history/petsc/src/snes/tutorials/network/ex1options#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/network/ex1options</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>
