<?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 linesearchbisection.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>756fffe11fc37c302bf6f777119cb63762d4cb5a - Merge branch &apos;fix-SNESLineSearchBisection-maxit&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c#756fffe11fc37c302bf6f777119cb63762d4cb5a</link>
        <description>Merge branch &apos;fix-SNESLineSearchBisection-maxit&apos; into &apos;main&apos;fix SNESLineSearchBisection wrongfully exiting when reaching maximum number of iterationsSee merge request petsc/petsc!8880

            List of files:
            /petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c</description>
        <pubDate>Mon, 26 Jan 2026 22:17:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1e1ea152bc0251c9fee07b20d595288add9aa6bf - fix SNESLineSearchBisection wrongfully exiting when reaching maximum number of iterations</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c#1e1ea152bc0251c9fee07b20d595288add9aa6bf</link>
        <description>fix SNESLineSearchBisection wrongfully exiting when reaching maximum number of iterations

            List of files:
            /petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c</description>
        <pubDate>Wed, 03 Dec 2025 17:57:54 +0000</pubDate>
        <dc:creator>Jonas Heinzmann &lt;jheinzmann@ethz.ch&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/snes/linesearch/impls/bisection/linesearchbisection.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/snes/linesearch/impls/bisection/linesearchbisection.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/snes/linesearch/impls/bisection/linesearchbisection.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/snes/linesearch/impls/bisection/linesearchbisection.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>e0f7661ef47ee0a77f8da1ab85987b8efeada20d - Merge branch &apos;sneslinesearch-improvements&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c#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/linesearch/impls/bisection/linesearchbisection.c</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/linesearch/impls/bisection/linesearchbisection.c#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/linesearch/impls/bisection/linesearchbisection.c</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>c59835d02e78e47c66bbf6f0a7d8d58c36aab673 - Merge branch &apos;jonas-heinzmann/fix-sneslinesearch-vi-directionalderivative&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c#c59835d02e78e47c66bbf6f0a7d8d58c36aab673</link>
        <description>Merge branch &apos;jonas-heinzmann/fix-sneslinesearch-vi-directionalderivative&apos; into &apos;main&apos;SNESLineSearch: fix computation of directional derivative in the case of the VI solversSee merge request petsc/petsc!8137

            List of files:
            /petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c</description>
        <pubDate>Mon, 17 Feb 2025 19:49:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d5def619400c53ceafc7498a3d382ce0d1e29f7d - SNESLineSearch: fix computation of directional derivative in the case of the VI solvers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c#d5def619400c53ceafc7498a3d382ce0d1e29f7d</link>
        <description>SNESLineSearch: fix computation of directional derivative in the case of the VI solversThe two line search algorithms bisection and critical point work with the directional derivative, assuming that F(x) = grad G(x).However, when working with the variational inequality solvers, the constraints were not correctly considered when computing the directional derivative.This commit introduces a new linesearch-&gt;ops-&gt;vidirderiv function which correctly considers the constraints (similar to linesearch-&gt;ops-&gt;viproject and linesearch-&gt;ops-&gt;vinorm).

            List of files:
            /petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c</description>
        <pubDate>Mon, 17 Feb 2025 19:49:49 +0000</pubDate>
        <dc:creator>Jonas Heinzmann &lt;jheinzmann@ethz.ch&gt;</dc:creator>
    </item>
<item>
        <title>0b3826d4d2998fc0a4fa12e0ff4ee854a4862f68 - Merge branch &apos;jonas-heinzmann/sneslinesearch-addbisection&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c#0b3826d4d2998fc0a4fa12e0ff4ee854a4862f68</link>
        <description>Merge branch &apos;jonas-heinzmann/sneslinesearch-addbisection&apos; into &apos;main&apos;SNESLineSearch: add bisection line searchSee merge request petsc/petsc!8028

            List of files:
            /petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c</description>
        <pubDate>Wed, 04 Dec 2024 18:52:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b9d635d7b5c3ee5434768b771e5fbf76581fe7bc - SNESLineSearch: add bisection line search</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c#b9d635d7b5c3ee5434768b771e5fbf76581fe7bc</link>
        <description>SNESLineSearch: add bisection line searchAdd new bisection line search for SNES, which proves to be useful for highly non-linear problems. The line search assumes that F(X) = grad G(X) and seeks to find the root in the directional derivative through bisection.(tested in snes/tutorials/ex99)

            List of files:
            /petsc/src/snes/linesearch/impls/bisection/linesearchbisection.c</description>
        <pubDate>Sat, 23 Nov 2024 15:25:02 +0000</pubDate>
        <dc:creator>Jonas Heinzmann &lt;jheinzmann@ethz.ch&gt;</dc:creator>
    </item>
</channel>
</rss>
