<?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 t503-operator-f.f90</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>d9b786505a4dfcb66b2fcd9e3b61dd507168515d - Merge pull request #1426 from CEED/jeremy/trailing</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#d9b786505a4dfcb66b2fcd9e3b61dd507168515d</link>
        <description>Merge pull request #1426 from CEED/jeremy/trailingFix trailing spaces in non-linted files

            List of files:
            /libCEED/tests/t503-operator-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/t503-operator-f.f90#cefb0a822f59fedd19582cf3f6250c7c1d679f64</link>
        <description>style - fix trailing spaces in non-linted files

            List of files:
            /libCEED/tests/t503-operator-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>5d1e906964b04cb5161d672bdc4191311737c811 - Merge pull request #1270 from CEED/jeremy/constantinople</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#5d1e906964b04cb5161d672bdc4191311737c811</link>
        <description>Merge pull request #1270 from CEED/jeremy/constantinopleRename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Thu, 31 Aug 2023 00:25:35 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>356036fa84f714fa73ef64c9a80ce2028dde816f - interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#356036fa84f714fa73ef64c9a80ce2028dde816f</link>
        <description>interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Mon, 31 Jul 2023 18:35:55 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>9890f3e7f85f457150d1c5a387cb512d35d373a0 - Merge pull request #877 from CEED/jeremy/field-names-for-people</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#9890f3e7f85f457150d1c5a387cb512d35d373a0</link>
        <description>Merge pull request #877 from CEED/jeremy/field-names-for-peopleMake qf/op field names human readable

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Thu, 20 Jan 2022 20:45:42 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>a61c78d6a6d5ea69db49949746e6dc59b544c365 - style - make qf/op field names human readable</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#a61c78d6a6d5ea69db49949746e6dc59b544c365</link>
        <description>style - make qf/op field names human readable

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Thu, 20 Jan 2022 16:57:43 +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/t503-operator-f.f90#874019bc89a44b0eae6b48d78442abcb0851055b</link>
        <description>Merge pull request #716 from CEED/jed/install-backend.hJed/install backend.h

            List of files:
            /libCEED/tests/t503-operator-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/t503-operator-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/t503-operator-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>752c3701a992135134df075f4ef18abc790b3495 - Fix CodeCov Reports (#597)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-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/t503-operator-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/t503-operator-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/t503-operator-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/t503-operator-f.f90#1f9a83abe5ffa9c83e4a126579dd9511999b6f22</link>
        <description>tests: use implicit none; fix datatype mismatches reported by gfortran-10

            List of files:
            /libCEED/tests/t503-operator-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>65275b311197718dd752815c20a8419b4b3914df - Merge branch &apos;master&apos; into valeria/NSfixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#65275b311197718dd752815c20a8419b4b3914df</link>
        <description>Merge branch &apos;master&apos; into valeria/NSfixes

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Wed, 13 May 2020 22:18:43 +0000</pubDate>
        <dc:creator>valeriabarra &lt;valeriabarra21@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>68d8d92875d57d0802c0a7b51fab6e206a21432c - Merge pull request #513 from CEED/jeremy/restriction-no-interlace</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#68d8d92875d57d0802c0a7b51fab6e206a21432c</link>
        <description>Merge pull request #513 from CEED/jeremy/restriction-no-interlaceConvert restriction to offsets

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Wed, 22 Apr 2020 16:25:45 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>d979a0510f6353f9b8b50621433d53955a3f350a - Restriction - convert restiction to use offsets instead of interlace mode. CPU and Python impl only, CUDA and MAGMA left to do.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#d979a0510f6353f9b8b50621433d53955a3f350a</link>
        <description>Restriction - convert restiction to use offsets instead of interlace mode. CPU and Python impl only, CUDA and MAGMA left to do.

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Tue, 14 Apr 2020 23:14:11 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>38d0029a08e84b16bbdde77c27446234f5f09cf2 - Merge pull request #456 from CEED/jeremy/strided-restriction</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#38d0029a08e84b16bbdde77c27446234f5f09cf2</link>
        <description>Merge pull request #456 from CEED/jeremy/strided-restrictionStrided Restrictions

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Thu, 05 Mar 2020 23:06:41 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>15910d16b955338d1102d4e730fc58bca8f202b9 - ElemRestriction - add CEED_ELEMRESTRICTION_NONE so we can stop making dummy restrictions for CEED_EVAL_WEIGHT fields</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#15910d16b955338d1102d4e730fc58bca8f202b9</link>
        <description>ElemRestriction - add CEED_ELEMRESTRICTION_NONE so we can stop making dummy restrictions for CEED_EVAL_WEIGHT fields

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Mon, 24 Feb 2020 17:38:11 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>7509a596beda7c1d002d2274a17375b09541fdb6 - Restriction - replace identity restrictions with strided restrictions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#7509a596beda7c1d002d2274a17375b09541fdb6</link>
        <description>Restriction - replace identity restrictions with strided restrictions

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Thu, 06 Feb 2020 00:26:56 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>4092d0ee9dee1dc94927b92ec4a4f5b5b7bb02dc - Merge pull request #447 from CEED/jeremy/lmode-on-create</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#4092d0ee9dee1dc94927b92ec4a4f5b5b7bb02dc</link>
        <description>Merge pull request #447 from CEED/jeremy/lmode-on-createElemRestriction Lmode in Create over Apply

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Wed, 05 Feb 2020 02:19:33 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>61dbc9d25335c1a7855bdb901ed4d560d51eee1f - ElemRestriction - make lmode a separate enum</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#61dbc9d25335c1a7855bdb901ed4d560d51eee1f</link>
        <description>ElemRestriction - make lmode a separate enum

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Mon, 27 Jan 2020 23:45:16 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>a8d322087fa8f150327cdc2bf14a171452b711ec - ElemRestriction - move lmode to constructor over apply</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t503-operator-f.f90#a8d322087fa8f150327cdc2bf14a171452b711ec</link>
        <description>ElemRestriction - move lmode to constructor over apply

            List of files:
            /libCEED/tests/t503-operator-f.f90</description>
        <pubDate>Fri, 24 Jan 2020 21:15:03 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
</channel>
</rss>
