<?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 channel.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>337840fc9f8b699b98947f09e30443f8c0c7f962 - Merge MR !165, &apos;jrwrigh/plex_filter_fix&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#337840fc9f8b699b98947f09e30443f8c0c7f962</link>
        <description>Merge MR !165, &apos;jrwrigh/plex_filter_fix&apos;, into &apos;main&apos;fix(upstream): Update DMPlexFilter with new arguments from petsc:!8876See merge request phypid/honee!165

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Mon, 09 Feb 2026 19:22:53 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>26d401f341abd2ffa9d6447a9dd4eef440436380 - fix(upstream): PETSc changes to PetscCtxDestroyFn</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#26d401f341abd2ffa9d6447a9dd4eef440436380</link>
        <description>fix(upstream): PETSc changes to PetscCtxDestroyFn

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Mon, 09 Feb 2026 19:07:48 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>00359db47665a79ecb0241f6ccbf886b649022df - Merge MR !161, &apos;jrwrigh/dm-utils-coords&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#00359db47665a79ecb0241f6ccbf886b649022df</link>
        <description>Merge MR !161, &apos;jrwrigh/dm-utils-coords&apos;, into &apos;main&apos;feat(dm_utils): Add Coordinate-specific getter for CeedField valuesSee merge request phypid/honee!161

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Tue, 21 Oct 2025 20:07:13 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>7e3656bdcd72727a42fa4cc010e63f36530a88f4 - feat: Add dedicated mesh transform functionality</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#7e3656bdcd72727a42fa4cc010e63f36530a88f4</link>
        <description>feat: Add dedicated mesh transform functionalityMostly so that the mesh transformation can occur independently of thecoordinate scaling process.

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Thu, 16 Oct 2025 22:29:19 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>475f0cac5d40259768f4556cf888e8f2448554cb - Merge MR !148, &apos;jrwrigh/newt_fluid_properties&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#475f0cac5d40259768f4556cf888e8f2448554cb</link>
        <description>Merge MR !148, &apos;jrwrigh/newt_fluid_properties&apos;, into &apos;main&apos;refactor: Extract Newtonian fluid properties from primary Newtonian contextCloses #38See merge request phypid/honee!148

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Mon, 25 Aug 2025 17:04:14 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>cde3d787254b08959b09942e5479b240fd3e38f4 - refactor: Extract NewtonianIGProperties from NewtonianIdealGasContext</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#cde3d787254b08959b09942e5479b240fd3e38f4</link>
        <description>refactor: Extract NewtonianIGProperties from NewtonianIdealGasContext

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Mon, 25 Aug 2025 15:32:35 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>e14e7b81f6b12c12148cb220f191235917d908d9 - Merge MR !146, &apos;jrwrigh/refactor&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#e14e7b81f6b12c12148cb220f191235917d908d9</link>
        <description>Merge MR !146, &apos;jrwrigh/refactor&apos;, into &apos;main&apos;refactor: Use compound literals for struct initializationSee merge request phypid/honee!146

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Fri, 22 Aug 2025 16:42:13 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>f5dc303c751707e854f20e368f7e802642de97c1 - refactor: Use compound literals for struct setting</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#f5dc303c751707e854f20e368f7e802642de97c1</link>
        <description>refactor: Use compound literals for struct settingUsing compound literals to initialize structs is often either easier toread or more compact than setting struct members individuallyone-by-one.

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Fri, 22 Aug 2025 16:17:27 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>9fcccac07d944b13568e38f902bc2eca64d7beee - Merge MR !145, &apos;jrwrigh/refactor&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#9fcccac07d944b13568e38f902bc2eca64d7beee</link>
        <description>Merge MR !145, &apos;jrwrigh/refactor&apos;, into &apos;main&apos;refactor: Change default struct in Newtonian, change Calloc1() -&gt; New(), DivFDiff changesSee merge request phypid/honee!145

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Thu, 21 Aug 2025 00:13:50 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>2d898fa6800fcddb9cd7cb214e287e8576fd592f - style: Change PetscCalloc1(1, ...) into PetscNew(...)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#2d898fa6800fcddb9cd7cb214e287e8576fd592f</link>
        <description>style: Change PetscCalloc1(1, ...) into PetscNew(...)

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Wed, 20 Aug 2025 23:43:05 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>dc3bef105f6b574fd9d32e288b52a35176cbabae - Merge MR !133, &apos;Amin/units&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#dc3bef105f6b574fd9d32e288b52a35176cbabae</link>
        <description>Merge MR !133, &apos;Amin/units&apos;, into &apos;main&apos;Unify `Units` setupSee merge request phypid/honee!133

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Mon, 28 Jul 2025 14:09:44 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>c9f376050d3861e44a3522dda28dab81f9a3076c - (!133) Unify `Units` setup</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#c9f376050d3861e44a3522dda28dab81f9a3076c</link>
        <description>(!133) Unify `Units` setup

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Mon, 28 Jul 2025 14:09:44 +0000</pubDate>
        <dc:creator>Mohammed Amin &lt;mohammed.amin@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>b77f7f1cdab1a1e467caa338141434688aea171c - Merge MR !118, &apos;jrwrigh/rename_jac_data_size&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#b77f7f1cdab1a1e467caa338141434688aea171c</link>
        <description>Merge MR !118, &apos;jrwrigh/rename_jac_data_size&apos;, into &apos;main&apos;style: jac_data_size -&gt; num_comps_jac_dataSee merge request phypid/honee!118

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Tue, 17 Jun 2025 18:00:36 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>22a713df1d89d77b72591d5fce45ed8d0c96e594 - Merge MR !116, &apos;jrwrigh/update_jac_data_size_bc&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#22a713df1d89d77b72591d5fce45ed8d0c96e594</link>
        <description>Merge MR !116, &apos;jrwrigh/update_jac_data_size_bc&apos;, into &apos;main&apos;feat(bc): Shrink jac_data_size to that being usedCloses #30See merge request phypid/honee!116

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Tue, 17 Jun 2025 17:54:28 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>b1926ee665dd638595b19ce3a40a462e44f49393 - Merge MR !67, &apos;jrwrigh/bc_QF_setup&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#b1926ee665dd638595b19ce3a40a462e44f49393</link>
        <description>Merge MR !67, &apos;jrwrigh/bc_QF_setup&apos;, into &apos;main&apos;Use BCDefinition for setting up boundary integral QFunctionsCloses #27See merge request phypid/honee!67

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Tue, 17 Jun 2025 17:45:20 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>1abc283710a9eda9e8040cb5f0ed97f1cda12b56 - style: jac_data_size -&gt; num_comps_jac_data</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#1abc283710a9eda9e8040cb5f0ed97f1cda12b56</link>
        <description>style: jac_data_size -&gt; num_comps_jac_dataIncludes:- jac_data_size_sur -&gt; num_comps_jac_data- jac_data_size_vol -&gt; num_comps_jac_data- jac_data_size -&gt; num_comps_jac_data

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Wed, 11 Jun 2025 03:34:54 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>ea091b8e43283667a8e2f5f647273e58272b0e63 - feat(bc): Shrink jac_data_size to that being used</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#ea091b8e43283667a8e2f5f647273e58272b0e63</link>
        <description>feat(bc): Shrink jac_data_size to that being used

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Wed, 11 Jun 2025 03:07:02 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>d3c60aff9e7fa19eda39d99916bd3a7d6211ce97 - refactor: Delete SimpleBC struct</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#d3c60aff9e7fa19eda39d99916bd3a7d6211ce97</link>
        <description>refactor: Delete SimpleBC struct

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Thu, 05 Jun 2025 20:36:51 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>d6cac2202708b595f7f0c5ad1c28f21a66db1a8c - bc(inflow): Convert inflow bc to use BCDef functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#d6cac2202708b595f7f0c5ad1c28f21a66db1a8c</link>
        <description>bc(inflow): Convert inflow bc to use BCDef functions

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Thu, 05 Jun 2025 20:28:29 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>f978755d57fb6574cfe1ff974b5424124ae3c75e - bc(outflow): Convert outflow bc to use BCDef functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/problems/channel.c#f978755d57fb6574cfe1ff974b5424124ae3c75e</link>
        <description>bc(outflow): Convert outflow bc to use BCDef functions

            List of files:
            /honee/problems/channel.c</description>
        <pubDate>Thu, 05 Jun 2025 16:20:31 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
</channel>
</rss>
