<?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 taosnes.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>4e8208cbcbc709572b8abe32f33c78b69c819375 - Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#4e8208cbcbc709572b8abe32f33c78b69c819375</link>
        <description>Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;Fortran generation of interface definitions for functions that take and return context variables  (void *ctx and PetCtx ctx)See merge request petsc/petsc!8956

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Sat, 31 Jan 2026 18:41:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2a8381b23c702518c6b1ccbeafee50b9375df0e4 - Add automatic generated fortran support for setting and returning contexts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#2a8381b23c702518c6b1ccbeafee50b9375df0e4</link>
        <description>Add automatic generated fortran support for setting and returning contextsMajor cleanup of the code for setting and returning application (previously called user) contexts  - PetscCtx ctx is now the standard for passing in contexts  - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFnBoth of these are typedef to void*Also removed most use of user and userctx for context arguments now consistently named ctxImproved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Tue, 13 Jan 2026 04:45:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ce78bad369055609e946c9d2c25ea67a45873e27 - Fortran 90: fully embrace After 34 years!</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#ce78bad369055609e946c9d2c25ea67a45873e27</link>
        <description>Fortran 90: fully embrace After 34 years!- deprecate use of &apos;F90&apos; in Fortran function names- use Fortran pointers when appropriate- the new Fortran API is not backward compatible with previous versions!- also clean up inconsistent PETSc code detected by new Fortran generation tools- drop use of bfort- automatically generate all the Fortran PETSc objects, enums etc from the include files- generate most of the Fortran interface definitions and functions from the source code- simplify the number and organization of Fortran modulesCo-authored-by: Jose E. Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Thu, 20 Feb 2025 06:12:11 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&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/tao/snes/taosnes.c#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/tao/snes/taosnes.c</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>606f75f6cc59668c96bea874c028626c3caf5cd3 - Deprecate PETSC_DEFAULT for Tao parameters with PETSC_CURRENT and add support for PETSC_DETEREMINE to use default</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#606f75f6cc59668c96bea874c028626c3caf5cd3</link>
        <description>Deprecate PETSC_DEFAULT for Tao parameters with PETSC_CURRENT and add support for PETSC_DETEREMINE to use default

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Tue, 25 Jun 2024 13:30:18 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>713b55d3e878d1e789b6be6fd2a8b5faa19b1223 - Merge branch &apos;stefanozampini/snes-lmvm&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#713b55d3e878d1e789b6be6fd2a8b5faa19b1223</link>
        <description>Merge branch &apos;stefanozampini/snes-lmvm&apos; into &apos;main&apos;Improve MATLMVM support in SNESSee merge request petsc/petsc!7030

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Wed, 06 Dec 2023 17:10:02 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f8a48b51c43b089f055d425c10a6d8d441beca01 - TAOSNES: call setfromoptions at setup time</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#f8a48b51c43b089f055d425c10a6d8d441beca01</link>
        <description>TAOSNES: call setfromoptions at setup time

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Sun, 05 Nov 2023 10:01:19 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b3b04bfa6a3dd7d7a8226e764d09b3b1ecbf4878 - Merge branch &apos;stefanozampini/ngmres-objective&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#b3b04bfa6a3dd7d7a8226e764d09b3b1ecbf4878</link>
        <description>Merge branch &apos;stefanozampini/ngmres-objective&apos; into &apos;main&apos;Support objective functions in SNESNGMRESSee merge request petsc/petsc!6957

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Fri, 27 Oct 2023 14:19:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4936d80934666c0fe36796ce94b63b57bfb10049 - SNESNGMRES: support objective functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#4936d80934666c0fe36796ce94b63b57bfb10049</link>
        <description>SNESNGMRES: support objective functionsRemoved some PetscSqrtReal calls.I don&apos;t understand why PetscSqrtReal(norm) was used.The norm is already the result of a sqrtSome testing output has improved (probably it was a bug?)add tests for objective functions in TAO

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Mon, 23 Oct 2023 14:35:32 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9c5460f9064ca60dd71a234a1f6faf93e7a6b0c9 - Merge branch &apos;jacobf/2023-08-09/linter-detect-static-function-candidates&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#9c5460f9064ca60dd71a234a1f6faf93e7a6b0c9</link>
        <description>Merge branch &apos;jacobf/2023-08-09/linter-detect-static-function-candidates&apos; into &apos;main&apos;Linter detect possible static functionsSee merge request petsc/petsc!6796

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Thu, 17 Aug 2023 16:08:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>66976f2f44dcc61d86a452a70219fb23b45d00f0 - Add static to internal functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#66976f2f44dcc61d86a452a70219fb23b45d00f0</link>
        <description>Add static to internal functions

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Mon, 14 Aug 2023 15:12:42 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2695622ab41ccaa973219c97e6b79e72cc44c781 - Merge branch &apos;stefanozampini/snes&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#2695622ab41ccaa973219c97e6b79e72cc44c781</link>
        <description>Merge branch &apos;stefanozampini/snes&apos; into &apos;main&apos;Improve Trust-Region support in SNESSee merge request petsc/petsc!6150

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Thu, 16 Mar 2023 18:05:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f4f5968150b81ff6a8d1911faa690ff5db1e3b36 - TAOSNES: a convenient class to perform comparisons between TAO and SNES solvers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/tao/snes/taosnes.c#f4f5968150b81ff6a8d1911faa690ff5db1e3b36</link>
        <description>TAOSNES: a convenient class to perform comparisons between TAO and SNES solvers

            List of files:
            /petsc/src/tao/snes/taosnes.c</description>
        <pubDate>Tue, 07 Mar 2023 16:44:19 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
