<?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 petsctao.h</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d756bedd70a89ca052be956bccd75c5761cb2ab4 - Merge branch &apos;zach/tao-monitor-modernization&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#d756bedd70a89ca052be956bccd75c5761cb2ab4</link>
        <description>Merge branch &apos;zach/tao-monitor-modernization&apos; into &apos;main&apos;Modernize TAO monitoring to resemble TS and friendsSee merge request petsc/petsc!9029

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Mon, 23 Feb 2026 06:14:45 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a336c15037c72f93cd561f5a5e11e93175f2efd9 - Tao - Update monitor functions to work like TS</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#a336c15037c72f93cd561f5a5e11e93175f2efd9</link>
        <description>Tao - Update monitor functions to work like TS

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Thu, 12 Feb 2026 21:20:45 +0000</pubDate>
        <dc:creator>Zach Atkins &lt;zach.atkins@colorado.edu&gt;</dc:creator>
    </item>
<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/include/petsctao.h#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/include/petsctao.h</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/include/petsctao.h#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/include/petsctao.h</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>6327175cd4e6f53ea7dcf4f5513d67577e46142b - Merge branch &apos;add-tao-get-constraints&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#6327175cd4e6f53ea7dcf4f5513d67577e46142b</link>
        <description>Merge branch &apos;add-tao-get-constraints&apos; into &apos;main&apos;Add getters for TAO constraint routinesSee merge request petsc/petsc!8619

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Sun, 31 Aug 2025 16:23:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c70ced77ef3279c1ca7cea407347d281e0c58bcb - Introduce TaoGetJacobianEqualityRoutine</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#c70ced77ef3279c1ca7cea407347d281e0c58bcb</link>
        <description>Introduce TaoGetJacobianEqualityRoutine

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Thu, 31 Jul 2025 14:50:18 +0000</pubDate>
        <dc:creator>paul.kuehner &lt;paul.kuehner@uni.lu&gt;</dc:creator>
    </item>
<item>
        <title>d625fd5530ceaf553ba92d594c5722f0f82db6c2 - Introduce TaoGetJacobianInequalityRoutine</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#d625fd5530ceaf553ba92d594c5722f0f82db6c2</link>
        <description>Introduce TaoGetJacobianInequalityRoutine

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Thu, 31 Jul 2025 14:48:25 +0000</pubDate>
        <dc:creator>paul.kuehner &lt;paul.kuehner@uni.lu&gt;</dc:creator>
    </item>
<item>
        <title>1b4e8d383929f90da10c6216833dd32b321a83f9 - Introduce TaoGetEqualityConstraintsRoutine</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#1b4e8d383929f90da10c6216833dd32b321a83f9</link>
        <description>Introduce TaoGetEqualityConstraintsRoutine

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Thu, 31 Jul 2025 14:31:47 +0000</pubDate>
        <dc:creator>paul.kuehner &lt;paul.kuehner@uni.lu&gt;</dc:creator>
    </item>
<item>
        <title>434d79ddb00dec0547374171a70d77f6b5047650 - Introduce TaoGetInequalityConstraintsRoutine</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#434d79ddb00dec0547374171a70d77f6b5047650</link>
        <description>Introduce TaoGetInequalityConstraintsRoutine

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Thu, 31 Jul 2025 14:23:35 +0000</pubDate>
        <dc:creator>paul.kuehner &lt;paul.kuehner@uni.lu&gt;</dc:creator>
    </item>
<item>
        <title>b27f53d5f5b22630ba5fcad3f213a141cee9e1d9 - Merge branch &apos;hsuh/taobrgn-type-viewer-fix&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#b27f53d5f5b22630ba5fcad3f213a141cee9e1d9</link>
        <description>Merge branch &apos;hsuh/taobrgn-type-viewer-fix&apos; into &apos;main&apos;TaoBRGNSetRegularizationTypeSee merge request petsc/petsc!8297

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Tue, 15 Apr 2025 19:47:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c0b7dd1945badc50da999927ed61eaf839ea6a8c - TAOBRGN structure improvement, add TaoBRGNSet,GetRegularizationType</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#c0b7dd1945badc50da999927ed61eaf839ea6a8c</link>
        <description>TAOBRGN structure improvement, add TaoBRGNSet,GetRegularizationType

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Wed, 09 Apr 2025 02:11:10 +0000</pubDate>
        <dc:creator>Hansol Suh &lt;hsuh@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/include/petsctao.h#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/include/petsctao.h</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/include/petsctao.h#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/include/petsctao.h</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>76d6960897ba55d8238485170da43545084300c6 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#76d6960897ba55d8238485170da43545084300c6</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Sun, 19 Jan 2025 16:41:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1d017dde8ef1440cf12339dd41027dcdc04db8fc - Merge branch &apos;barry/2024-11-26/improve-man-pages/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#1d017dde8ef1440cf12339dd41027dcdc04db8fc</link>
        <description>Merge branch &apos;barry/2024-11-26/improve-man-pages/release&apos; into &apos;release&apos;Improve some manual pages in KSP/SNESSee merge request petsc/petsc!8071

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Sun, 19 Jan 2025 16:30:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0b4b7b1c20c2ed4ade67e3d50a7710fe0ffbfca5 - Improve some manual pages in KSP/SNES</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#0b4b7b1c20c2ed4ade67e3d50a7710fe0ffbfca5</link>
        <description>Improve some manual pages in KSP/SNES

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Tue, 26 Nov 2024 15:00:32 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ad781fe3223b515d45fb60062f8062326362e786 - Merge branch &apos;barry/2024-09-29/fix-function-typedef-style&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#ad781fe3223b515d45fb60062f8062326362e786</link>
        <description>Merge branch &apos;barry/2024-09-29/fix-function-typedef-style&apos; into &apos;main&apos;Unify handling of context destructorsSee merge request petsc/petsc!7900

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Mon, 21 Oct 2024 15:09:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>49abdd8a111d9c2ef7fc48ade253ef64e07f9b37 - Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/include/petsctao.h#49abdd8a111d9c2ef7fc48ade253ef64e07f9b37</link>
        <description>Unifies all context destructors to have a form of PetscCtxDestroyFn == PetscErrorCode (*)(void **)Changes the previous subset of destructor APIs that used PetscErrorCode (*)(void *) (mostly those thatused PetscContainer- Now allows any context to be a PetscObject- Will provide a cleaner mapping to bindings in other languages- Simplifies the maintenance of PETSc source code; improves clarityNot backward compatible, compiler warnings will tell users what functions need to be updated

            List of files:
            /petsc/include/petsctao.h</description>
        <pubDate>Sun, 29 Sep 2024 23:38:19 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@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/include/petsctao.h#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/include/petsctao.h</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/include/petsctao.h#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/include/petsctao.h</description>
        <pubDate>Tue, 25 Jun 2024 13:30:18 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
