<?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 t412-qfunction-f.f90</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>874019bc89a44b0eae6b48d78442abcb0851055b - Merge pull request #716 from CEED/jed/install-backend.h</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t412-qfunction-f.f90#874019bc89a44b0eae6b48d78442abcb0851055b</link>
        <description>Merge pull request #716 from CEED/jed/install-backend.hJed/install backend.h

            List of files:
            /libCEED/tests/t412-qfunction-f.f90</description>
        <pubDate>Wed, 31 Mar 2021 23:20:56 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>ec3da8bcb94d9f0073544b37b5081a06981a86f7 - Install install backend headers under include/ceed/</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t412-qfunction-f.f90#ec3da8bcb94d9f0073544b37b5081a06981a86f7</link>
        <description>Install install backend headers under include/ceed/This makes it possible to distribute source plugins that provideadditional backends. It&apos;s also used in MFEM, perhaps temporarily.Deprecate ceed-backend.h, which was not previously installed, but someusers accessed it from an in-place build.Also install CUDA and HIP headers that allow users to provide CUfunctionand hipFunction_t.Co-authored-by: Jeremy L. Thompson &lt;jeremy.thompson@colorado.edu&gt;Requested-by: Andrew T. Barker &lt;barker29@llnl.gov&gt;

            List of files:
            /libCEED/tests/t412-qfunction-f.f90</description>
        <pubDate>Fri, 26 Mar 2021 05:30:49 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>611c67bb6029aa6543cf14a03c975b8670978a25 - Merge pull request #538 from CEED/jed/petsc-3.14-gcc-10</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t412-qfunction-f.f90#611c67bb6029aa6543cf14a03c975b8670978a25</link>
        <description>Merge pull request #538 from CEED/jed/petsc-3.14-gcc-10Jed/petsc 3.14 gcc 10

            List of files:
            /libCEED/tests/t412-qfunction-f.f90</description>
        <pubDate>Fri, 15 May 2020 04:06:49 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>1f9a83abe5ffa9c83e4a126579dd9511999b6f22 - tests: use implicit none; fix datatype mismatches reported by gfortran-10</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t412-qfunction-f.f90#1f9a83abe5ffa9c83e4a126579dd9511999b6f22</link>
        <description>tests: use implicit none; fix datatype mismatches reported by gfortran-10

            List of files:
            /libCEED/tests/t412-qfunction-f.f90</description>
        <pubDate>Thu, 14 May 2020 23:00:24 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>196c90329282ad090a38dc7b4574561b58a9f11b - Merge pull request #409 from CEED/jeremy/ident-cpu-opt</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t412-qfunction-f.f90#196c90329282ad090a38dc7b4574561b58a9f11b</link>
        <description>Merge pull request #409 from CEED/jeremy/ident-cpu-optCPU - avoid extra memcpy for identity qfunctions

            List of files:
            /libCEED/tests/t412-qfunction-f.f90</description>
        <pubDate>Mon, 11 Nov 2019 23:33:14 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>60f77c51b5a8877aa3ab66b685cde4f5f7c967bb - QFunction - Refactor CreateIdentity to include inmode and outmode</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t412-qfunction-f.f90#60f77c51b5a8877aa3ab66b685cde4f5f7c967bb</link>
        <description>QFunction - Refactor CreateIdentity to include inmode and outmode

            List of files:
            /libCEED/tests/t412-qfunction-f.f90</description>
        <pubDate>Fri, 01 Nov 2019 21:56:17 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>aa0ba46f89014e40eea2f064e7056373b51927db - Merge pull request #403 from CEED/jeremy/test-tols</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t412-qfunction-f.f90#aa0ba46f89014e40eea2f064e7056373b51927db</link>
        <description>Merge pull request #403 from CEED/jeremy/test-tolsTests - relax t412 tolerence and small style changes

            List of files:
            /libCEED/tests/t412-qfunction-f.f90</description>
        <pubDate>Wed, 30 Oct 2019 20:08:53 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>4e367ab1c9834f901a10c897718634b9a931443d - Tests - relax t412 tolerence and small style changes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t412-qfunction-f.f90#4e367ab1c9834f901a10c897718634b9a931443d</link>
        <description>Tests - relax t412 tolerence and small style changes

            List of files:
            /libCEED/tests/t412-qfunction-f.f90</description>
        <pubDate>Wed, 30 Oct 2019 15:25:07 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>fce06f5e480c400f20bd9b97b1be3a4eebe93218 - Merge pull request #359 from CEED/jeremy/more-tests</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t412-qfunction-f.f90#fce06f5e480c400f20bd9b97b1be3a4eebe93218</link>
        <description>Merge pull request #359 from CEED/jeremy/more-testsExpand Test Suite

            List of files:
            /libCEED/tests/t412-qfunction-f.f90</description>
        <pubDate>Thu, 19 Sep 2019 01:52:43 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>1134a487d8c8ea1759bbf02f9ba364665f3f4eab - Tests - add identity with size&gt;1 test</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t412-qfunction-f.f90#1134a487d8c8ea1759bbf02f9ba364665f3f4eab</link>
        <description>Tests - add identity with size&gt;1 test

            List of files:
            /libCEED/tests/t412-qfunction-f.f90</description>
        <pubDate>Wed, 18 Sep 2019 17:42:18 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
</channel>
</rss>
