<?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 README.md</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>45e62b5fd85c07bf32886201b28fd86143ee0826 - ex - update example folder Readmes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/ceed/README.md#45e62b5fd85c07bf32886201b28fd86143ee0826</link>
        <description>ex - update example folder Readmes

            List of files:
            /libCEED/examples/ceed/README.md</description>
        <pubDate>Wed, 16 Jul 2025 12:43:51 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>e78a5843dd16ac51d80191f0c1edd177b4743b94 - Merge pull request #1770 from CEED/jeremy/ex3</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/ceed/README.md#e78a5843dd16ac51d80191f0c1edd177b4743b94</link>
        <description>Merge pull request #1770 from CEED/jeremy/ex3Add ex03 mass+diff

            List of files:
            /libCEED/examples/ceed/README.md</description>
        <pubDate>Wed, 05 Mar 2025 18:36:19 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>0b96b02dcf565e79672f1c0ce41352c1d7cf48d3 - ex - add ex03 mass+diff</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/ceed/README.md#0b96b02dcf565e79672f1c0ce41352c1d7cf48d3</link>
        <description>ex - add ex03 mass+diff

            List of files:
            /libCEED/examples/ceed/README.md</description>
        <pubDate>Wed, 05 Mar 2025 00:01:29 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>eca1b09c0d8fadadd2907b292376e77d2d4d9943 - Merge pull request #1008 from CEED/jeremy/doc-fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/ceed/README.md#eca1b09c0d8fadadd2907b292376e77d2d4d9943</link>
        <description>Merge pull request #1008 from CEED/jeremy/doc-fixesSmall Doc Fixes

            List of files:
            /libCEED/examples/ceed/README.md</description>
        <pubDate>Mon, 27 Jun 2022 15:19:21 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>17be3a414c6fae47654f1361bae9c9dbcdd66795 - doc - update style since I&apos;m touching the file</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/ceed/README.md#17be3a414c6fae47654f1361bae9c9dbcdd66795</link>
        <description>doc - update style since I&apos;m touching the file

            List of files:
            /libCEED/examples/ceed/README.md</description>
        <pubDate>Thu, 23 Jun 2022 16:39:11 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>66087c0803b66a861339d30698fcb9988ebff34d - Rename ceed examples and minor doc changes (#442)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/ceed/README.md#66087c0803b66a861339d30698fcb9988ebff34d</link>
        <description>Rename ceed examples and minor doc changes (#442)* Rename ex-1 -&gt; ex1-volume, ex2 -&gt; ex2-surface and add ex2-surface.okl* Update READMEs* Update doc

            List of files:
            /libCEED/examples/ceed/README.md</description>
        <pubDate>Tue, 14 Jan 2020 18:54:48 +0000</pubDate>
        <dc:creator>Valeria Barra &lt;39932030+valeriabarra@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>288c044332e33f37503f09b6484fec9d0a55fba1 - QFunction Create by Name (#311)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/examples/ceed/README.md#288c044332e33f37503f09b6484fec9d0a55fba1</link>
        <description>QFunction Create by Name (#311)This PR adds a QFunction gallery to libCEED with 1D, 2D, and 3D mass and Poisson operators.Closes issue #37, issue #340 * Add QFunction gallery, rename focca* Gallery - add initial QFunctions* Add a test for using the QF gallery* Modify ex1 to use gallery* Add multiple test configs to tap* Move output to test directory* Update junit* Add OCCA galley exception* Add ex2* Update ex2 for dim-&gt;ncompx* Gallery - modify to work for CUDA as is* Update Documentation* Gallery - typo fix* Gallery - convention change, postappend qfunction family variant* Gallery - update template with new name checking convention* Gallery - condense diff3DBuild QFunction* Gallery - rename diff -&gt; poisson* Gallery - clarify poisson3DBuild comment* Gallery - use Pragma SIMD, store Qdata in Voigt convention* Examples - Convert BP3-6 to Voigt convention* Examples - add cl option to switch between header and gallery qfs in CEED examples* Examples - clean up construction of QF name* Gallery - Switch to PascalCase for gallery names* Doc - fix function type page* Interface - Make sure strncpy result is null terminated* Gallery - Update Poisson 2/3D Apply to new QF body* make style* make style - fix worst style problems* make style - add gallery to make style* Doc - update documentation errors and inconsistencies* Examples - test ex1 ex2 with and without gallary* Examples - reduce testing of ex1/ex2 without gallery, clean up non-gallery qfunctions* MFEM - revert another make style mistake* Manual make style updates* Doc - update function documentation page* Style updates, document test numbering conventions* doc: resolve ambiguous image location warning, allow more Dot nodes* Tests - style and cast cleanup* Tests - fix README indentation

            List of files:
            /libCEED/examples/ceed/README.md</description>
        <pubDate>Fri, 13 Sep 2019 00:53:49 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
