<?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 t402-qfunction-f.f90</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>6a6b797f790a7f197cde448212987b3ead5d18fa - Merge pull request #1904 from CEED/jeremy/view-tab</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t402-qfunction-f.f90#6a6b797f790a7f197cde448212987b3ead5d18fa</link>
        <description>Merge pull request #1904 from CEED/jeremy/view-tabview - add Ceed*[Get/Set]ViewTabs for all objects

            List of files:
            /libCEED/tests/t402-qfunction-f.f90</description>
        <pubDate>Thu, 13 Nov 2025 17:49:45 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>13a7d540f7e197536fd975043a07a67f9c536b7c - fortran - add tab view fns</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t402-qfunction-f.f90#13a7d540f7e197536fd975043a07a67f9c536b7c</link>
        <description>fortran - add tab view fns

            List of files:
            /libCEED/tests/t402-qfunction-f.f90</description>
        <pubDate>Tue, 11 Nov 2025 19:54:02 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>d9b786505a4dfcb66b2fcd9e3b61dd507168515d - Merge pull request #1426 from CEED/jeremy/trailing</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t402-qfunction-f.f90#d9b786505a4dfcb66b2fcd9e3b61dd507168515d</link>
        <description>Merge pull request #1426 from CEED/jeremy/trailingFix trailing spaces in non-linted files

            List of files:
            /libCEED/tests/t402-qfunction-f.f90</description>
        <pubDate>Fri, 15 Dec 2023 17:30:35 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>cefb0a822f59fedd19582cf3f6250c7c1d679f64 - style - fix trailing spaces in non-linted files</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t402-qfunction-f.f90#cefb0a822f59fedd19582cf3f6250c7c1d679f64</link>
        <description>style - fix trailing spaces in non-linted files

            List of files:
            /libCEED/tests/t402-qfunction-f.f90</description>
        <pubDate>Thu, 14 Dec 2023 17:36:35 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>874019bc89a44b0eae6b48d78442abcb0851055b - Merge pull request #716 from CEED/jed/install-backend.h</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t402-qfunction-f.f90#874019bc89a44b0eae6b48d78442abcb0851055b</link>
        <description>Merge pull request #716 from CEED/jed/install-backend.hJed/install backend.h

            List of files:
            /libCEED/tests/t402-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/t402-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/t402-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>777ff853944a0dbc06f7f09486fdf4674828e728 - QFunction Context Data Object (#596)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t402-qfunction-f.f90#777ff853944a0dbc06f7f09486fdf4674828e728</link>
        <description>QFunction Context Data Object (#596)* Ctx - create context object for QFunction context data* Context - rename UserContext -&gt; QFunctionContext* Ctx - add lcov markers* Ctx - fix leak in identity QFunctions* Hip/Cuda - rename sync functions for vector/context* Tests - lcov marker update* QFunction - drop unused function* Python - fix copy-paste errors* Ctx - update notes for Fortran usage* Fortran - drop unneeded castCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;* Interface - use void* for SetData interfaces* Make - use call quiet for NVCC* Interface - use void* for GetData interfaces* Make - add quiet call option for examples* Makefile - create common makefile to reduce duplication/complexity in example makefilesCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;

            List of files:
            /libCEED/tests/t402-qfunction-f.f90</description>
        <pubDate>Fri, 14 Aug 2020 15:37:04 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>752c3701a992135134df075f4ef18abc790b3495 - Fix CodeCov Reports (#597)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t402-qfunction-f.f90#752c3701a992135134df075f4ef18abc790b3495</link>
        <description>Fix CodeCov Reports (#597)* Tests - use qfunction headers for Fortran tests to improve bypass gcov issue* Gitlab - use latest gcc on Noether* Cuda/Hip - add case in reciprocal for completeness* Cuda - remove duplicate case* Makefile - exclude fortran test headers from make style* Travis - update to Focal* Cov - adjust style to be consistent and avoid false misses* Travis - update comments and style

            List of files:
            /libCEED/tests/t402-qfunction-f.f90</description>
        <pubDate>Tue, 28 Jul 2020 18:08:46 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&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/t402-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/t402-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/t402-qfunction-f.f90#1f9a83abe5ffa9c83e4a126579dd9511999b6f22</link>
        <description>tests: use implicit none; fix datatype mismatches reported by gfortran-10

            List of files:
            /libCEED/tests/t402-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>a8c14239e2aaf94819e1ed6ae7f30d81834fba18 - Merge pull request #423 from CEED/jeremy/small-fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t402-qfunction-f.f90#a8c14239e2aaf94819e1ed6ae7f30d81834fba18</link>
        <description>Merge pull request #423 from CEED/jeremy/small-fixesSmall fixes from Python Work

            List of files:
            /libCEED/tests/t402-qfunction-f.f90</description>
        <pubDate>Mon, 02 Dec 2019 19:05:20 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>84e209c490f9c3b262db4d11bf7f8022aee8d623 - Tests - fix eval modes in t40* for clarity</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t402-qfunction-f.f90#84e209c490f9c3b262db4d11bf7f8022aee8d623</link>
        <description>Tests - fix eval modes in t40* for clarity

            List of files:
            /libCEED/tests/t402-qfunction-f.f90</description>
        <pubDate>Tue, 19 Nov 2019 18:43:27 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>0614b1d0ba5591db85fb98bda6c08c2e102a1bc7 - Merge pull request #419 from CEED/jeremy/view-qf</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t402-qfunction-f.f90#0614b1d0ba5591db85fb98bda6c08c2e102a1bc7</link>
        <description>Merge pull request #419 from CEED/jeremy/view-qfQFunction - add QFunctionView

            List of files:
            /libCEED/tests/t402-qfunction-f.f90</description>
        <pubDate>Mon, 18 Nov 2019 03:59:06 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>f1a4e9fe3c41d7f0174515a9f65ac01250603783 - Tests - add codecov markers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t402-qfunction-f.f90#f1a4e9fe3c41d7f0174515a9f65ac01250603783</link>
        <description>Tests - add codecov markers

            List of files:
            /libCEED/tests/t402-qfunction-f.f90</description>
        <pubDate>Mon, 18 Nov 2019 01:58:35 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>75affc3b27ef4afd9e0b71275e32fb85c1a00c79 - QFunction - add QFunctionView</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t402-qfunction-f.f90#75affc3b27ef4afd9e0b71275e32fb85c1a00c79</link>
        <description>QFunction - add QFunctionView

            List of files:
            /libCEED/tests/t402-qfunction-f.f90</description>
        <pubDate>Sun, 17 Nov 2019 20:43:26 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
</channel>
</rss>
