<?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 t356-basis.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>743e43193999b7b492886ff8a7003d40e9db0cae - Merge pull request #1596 from CEED/jeremy/at-points-numelem</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t356-basis.c#743e43193999b7b492886ff8a7003d40e9db0cae</link>
        <description>Merge pull request #1596 from CEED/jeremy/at-points-numelemApplyAtPoints should take number of elem

            List of files:
            /libCEED/tests/t356-basis.c</description>
        <pubDate>Thu, 06 Jun 2024 16:06:01 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>fc0f7cc68128f3536a834f19d72828f4c59a4439 - basis - ApplyAtPoints should take number of elem</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t356-basis.c#fc0f7cc68128f3536a834f19d72828f4c59a4439</link>
        <description>basis - ApplyAtPoints should take number of elem

            List of files:
            /libCEED/tests/t356-basis.c</description>
        <pubDate>Fri, 31 May 2024 17:23:11 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>1a2af84c6f84a4b48b4e4346eecd7ef0a41376b5 - Merge pull request #1405 from CEED/jeremy/at-points-order</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t356-basis.c#1a2af84c6f84a4b48b4e4346eecd7ef0a41376b5</link>
        <description>Merge pull request #1405 from CEED/jeremy/at-points-orderChange order of ElemRestriction/Basis AtPoints

            List of files:
            /libCEED/tests/t356-basis.c</description>
        <pubDate>Wed, 29 Nov 2023 19:52:19 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>9c34f28efacf2a1982e0e33d5357c64f609fddc7 - rstr - reorder AtPoints ordering for consistency</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t356-basis.c#9c34f28efacf2a1982e0e33d5357c64f609fddc7</link>
        <description>rstr - reorder AtPoints ordering for consistency

            List of files:
            /libCEED/tests/t356-basis.c</description>
        <pubDate>Tue, 28 Nov 2023 17:32:16 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>4608bdaa0a348620a09a4074fc1f3dfc390593cd - basis - reorder AtPoints ordering for consistency</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t356-basis.c#4608bdaa0a348620a09a4074fc1f3dfc390593cd</link>
        <description>basis - reorder AtPoints ordering for consistency

            List of files:
            /libCEED/tests/t356-basis.c</description>
        <pubDate>Tue, 28 Nov 2023 17:17:36 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>fdf20d1507041ae081eb23cdb7397fbed40ecb8b - Merge pull request #1339 from CEED/jeremy/spelling</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t356-basis.c#fdf20d1507041ae081eb23cdb7397fbed40ecb8b</link>
        <description>Merge pull request #1339 from CEED/jeremy/spellingSpelling is hard

            List of files:
            /libCEED/tests/t356-basis.c</description>
        <pubDate>Wed, 20 Sep 2023 18:01:00 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>ac5aa7bc7371bf37e58d1cad715ff1f25da1e838 - minor - spelling is hard</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t356-basis.c#ac5aa7bc7371bf37e58d1cad715ff1f25da1e838</link>
        <description>minor - spelling is hard

            List of files:
            /libCEED/tests/t356-basis.c</description>
        <pubDate>Tue, 19 Sep 2023 21:03:49 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>53ef2869b49ed7dd91aa8ced0c36f3ed2fcf2517 - Fix order of tensor contractions for `CeedBasisApplyAtPoints` (#1324)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t356-basis.c#53ef2869b49ed7dd91aa8ced0c36f3ed2fcf2517</link>
        <description>Fix order of tensor contractions for `CeedBasisApplyAtPoints` (#1324)* Fix order of tensor contractions such that x is the inner dimension* Fix typo in docstring (arbirtary -&gt; arbitrary)

            List of files:
            /libCEED/tests/t356-basis.c</description>
        <pubDate>Tue, 05 Sep 2023 18:07:35 +0000</pubDate>
        <dc:creator>Zach Atkins &lt;zach.atkins@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>c2bc9a8a68e3f74249eb2e5e5b613e5132febab2 - Merge pull request #1262 from CEED/jeremy/grad-at-points</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t356-basis.c#c2bc9a8a68e3f74249eb2e5e5b613e5132febab2</link>
        <description>Merge pull request #1262 from CEED/jeremy/grad-at-pointsAdd CEED_EVAL_GRAD support for CeedBasisApplyAtPoints

            List of files:
            /libCEED/tests/t356-basis.c</description>
        <pubDate>Wed, 02 Aug 2023 21:51:07 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>edfbf3a6ecdc64ed3c23c2b517cc2ccd94396914 - basis - add CEED_EVAL_GRAD support for CeedBasisApplyAtPoints</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t356-basis.c#edfbf3a6ecdc64ed3c23c2b517cc2ccd94396914</link>
        <description>basis - add CEED_EVAL_GRAD support for CeedBasisApplyAtPoints

            List of files:
            /libCEED/tests/t356-basis.c</description>
        <pubDate>Wed, 19 Jul 2023 22:36:33 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
</channel>
</rss>
