<?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 ex6.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/dm/impls/swarm/tests/ex6.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/dm/impls/swarm/tests/ex6.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/dm/impls/swarm/tests/ex6.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/dm/impls/swarm/tests/ex6.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/dm/impls/swarm/tests/ex6.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/dm/impls/swarm/tests/ex6.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/dm/impls/swarm/tests/ex6.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/dm/impls/swarm/tests/ex6.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>3c4208d81b6f7cab8d1e74a3dc6190035811c993 - Merge branch &apos;danofinn/ts-add-avg-dg&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.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/dm/impls/swarm/tests/ex6.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/dm/impls/swarm/tests/ex6.c#f940b0e3a9f0ece732f2385619a7ea1fae51a73a</link>
        <description>TSDiscgrad: Adding average DG and -ts_discgrad_type option- Also fixed automatic particle number determinationFOO

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.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>a370cb8ab0ec859999cdbf41e4e4937db7025e2e - Merge branch &apos;knepley/feature-hamiltonian-ex2-opt&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#a370cb8ab0ec859999cdbf41e4e4937db7025e2e</link>
        <description>Merge branch &apos;knepley/feature-hamiltonian-ex2-opt&apos; into &apos;main&apos;Fix Hamiltonian ex2 for Landau DampingSee merge request petsc/petsc!7937

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Mon, 21 Oct 2024 14:08:30 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>84467f862f2de26368b63ea79dccd665bcda30cd - Hamiltonian ex2/ex6: Rewrite particle initialization</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#84467f862f2de26368b63ea79dccd665bcda30cd</link>
        <description>Hamiltonian ex2/ex6: Rewrite particle initialization- Add logging events- Fix field handlingFOO ex6

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Sun, 08 Sep 2024 17:58:02 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b9169a8d98f92f0e8a9d98ad84334fb767d552cb - Merge branch &apos;stefanozampini/tsresize-errorind&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#b9169a8d98f92f0e8a9d98ad84334fb767d552cb</link>
        <description>Merge branch &apos;stefanozampini/tsresize-errorind&apos; into &apos;main&apos;TSSetResize: support error indicatorsSee merge request petsc/petsc!7368

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Wed, 20 Mar 2024 20:36:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>ecc878985a1a123bb75746e4d26307f3bec57277 - TSSetResize: support remeshing with step restart</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#ecc878985a1a123bb75746e4d26307f3bec57277</link>
        <description>TSSetResize: support remeshing with step restart

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Sat, 20 Jan 2024 13:50:01 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/dm/impls/swarm/tests/ex6.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/dm/impls/swarm/tests/ex6.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>4d86920da9ee67c835173a5dfffa1b3a52fd24ca - checkbadSource: rules for PetscFunctionBegin and derivatives</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#4d86920da9ee67c835173a5dfffa1b3a52fd24ca</link>
        <description>checkbadSource: rules for PetscFunctionBegin and derivatives

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Sat, 10 Feb 2024 08:07:08 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>7f71fc7e399543653e1829a2685bc041125727a8 - Merge branch &apos;knepley/fix-swarm-project-fv&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#7f71fc7e399543653e1829a2685bc041125727a8</link>
        <description>Merge branch &apos;knepley/fix-swarm-project-fv&apos; into &apos;main&apos;DM: Fix Swarm projection for FVSee merge request petsc/petsc!7282

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Mon, 26 Feb 2024 11:35:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>0bf7c1c561ba610fc9f083972c61de6e58d2aa49 - Swarm: Generalize projection to multiple components</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#0bf7c1c561ba610fc9f083972c61de6e58d2aa49</link>
        <description>Swarm: Generalize projection to multiple components- Generalize mass matrix to multiple components- Add DMSwarmGetFieldInfo()- Add DMSwarmVectorGetField()

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Sat, 17 Feb 2024 01:36:03 +0000</pubDate>
        <dc:creator>Matthew G. Knepley &lt;knepley@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e98d5aa1d9a8b761c58f921ec2d97e44eaf55cc3 - Merge branch &apos;barry/2024-01-03/docs-c2html&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#e98d5aa1d9a8b761c58f921ec2d97e44eaf55cc3</link>
        <description>Merge branch &apos;barry/2024-01-03/docs-c2html&apos; into &apos;main&apos;Remove recursive build of c2html files; no longer uses classic makefilesSee merge request petsc/petsc!7167

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Fri, 12 Jan 2024 20:17:05 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>46233b442a14b6faff55b7d8bbd3923d44c577ac - Use &lt; instead of &quot; for includes of PETSc include files</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#46233b442a14b6faff55b7d8bbd3923d44c577ac</link>
        <description>Use &lt; instead of &quot; for includes of PETSc include filesAnd Remove unneeded duplicate includesCo-Authored-by: Jose Roman &lt;jroman@dsic.upv.es&gt;

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Thu, 11 Jan 2024 01:24:48 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c8629ca80ffe46d1388c7c73037444d9708337f9 - Merge branch &apos;stefanozampini/minsurf-local&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#c8629ca80ffe46d1388c7c73037444d9708337f9</link>
        <description>Merge branch &apos;stefanozampini/minsurf-local&apos; into &apos;main&apos;Improve support for nonlinear domain decomposition solversSee merge request petsc/petsc!7084

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Sun, 17 Dec 2023 06:25:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6493148fa132b91628b1fcea3e6c935adfa8483c - DMPLEXSNES: support objective functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#6493148fa132b91628b1fcea3e6c935adfa8483c</link>
        <description>DMPLEXSNES: support objective functions

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Tue, 28 Nov 2023 11:54:19 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cfd92c66bdae16b66d27a6336fb90fa54c459cc4 - Merge branch &apos;tisaac/feature-type-generic-petsc-valid-pointer&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#cfd92c66bdae16b66d27a6336fb90fa54c459cc4</link>
        <description>Merge branch &apos;tisaac/feature-type-generic-petsc-valid-pointer&apos; into &apos;main&apos;Implement a type generic PetscValidPointerSee merge request petsc/petsc!6693

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Sat, 22 Jul 2023 23:49:13 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4f572ea9526f19623f23a8c158f3503516190bbc - Rename PetscValidPointer -&gt; PetscAssertPointer</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/dm/impls/swarm/tests/ex6.c#4f572ea9526f19623f23a8c158f3503516190bbc</link>
        <description>Rename PetscValidPointer -&gt; PetscAssertPointer

            List of files:
            /petsc/src/dm/impls/swarm/tests/ex6.c</description>
        <pubDate>Tue, 18 Jul 2023 17:25:19 +0000</pubDate>
        <dc:creator>Toby Isaac &lt;toby.isaac@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
