<?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 petscsnes.h90</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d47c0497e3b52bb8681c9d2e1026ce8506d72f69 - Merge branch &apos;MarDiehl/argument-names-Fortran&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#d47c0497e3b52bb8681c9d2e1026ce8506d72f69</link>
        <description>Merge branch &apos;MarDiehl/argument-names-Fortran&apos; into &apos;main&apos;speaking argument names for manual Fortran interfacesSee merge request petsc/petsc!8962

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Tue, 03 Feb 2026 06:50:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0da4d79be8ca4b371773b94100cfa6921df903e2 - speaking argument names for manual Fortran interfaces</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#0da4d79be8ca4b371773b94100cfa6921df903e2</link>
        <description>speaking argument names for manual Fortran interfacesNames are taken from the manual (following &quot;Get&quot; variant forFortran-only &quot;Restore&quot;)- no code exists for DMPlexRestoreFullMeet, so removed it.- removed a few remaining F90 suffixes.- removed &apos;tmp&apos; argument from PetscViewerBinaryWrite. No idea what it was  used for

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Sun, 01 Feb 2026 20:16:23 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&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/src/snes/ftn-mod/petscsnes.h90#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/snes/ftn-mod/petscsnes.h90</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/snes/ftn-mod/petscsnes.h90#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/snes/ftn-mod/petscsnes.h90</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>f14a7c29b82d1117d8e3de344377442be395a55f - Merge branch &apos;barry/2025-12-27/ftn-rm-funname-interface-definition&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#f14a7c29b82d1117d8e3de344377442be395a55f</link>
        <description>Merge branch &apos;barry/2025-12-27/ftn-rm-funname-interface-definition&apos; into &apos;main&apos;Remove the function name from generated Fortran interface definitions.Closes #1838See merge request petsc/petsc!8921

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Thu, 08 Jan 2026 04:04:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3d1372b23971def3aed7e3dc12090948688700a0 - Fortran: removed interface names</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#3d1372b23971def3aed7e3dc12090948688700a0</link>
        <description>Fortran: removed interface namesnamed interfaces are used to overload subroutines

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Fri, 02 Jan 2026 10:05:16 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>9b88ac225e01f016352a5f4cd90e158abe5f5675 - Merge branch &apos;MarDiehl/improve-Fortran-examples&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#9b88ac225e01f016352a5f4cd90e158abe5f5675</link>
        <description>Merge branch &apos;MarDiehl/improve-Fortran-examples&apos; into &apos;main&apos;Improve Fortran examplesSee merge request petsc/petsc!8698

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Wed, 29 Oct 2025 18:59:19 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>02c639afa00e507649aa5bac9084590bf17c181c - Fortran: enforce lower case keywords and operators</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#02c639afa00e507649aa5bac9084590bf17c181c</link>
        <description>Fortran: enforce lower case keywords and operatorsalso fixed occasional capitals in used modules with the help of @prj-

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Tue, 14 Oct 2025 19:27:29 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>5e642da6b4a46709adce9ab5b0b0e76c08844485 - Merge branch &apos;jolivet/checkbadSource&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#5e642da6b4a46709adce9ab5b0b0e76c08844485</link>
        <description>Merge branch &apos;jolivet/checkbadSource&apos; into &apos;main&apos;checkbadSource: enforce proper style in makefilesSee merge request petsc/petsc!8802

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Tue, 21 Oct 2025 20:15:40 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3f02e49b19195914bf17f317a25cb39636853415 - checkbadSource: enforce proper style in makefiles</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#3f02e49b19195914bf17f317a25cb39636853415</link>
        <description>checkbadSource: enforce proper style in makefiles

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Tue, 21 Oct 2025 20:15:40 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>edb0e59d3c097acd4a4005a4e51d4daa5c739255 - Merge branch &apos;barry/2025-07-01/format-fortran-source-fprettify&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#edb0e59d3c097acd4a4005a4e51d4daa5c739255</link>
        <description>Merge branch &apos;barry/2025-07-01/format-fortran-source-fprettify&apos; into &apos;main&apos;format fortran source with fprettifySee merge request petsc/petsc!8514

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Tue, 23 Sep 2025 15:32:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4820e4ea99a084ae862a8c395f732bc7c0e1a6d0 - Run fprettify</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#4820e4ea99a084ae862a8c395f732bc7c0e1a6d0</link>
        <description>Run fprettify

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Tue, 23 Sep 2025 01:52:56 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3868eb1111b7d6dbe3f5d8ac54b907ffd83fac5b - Merge branch &apos;MarDiehl/Fortran-use-ISO_C_BINDING&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#3868eb1111b7d6dbe3f5d8ac54b907ffd83fac5b</link>
        <description>Merge branch &apos;MarDiehl/Fortran-use-ISO_C_BINDING&apos; into &apos;main&apos;include ISO_C_BINDINGSee merge request petsc/petsc!8481

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Mon, 07 Jul 2025 20:03:37 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fe66ebcc023cb303106674d426ee542bea707d38 - use integer and real kinds from ISO_C_binding</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#fe66ebcc023cb303106674d426ee542bea707d38</link>
        <description>use integer and real kinds from ISO_C_bindingThe kinds in this module are guaranteed to be compatible with thecorresponding C types.Requires to include the ISO_C_binding module in interfaces and strayfunctions

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Wed, 18 Jun 2025 09:59:18 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>b0dcfd164860a975c76f90dabf1036901aab1c4e - Merge branch &apos;barry/2025-03-20/minor-fortran-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#b0dcfd164860a975c76f90dabf1036901aab1c4e</link>
        <description>Merge branch &apos;barry/2025-03-20/minor-fortran-cleanup&apos; into &apos;main&apos;Minor cleanup of Fortran binding stuff to simplify future maintainanceSee merge request petsc/petsc!8218

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Sun, 23 Mar 2025 00:45:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6dd63270497ad23dcf16ae500a87ff2b2a0b7474 - Minor cleanup of Fortran binding stuff to simplify future maintainance</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/snes/ftn-mod/petscsnes.h90#6dd63270497ad23dcf16ae500a87ff2b2a0b7474</link>
        <description>Minor cleanup of Fortran binding stuff to simplify future maintainanceThere is no distinction between F90 and non-F90 code so combine ftn-custom and f90-custom directories and fortranimpl.h and f90impl.h files. Also move uses of f90 to ftn when simple

            List of files:
            /petsc/src/snes/ftn-mod/petscsnes.h90</description>
        <pubDate>Thu, 20 Mar 2025 13:06:44 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
