<?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 t506-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/t506-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/t506-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/t506-operator-f.f90#cefb0a822f59fedd19582cf3f6250c7c1d679f64</link>
        <description>style - fix trailing spaces in non-linted files

            List of files:
            /libCEED/tests/t506-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/t506-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/t506-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/t506-operator-f.f90#356036fa84f714fa73ef64c9a80ce2028dde816f</link>
        <description>interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE

            List of files:
            /libCEED/tests/t506-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/t506-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/t506-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/t506-operator-f.f90#a61c78d6a6d5ea69db49949746e6dc59b544c365</link>
        <description>style - make qf/op field names human readable

            List of files:
            /libCEED/tests/t506-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>9c774eddf8c0b4f5416196d32c5355c9591a7190 - vec/qf - initial valid/borrowed/owned split for data (#853)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t506-operator-f.f90#9c774eddf8c0b4f5416196d32c5355c9591a7190</link>
        <description>vec/qf - initial valid/borrowed/owned split for data (#853)* vec/qf - initial valid/borrowed/owned split for data* vec/qf - tidy logic for checking active/stale data* minor - add missing NULL* doc - explain VectorTakeArray update* minor - update error messages* test - update error message in junit/tap* gpu - fix stray CeedScalar vs void for QFunctionContext* vec/qf - clarify/simplify access logic* vec - calloc host arrays when no value set to make empty* style - minor* style - minor* minor - fix error messages* vec/qf - move data validity checking to backend interface* gpu - add missing sync error checking for qfcontext* gpu - homogonize use of impl for backend data to reduce confusion* vec - clarify access conditions* python - update test for stricter vector access* vec - minor fixes* minor - fix ipython change* vec - add missing declarations in ceed/backend.h* ctx - mirror vector borrowed data check in ctx interface* vec - add CeedVectorGetArrayWrite* vec - consistent use of CeedVectorGetArray vs CeedVectorGetArrayWrite* python - small vec fixes* doc - describe vector data semantics* magma - update restriction* gpu - fix restr bug I added, need to sum into target* magma - fix restriction bug* cpu - fix restriction bug here too* op - fix evec allocations* julia - fix ElemRestriction for new vector access rules* op - double check GetArray vs Read vs Write usage* doc - small fix* restr - clean up read/write logic for restr* python - add vec.array_write* magma - typo fix

            List of files:
            /libCEED/tests/t506-operator-f.f90</description>
        <pubDate>Fri, 17 Dec 2021 18:04:34 +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/t506-operator-f.f90#874019bc89a44b0eae6b48d78442abcb0851055b</link>
        <description>Merge pull request #716 from CEED/jed/install-backend.hJed/install backend.h

            List of files:
            /libCEED/tests/t506-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/t506-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/t506-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/t506-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/t506-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/t506-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/t506-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/t506-operator-f.f90#1f9a83abe5ffa9c83e4a126579dd9511999b6f22</link>
        <description>tests: use implicit none; fix datatype mismatches reported by gfortran-10

            List of files:
            /libCEED/tests/t506-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/t506-operator-f.f90#65275b311197718dd752815c20a8419b4b3914df</link>
        <description>Merge branch &apos;master&apos; into valeria/NSfixes

            List of files:
            /libCEED/tests/t506-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/t506-operator-f.f90#68d8d92875d57d0802c0a7b51fab6e206a21432c</link>
        <description>Merge pull request #513 from CEED/jeremy/restriction-no-interlaceConvert restriction to offsets

            List of files:
            /libCEED/tests/t506-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/t506-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/t506-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>f0f672abde5725a21d193746667e066e94d60471 - Merge pull request #495 from CEED/jeremy/code-cov-fix</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t506-operator-f.f90#f0f672abde5725a21d193746667e066e94d60471</link>
        <description>Merge pull request #495 from CEED/jeremy/code-cov-fixTests - add missing codecov markers

            List of files:
            /libCEED/tests/t506-operator-f.f90</description>
        <pubDate>Sun, 29 Mar 2020 06:29:20 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>cae8d85a30f02658c824de00fa1168767325977c - Tests - add missing codecov markers</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t506-operator-f.f90#cae8d85a30f02658c824de00fa1168767325977c</link>
        <description>Tests - add missing codecov markers

            List of files:
            /libCEED/tests/t506-operator-f.f90</description>
        <pubDate>Sun, 29 Mar 2020 06:25:09 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>1639664efd19605fe4a9397da4dc9fbcbb9be371 - Merge pull request #276 from CEED/multi-qf-single-op</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t506-operator-f.f90#1639664efd19605fe4a9397da4dc9fbcbb9be371</link>
        <description>Merge pull request #276 from CEED/multi-qf-single-opt506, Single QFunction Multiple Operators

            List of files:
            /libCEED/tests/t506-operator-f.f90</description>
        <pubDate>Fri, 06 Mar 2020 00:49:42 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>5b3ccac83866caad80455bbd7408561675c7654b - Tests - add t506, test reuse of QFunction across operators</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t506-operator-f.f90#5b3ccac83866caad80455bbd7408561675c7654b</link>
        <description>Tests - add t506, test reuse of QFunction across operators

            List of files:
            /libCEED/tests/t506-operator-f.f90</description>
        <pubDate>Wed, 30 Oct 2019 21:35:44 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
</channel>
</rss>
