<?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 fortran.md</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/doc/manual/fortran.md#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/doc/manual/fortran.md</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/doc/manual/fortran.md#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/doc/manual/fortran.md</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>749c190bad46ba447444c173d8c7a4080c70750e - Merge branch &apos;barry/2025-12-04/fix-use-mpi-f08&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#749c190bad46ba447444c173d8c7a4080c70750e</link>
        <description>Merge branch &apos;barry/2025-12-04/fix-use-mpi-f08&apos; into &apos;main&apos;Replace -with-mpi-f90module-visibility with -with-mpi-ftn-module=mpi_f08See merge request petsc/petsc!8885

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Thu, 25 Dec 2025 01:58:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b06eb4cd3db6f436e3907d9ad23211c2914d8916 - Replace -with-mpi-f90module-visibility with -with-mpi-f90module=mpi_f08</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#b06eb4cd3db6f436e3907d9ad23211c2914d8916</link>
        <description>Replace -with-mpi-f90module-visibility with -with-mpi-f90module=mpi_f08Add PETSC_INT_KIND and PETSC_MPIINT_KINDReported-by: M.Weiland@epcc.ed.ac.uk

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Thu, 04 Dec 2025 22:33:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dfe00d7b09a80b04879b1d4346c83210468b990e - Merge branch &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#dfe00d7b09a80b04879b1d4346c83210468b990e</link>
        <description>Merge branch &apos;release&apos;

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Tue, 16 Dec 2025 05:58:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ad021eaadf1519daf593795392a197060dd09723 - Merge branch &apos;barry/2025-12-09/docs-only-remove-da-variable-name/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#ad021eaadf1519daf593795392a197060dd09723</link>
        <description>Merge branch &apos;barry/2025-12-09/docs-only-remove-da-variable-name/release&apos; into &apos;release&apos;Change variable named da to dmSee merge request petsc/petsc!8894

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Fri, 12 Dec 2025 21:15:46 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b5ef2b50a714348c8484aaf9fcff41d88ebceb86 - Change the use of da (for a DM) to da to reduce chance of confusion or cognitive overload</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#b5ef2b50a714348c8484aaf9fcff41d88ebceb86</link>
        <description>Change the use of da (for a DM) to da to reduce chance of confusion or cognitive overloadCommit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, exampleFunded-by:Project:Time:     hoursReported-by:Thanks-to:Development Tools: Vim, Emacs, Eclipse

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Wed, 10 Dec 2025 01:00:13 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1cddb31e094b6cbcca44aa89b16e09d6175eba6c - Merge branch &apos;barry/2025-06-06/add-fortran-petscobjectnullify&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#1cddb31e094b6cbcca44aa89b16e09d6175eba6c</link>
        <description>Merge branch &apos;barry/2025-06-06/add-fortran-petscobjectnullify&apos; into &apos;main&apos;Add #define PetscObjectNullify(o) o%v = PETSC_FORTRAN_TYPE_INITIALIZE to allow...See merge request petsc/petsc!8465

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Mon, 09 Jun 2025 15:56:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a7a02aaeb1ce73362bbda16f771221bd12c07607 - Add #define PetscObjectNullify(o) o%v = PETSC_FORTRAN_TYPE_INITIALIZE to allow Fortran users to reset a variable to behave as if it had just been declared and not yet been assigned a PETSc object.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#a7a02aaeb1ce73362bbda16f771221bd12c07607</link>
        <description>Add #define PetscObjectNullify(o) o%v = PETSC_FORTRAN_TYPE_INITIALIZE to allow Fortran users to reset a variable to behave as if it had just been declared and not yet been assigned a PETSc object.Reported-by: Glenn Hammond

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Sat, 07 Jun 2025 01:18:07 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>174dc0c8cee294b82b85e4dd3b331b29396264fc - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#174dc0c8cee294b82b85e4dd3b331b29396264fc</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Mon, 28 Apr 2025 18:03:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>eb7020d8c0c01a1ae500f516a23602287a33a4c5 - Merge branch &apos;barry/2025-04-26/docs-ftn-visible-derived-type/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#eb7020d8c0c01a1ae500f516a23602287a33a4c5</link>
        <description>Merge branch &apos;barry/2025-04-26/docs-ftn-visible-derived-type/release&apos; into &apos;release&apos;Fix Fortran docs for visible Fortran derived type like PetscSFNodeSee merge request petsc/petsc!8350

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Mon, 28 Apr 2025 14:18:09 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7c884152b42c97ddc3072479f95dbd7f62e52288 - Fix Fortran docs for visible Fortran derived type like PetscSFNode</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#7c884152b42c97ddc3072479f95dbd7f62e52288</link>
        <description>Fix Fortran docs for visible Fortran derived type like PetscSFNode

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Sun, 27 Apr 2025 03:36:31 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b11d9968bc79904c690b122f9399be46447eb113 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#b11d9968bc79904c690b122f9399be46447eb113</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Tue, 08 Apr 2025 17:53:26 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d000e8ac2eed99d0cf14796aab94de0aed57fd8b - Merge branch &apos;barry/2025-04-01/docs-mv-rst-md/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#d000e8ac2eed99d0cf14796aab94de0aed57fd8b</link>
        <description>Merge branch &apos;barry/2025-04-01/docs-mv-rst-md/release&apos; into &apos;release&apos;move last of the doc rst files over to md filesSee merge request petsc/petsc!8271

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Tue, 08 Apr 2025 17:50:28 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>7f296bb328fcd4c99f2da7bfe8ba7ed8a4ebceee - move last of the doc rst files over to md files</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/doc/manual/fortran.md#7f296bb328fcd4c99f2da7bfe8ba7ed8a4ebceee</link>
        <description>move last of the doc rst files over to md files

            List of files:
            /petsc/doc/manual/fortran.md</description>
        <pubDate>Tue, 08 Apr 2025 17:50:28 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
