<?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 ex2_two_stream_rt.out</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/tutorials/hamiltonian/output/ex2_two_stream_rt.out#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/tutorials/hamiltonian/output/ex2_two_stream_rt.out</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/tutorials/hamiltonian/output/ex2_two_stream_rt.out#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/tutorials/hamiltonian/output/ex2_two_stream_rt.out</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>c97af49dba5bc9f507e7e5808f4551a75b870321 - Merge branch &apos;knepley/feature-ex2-fft&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/output/ex2_two_stream_rt.out#c97af49dba5bc9f507e7e5808f4551a75b870321</link>
        <description>Merge branch &apos;knepley/feature-ex2-fft&apos; into &apos;main&apos;TS Hamiltonian ex2 improvementsSee merge request petsc/petsc!8197

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/output/ex2_two_stream_rt.out</description>
        <pubDate>Tue, 18 Mar 2025 13:55:42 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fd7102fce6eb0b64e78c38a2baca8a30db36485f - TS Hamiltonian ex2: Lots of monitoring</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/output/ex2_two_stream_rt.out#fd7102fce6eb0b64e78c38a2baca8a30db36485f</link>
        <description>TS Hamiltonian ex2: Lots of monitoring- Add cell velocity distribution monitor- Add Fourier Transform monitor- Fix output file names- Add field energy calculation- Add field averaging

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/output/ex2_two_stream_rt.out</description>
        <pubDate>Fri, 14 Mar 2025 13:45:04 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>9fd599a7f513ceb4b19d87c38fd9ceab01118ca9 - Merge branch &apos;knepley/feature-swarm-remap&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/output/ex2_two_stream_rt.out#9fd599a7f513ceb4b19d87c38fd9ceab01118ca9</link>
        <description>Merge branch &apos;knepley/feature-swarm-remap&apos; into &apos;main&apos;Swarm: Adding remappingSee merge request petsc/petsc!8059

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/output/ex2_two_stream_rt.out</description>
        <pubDate>Fri, 27 Dec 2024 15:50:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>045208b8c415bb6757b08f194d55e168bad3d369 - Hamiltonian ex2: Massive cleanup</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/output/ex2_two_stream_rt.out#045208b8c415bb6757b08f194d55e168bad3d369</link>
        <description>Hamiltonian ex2: Massive cleanup- Moved remapping to DMSwarm- Removed fake 1D mode- Now get velocity DM from the Swarm cell DM- Removed initCoordinates and initVelocity fields- Optimized tabulation creation in electric field evaluation- Removed ComputeError()- Removed remap flag- Changed all 2D runs to 1D runs

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/output/ex2_two_stream_rt.out</description>
        <pubDate>Thu, 19 Dec 2024 16:06:11 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&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/tutorials/hamiltonian/output/ex2_two_stream_rt.out#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/tutorials/hamiltonian/output/ex2_two_stream_rt.out</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>8214e71cafbcb127ae10b482372edc608d7428e6 - TS ex2: Replace swarm ex9 with hamiltonian ex2</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/output/ex2_two_stream_rt.out#8214e71cafbcb127ae10b482372edc608d7428e6</link>
        <description>TS ex2: Replace swarm ex9 with hamiltonian ex2- Parallelize initialization and primal implementation- Add test based output, mpiu vs callmpi, fix global particle number- Fix parallelization for mixed form, require superlu_dist for test case

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/output/ex2_two_stream_rt.out</description>
        <pubDate>Tue, 02 Apr 2024 01:39:47 +0000</pubDate>
        <dc:creator>Joe &lt;josephpu@buffalo.edu&gt;</dc:creator>
    </item>
</channel>
</rss>
