<?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 differential_filter.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><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/src/differential_filter.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/src/differential_filter.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>4fe35dce8c03645acbf6eb284a315bb60aad92d8 - feat: Remove honee member coordinate references</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#4fe35dce8c03645acbf6eb284a315bb60aad92d8</link>
        <description>feat: Remove honee member coordinate references

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Tue, 21 Oct 2025 16:34:16 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>9018c49aeac90a17270a47871327cf384358a98c - feat: Remove coordinate arguments from QDataGet()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#9018c49aeac90a17270a47871327cf384358a98c</link>
        <description>feat: Remove coordinate arguments from QDataGet()They are obtained directly from the passed in DM object

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Tue, 21 Oct 2025 00:01:35 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>0ebaa86a9e7b959b0930e06f5bf2e8cfa7e7daf4 - Merge MR !160, &apos;jrwrigh/ratel_dm_utils&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#0ebaa86a9e7b959b0930e06f5bf2e8cfa7e7daf4</link>
        <description>Merge MR !160, &apos;jrwrigh/ratel_dm_utils&apos;, into &apos;main&apos;feat(dm-utils): Save Basis and ElemRestriction to DM upon creationCloses #8See merge request phypid/honee!160

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Fri, 17 Oct 2025 18:53:22 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>cf8f12c89a11a3279f97d0071ccf240f989bc25c - feat: Replace honee-&gt;elem_restr_q and basis_q with creation routines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#cf8f12c89a11a3279f97d0071ccf240f989bc25c</link>
        <description>feat: Replace honee-&gt;elem_restr_q and basis_q with creation routines

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Wed, 15 Oct 2025 23:49:10 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>e3db12f8fd36c2c636163113c7ff57d59e00b06c - feat: Add DMLABEL_DEFAULT and DMLABEL_DEFAULT_VALUE</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#e3db12f8fd36c2c636163113c7ff57d59e00b06c</link>
        <description>feat: Add DMLABEL_DEFAULT and DMLABEL_DEFAULT_VALUEHelper variables to make it more clear what is being done for thedefault DMLabel and the default label value as well.

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Tue, 14 Oct 2025 17:34:38 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>6b9fd99336306b4ee2da369fb0ba126183859527 - style(dm-utils): Rename Basis routines to match ElemRestriction</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#6b9fd99336306b4ee2da369fb0ba126183859527</link>
        <description>style(dm-utils): Rename Basis routines to match ElemRestriction

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Tue, 14 Oct 2025 17:25:26 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>255e1892bd5386028f31cac4bde39f1208dcc3b9 - Merge MR !157, &apos;jrwrigh/format_parentesis_break&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#255e1892bd5386028f31cac4bde39f1208dcc3b9</link>
        <description>Merge MR !157, &apos;jrwrigh/format_parentesis_break&apos;, into &apos;main&apos;style: Change clang-format to penalize newline after open ()See merge request phypid/honee!157

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Mon, 29 Sep 2025 21:29:30 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>9eadbee436c14f890f4adec39104d94f9f602897 - style: Change clang-format to penalize newline after open ()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#9eadbee436c14f890f4adec39104d94f9f602897</link>
        <description>style: Change clang-format to penalize newline after open ()

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Mon, 29 Sep 2025 21:14:17 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>f2027640766d6972bdb921a7fd42c28c0ec88d42 - Merge MR !155, &apos;jrwrigh/libCEED_Function_Changes&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#f2027640766d6972bdb921a7fd42c28c0ec88d42</link>
        <description>Merge MR !155, &apos;jrwrigh/libCEED_Function_Changes&apos;, into &apos;main&apos;upstream: Update libCEED Function namesSee merge request phypid/honee!155

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Fri, 26 Sep 2025 20:38:29 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>da7f3a072a38b011a533772910a91c2a147e0b4d - WIP: Updated libCEED Functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#da7f3a072a38b011a533772910a91c2a147e0b4d</link>
        <description>WIP: Updated libCEED Functions

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Fri, 26 Sep 2025 18:05:00 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>7ecf6641c340caefd7fa9f7fc7a6efebf89ae19d - Merge MR !153, &apos;jrwrigh/checkbadSource&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#7ecf6641c340caefd7fa9f7fc7a6efebf89ae19d</link>
        <description>Merge MR !153, &apos;jrwrigh/checkbadSource&apos;, into &apos;main&apos;style: Add checkbadSourceSee merge request phypid/honee!153

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Fri, 26 Sep 2025 17:13:42 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>14bd2a07a64d3eb0c7fc395a41fb4052a9a41171 - style: Corrections from make checkbadSource</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#14bd2a07a64d3eb0c7fc395a41fb4052a9a41171</link>
        <description>style: Corrections from make checkbadSource

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Fri, 26 Sep 2025 16:41: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/src/differential_filter.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/src/differential_filter.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/src/differential_filter.c#cde3d787254b08959b09942e5479b240fd3e38f4</link>
        <description>refactor: Extract NewtonianIGProperties from NewtonianIdealGasContext

            List of files:
            /honee/src/differential_filter.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/src/differential_filter.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/src/differential_filter.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/src/differential_filter.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/src/differential_filter.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>28b0a49dbea70b7955b43854847ca92e261ae016 - Merge MR !122, &apos;jrwrigh/honee_petscobject&apos;, into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#28b0a49dbea70b7955b43854847ca92e261ae016</link>
        <description>Merge MR !122, &apos;jrwrigh/honee_petscobject&apos;, into &apos;main&apos;feat: Convert Honee to PetscObject, remove auxillary structsSee merge request phypid/honee!122

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Fri, 04 Jul 2025 15:53:16 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>8d78d7c8b0f3930b8658b7ec1d601fd78b6e01eb - feat: Move differential filtering into separate header</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#8d78d7c8b0f3930b8658b7ec1d601fd78b6e01eb</link>
        <description>feat: Move differential filtering into separate header

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Wed, 18 Jun 2025 16:32:13 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
<item>
        <title>cb8a476cda62cb3d4c49be98bd55cb366864d7e3 - feat: Remove diff_filter struct from Honee</title>
        <link>http://opengrok.kc2vjw.com:8080/history/honee/src/differential_filter.c#cb8a476cda62cb3d4c49be98bd55cb366864d7e3</link>
        <description>feat: Remove diff_filter struct from Honee

            List of files:
            /honee/src/differential_filter.c</description>
        <pubDate>Wed, 18 Jun 2025 15:34:02 +0000</pubDate>
        <dc:creator>James Wright &lt;james@jameswright.xyz&gt;</dc:creator>
    </item>
</channel>
</rss>
