<?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.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/tutorials/hamiltonian/ex2.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/tutorials/hamiltonian/ex2.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/tutorials/hamiltonian/ex2.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/tutorials/hamiltonian/ex2.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>2a1887a77e7b2c6e00dd0ba96d1387c839460237 - Merge branch &apos;barry/2025-11-30/fix-bad-ts&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#2a1887a77e7b2c6e00dd0ba96d1387c839460237</link>
        <description>Merge branch &apos;barry/2025-11-30/fix-bad-ts&apos; into &apos;main&apos;Fix bad decisions made in writing TS.See merge request petsc/petsc!8877

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Thu, 11 Dec 2025 17:14:59 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>188af4bf1b9cf194d1407690fd963ae1ba8cff5d - Fix bad decisions made in writing TS.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#188af4bf1b9cf194d1407690fd963ae1ba8cff5d</link>
        <description>Fix bad decisions made in writing TS.    Fix -ts_dt to -ts_time_step and add initial time step to TSView outputcommit a5a92c11fa9681148df375b257eda4e09909b74eAuthor: Barry Smith &lt;bsmith@petsc.dev&gt;Date:   Mon Dec 1 14:51:27 2025 -0500    add max_snes_failures to TSViewcommit 32d3e79f6fa743930b1bbf32d03b9181b5b5418aAuthor: Barry Smith &lt;bsmith@petsc.dev&gt;Fix wrongly named options and add to TSViewWrong name for options database key -ts_max_reject should be -ts_max_step_rejections!Add max_reject value to TSViewAdd max_snes_failures to TSViewAdd initial timestep to TSView

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Mon, 01 Dec 2025 02:10:33 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2286efddd54511ab18e8e2adb1e023c4bf8f0b92 - Merge branch &apos;barry/2025-07-30/fix-matshellsetoperationarg&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#2286efddd54511ab18e8e2adb1e023c4bf8f0b92</link>
        <description>Merge branch &apos;barry/2025-07-30/fix-matshellsetoperationarg&apos; into &apos;main&apos;Complete usage of PetscVoidFn and PetscErrorCodeFn and introduce PetscFortranCallbackFnSee merge request petsc/petsc!8615

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Thu, 25 Sep 2025 13:44:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>57d508425293f0bb93f59574d14951d8faac9af8 - Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#57d508425293f0bb93f59574d14951d8faac9af8</link>
        <description>Change use of void (*)(void) and void (**)(void) in the PETSc API to PetscVoidFn * and PetscVoidFn ** or PetscErrorCodeFn * or PetscErrorCodeFn **

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Thu, 31 Jul 2025 01:09:37 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3c4208d81b6f7cab8d1e74a3dc6190035811c993 - Merge branch &apos;danofinn/ts-add-avg-dg&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#3c4208d81b6f7cab8d1e74a3dc6190035811c993</link>
        <description>Merge branch &apos;danofinn/ts-add-avg-dg&apos; into &apos;main&apos;TSDiscgrad: Adding average DG and -ts_discgrad_type option; Swarm: Changes to field swarm field functionsSee merge request petsc/petsc!7920

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Fri, 08 Aug 2025 14:58:48 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f940b0e3a9f0ece732f2385619a7ea1fae51a73a - TSDiscgrad: Adding average DG and -ts_discgrad_type option</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#f940b0e3a9f0ece732f2385619a7ea1fae51a73a</link>
        <description>TSDiscgrad: Adding average DG and -ts_discgrad_type option- Also fixed automatic particle number determinationFOO

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Fri, 27 Sep 2024 14:12:54 +0000</pubDate>
        <dc:creator>danofinn &lt;dsfinn@buffalo.edu&gt;</dc:creator>
    </item>
