<?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 basicsymplectic.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/ts/impls/symplectic/basicsymplectic/basicsymplectic.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/ts/impls/symplectic/basicsymplectic/basicsymplectic.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/ts/impls/symplectic/basicsymplectic/basicsymplectic.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/ts/impls/symplectic/basicsymplectic/basicsymplectic.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>0337bfe0b9dcc77abc5d44df0b7f57cdcdf2ff74 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#0337bfe0b9dcc77abc5d44df0b7f57cdcdf2ff74</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Tue, 08 Jul 2025 15:22:25 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6f729fdd0a384f6ba6a36b6fe2867cbbf61f571d - Merge branch &apos;knepley-main-patch-42084&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#6f729fdd0a384f6ba6a36b6fe2867cbbf61f571d</link>
        <description>Merge branch &apos;knepley-main-patch-42084&apos; into &apos;release&apos;Doc: Improve doc for symplectic integratorsSee merge request petsc/petsc!8520

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Wed, 02 Jul 2025 20:20:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>62e6f1d1d84f99554ef0b85807093dd1a529dc7c - Doc: Improve doc for symplectic integrators</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#62e6f1d1d84f99554ef0b85807093dd1a529dc7c</link>
        <description>Doc: Improve doc for symplectic integrators

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Wed, 02 Jul 2025 16:48:04 +0000</pubDate>
        <dc:creator>Matthew Knepley &lt;knepley@gmail.com&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/ts/impls/symplectic/basicsymplectic/basicsymplectic.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/ts/impls/symplectic/basicsymplectic/basicsymplectic.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/ts/impls/symplectic/basicsymplectic/basicsymplectic.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/ts/impls/symplectic/basicsymplectic/basicsymplectic.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>813083eb7473ec21f4ff50a178709600a8f71c4c - Merge branch &apos;jolivet/rm-useless-code&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#813083eb7473ec21f4ff50a178709600a8f71c4c</link>
        <description>Merge branch &apos;jolivet/rm-useless-code&apos; into &apos;main&apos;Remove useless codeSee merge request petsc/petsc!8115

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Mon, 03 Feb 2025 15:41:45 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c67b119c46b68366926a82dc9af25ba9ebb9c281 - Remove useless code</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#c67b119c46b68366926a82dc9af25ba9ebb9c281</link>
        <description>Remove useless code

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Sat, 01 Feb 2025 20:40:08 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>caf1f3f3998901f4c37762d8e494f1587c75f470 - Merge branch &apos;jpusztay/example-twostream-update&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#caf1f3f3998901f4c37762d8e494f1587c75f470</link>
        <description>Merge branch &apos;jpusztay/example-twostream-update&apos; into &apos;main&apos;Update Hamiltonian Electrostatic Example with Landau DampingSee merge request petsc/petsc!7418

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Thu, 06 Jun 2024 17:32:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f023dd217de76aac760b27f3417a565a5758a616 - TS: BSI should propagate timestep and time to subsolvers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#f023dd217de76aac760b27f3417a565a5758a616</link>
        <description>TS: BSI should propagate timestep and time to subsolvers

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Tue, 04 Jun 2024 00:48:46 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1ed6e3ff8437baa411029a28c2b08f047df9ad9a - Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#1ed6e3ff8437baa411029a28c2b08f047df9ad9a</link>
        <description>Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INTSee merge request petsc/petsc!7480

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Thu, 25 Apr 2024 22:16:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cc4c1da905d89950b196b027190941013bd3e15a - Update source code removing all unneeded /*@C and associated manual stubs and interfaces</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#cc4c1da905d89950b196b027190941013bd3e15a</link>
        <description>Update source code removing all unneeded /*@C and associated manual stubs and interfaces

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Sun, 14 Apr 2024 02:07:12 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#970231d20df44f79b27787157e39d441e79f434b</link>
        <description>Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;clang-format version 18See merge request petsc/petsc!6902

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Thu, 07 Mar 2024 12:36:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fbccb6d4aee615a408613f07f0a20245ae912c37 - CI: update to clang-format-18</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#fbccb6d4aee615a408613f07f0a20245ae912c37</link>
        <description>CI: update to clang-format-18

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Sat, 18 Nov 2023 07:08:12 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>613ce9fe8f5e2bcdf7c72d914e9769b5d960fb4c - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#613ce9fe8f5e2bcdf7c72d914e9769b5d960fb4c</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Sun, 17 Dec 2023 06:30:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>08c30c10d81422a81c044650802b743109b994fe - Merge branch &apos;barry/2023-12-04/fix-manpage-references/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#08c30c10d81422a81c044650802b743109b994fe</link>
        <description>Merge branch &apos;barry/2023-12-04/fix-manpage-references/release&apos; into &apos;release&apos;Update references in the manual pages to use Sphinx citation processingSee merge request petsc/petsc!7101

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Sun, 17 Dec 2023 05:53:57 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>1d27aa22b2f6148b2c4e3f06a75e0638d6493e09 - Update references in the manual pages to use Sphinx citation processing</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#1d27aa22b2f6148b2c4e3f06a75e0638d6493e09</link>
        <description>Update references in the manual pages to use Sphinx citation processing

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Mon, 04 Dec 2023 21:30:55 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3c9c10a1c22da6a057e8319af956ca3e11de35d7 - Merge branch &apos;jolivet/fix-typo&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#3c9c10a1c22da6a057e8319af956ca3e11de35d7</link>
        <description>Merge branch &apos;jolivet/fix-typo&apos; into &apos;main&apos;Fix typosSee merge request petsc/petsc!6771

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Tue, 01 Aug 2023 17:11:08 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>145b44c9dda6e724c25668e48c0440cb162ee093 - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c#145b44c9dda6e724c25668e48c0440cb162ee093</link>
        <description>Fix typos

            List of files:
            /petsc/src/ts/impls/symplectic/basicsymplectic/basicsymplectic.c</description>
        <pubDate>Mon, 31 Jul 2023 20:07:03 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
</channel>
</rss>