<item>
        <title>1bafe4bbfb15d2551e354d137a350dd8ce6fc237 - Merge branch &apos;barry/2025-05-15/fix-func-typedef-names&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#1bafe4bbfb15d2551e354d137a350dd8ce6fc237</link>
        <description>Merge branch &apos;barry/2025-05-15/fix-func-typedef-names&apos; into &apos;main&apos;All typedef for functions are of the form (XXXXFn)(...) not (*XXXXyyyy)(....)See merge request petsc/petsc!8408

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Tue, 20 May 2025 03:13:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>f8662bd6eba1da879f288a6933281c3de08ca1fb - Fix PetscProbFunc</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#f8662bd6eba1da879f288a6933281c3de08ca1fb</link>
        <description>Fix PetscProbFunc

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Thu, 15 May 2025 13:48:01 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#09b68a49ed2854d1e4985cc2aa6af33c7c4e69b3</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Fri, 04 Apr 2025 16:52:00 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d31fe39802948f06a959728705e9180f432eb966 - Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#d31fe39802948f06a959728705e9180f432eb966</link>
        <description>Merge branch &apos;jolivet/fix-typos&apos; into &apos;release&apos;Fix typosSee merge request petsc/petsc!8259

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Mon, 31 Mar 2025 14:27:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bfe80ac4a46d58cb7760074b25f5e81b2f541d8a - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#bfe80ac4a46d58cb7760074b25f5e81b2f541d8a</link>
        <description>Fix typos

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Sat, 29 Mar 2025 19:36:35 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/ex2.c#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/ex2.c</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/ex2.c#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/ex2.c</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>20ac1e9ecb449d261c0d3f5187cceb4b4faea95a - Merge branch &apos;knepley/feature-embedded-manifold&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#20ac1e9ecb449d261c0d3f5187cceb4b4faea95a</link>
        <description>Merge branch &apos;knepley/feature-embedded-manifold&apos; into &apos;main&apos;Plex+PetscFE: Fixes to allow embedded manifoldsSee merge request petsc/petsc!8141

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Wed, 19 Feb 2025 17:21:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ac9d17c75cb5e991458e9675ca6ec07d361dad47 - Plex+PetscFE: Fixes to allow embedded manifolds</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#ac9d17c75cb5e991458e9675ca6ec07d361dad47</link>
        <description>Plex+PetscFE: Fixes to allow embedded manifolds- Add PetscFEGeomMode to describe geometry- Reorganized PetscFEGeom- PetscFEGeomCreate(), DMFieldCreateFEGeom() and DMSNESGetFEGeom() now take the PetscFEGeomMode- J and invJ have dE dimensions- f1, g1, g2, g3 have dE dimensions- FIX the dim argument of all point function is really dE because it is used to index the gradients- Clarified behavior of PetscFEGeomGetCellPoint()- Now -dm_plex_coordinate_dim can change the coordinate dimension of a mesh created by Plex- Implicit cell geometry must be used when dim != cdim

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Mon, 17 Feb 2025 14:33:19 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60fb3f52add2a955a836ddf9d3bd51e02adbe54f - Merge branch &apos;knepley/feature-weighted-histogram&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#60fb3f52add2a955a836ddf9d3bd51e02adbe54f</link>
        <description>Merge branch &apos;knepley/feature-weighted-histogram&apos; into &apos;main&apos;Draw: Add weights to histogram valuesSee merge request petsc/petsc!8129

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Mon, 10 Feb 2025 18:35:07 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b02f317daac9a82b2adb3051789e43f7f0522ec8 - Hamiltonian ex2: Fixed histograms of initial conditions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#b02f317daac9a82b2adb3051789e43f7f0522ec8</link>
        <description>Hamiltonian ex2: Fixed histograms of initial conditions

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Thu, 06 Feb 2025 17:39:19 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8f3ed387c6c890f052e3e5bae76cca0a2df6753b - Merge branch &apos;knepley/feature-hamiltonian-ex2-hdiv&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/ts/tutorials/hamiltonian/ex2.c#8f3ed387c6c890f052e3e5bae76cca0a2df6753b</link>
        <description>Merge branch &apos;knepley/feature-hamiltonian-ex2-hdiv&apos; into &apos;main&apos;TS Hamiltonian ex2: Fixed 1D mixed EMSee merge request petsc/petsc!8069

            List of files:
            /petsc/src/ts/tutorials/hamiltonian/ex2.c</description>
        <pubDate>Tue, 07 Jan 2025 15:38:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
