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

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

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

            List of files:
            /libCEED/tests/t552-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/t552-operator-f.f90#874019bc89a44b0eae6b48d78442abcb0851055b</link>
        <description>Merge pull request #716 from CEED/jed/install-backend.hJed/install backend.h

            List of files:
            /libCEED/tests/t552-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/t552-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/t552-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/t552-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/t552-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>d99fa3c5cd91a1690aedf0679cbf290d44fec74c - Op - add interface for multigrid level creation (#579)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t552-operator-f.f90#d99fa3c5cd91a1690aedf0679cbf290d44fec74c</link>
        <description>Op - add interface for multigrid level creation (#579)* Op - add interface for multigrid level creation* Op - add implementation for OperatorMultigridLevelCreate* make style* make tidy* Op - add test t550, fix errors* Tests - add Fortran version of t550* Tests - add t511 for testing tensor basis multigrid level setup* make style and tidy* Tests - fix t55* memory leaks* Tests - add t552 for non-tensor basis multigrid levels* CUDA - use CeedIntMax in shared CUDA backend* Tests - add OCCA test exception for t55** Op - add lvector global prolongation multiplicity, simplifies user interface* Solids - convert example to new interface* make style* Tests - convert t550 to multicomponent* Solids - drop unused ceed_fine* Python - add new multigrid level interface* Python - fix operator wrap, use ceed python obj rather than ceed pointer* Gallery - update comment slightly* Tests - remove accidental duplicate test* Multigrid - add size=2 case as well* Operator - drop unneeded inline* QFunction - simplify context ownership to match vector* make style* Python - update multigrid function signature* Operator - refactor prolong/restrict qfunctions as scaling qfunctions* Vector - add testing for reciprocal and add to Fortran/Python interfaces* CUDA - add VectorReciprocal on device* Gallery - drop specalized versions for &apos;Scale&apos;, wil fix performance hit later* Hip - add vector reciprocal* Operator - add more flexible prologation basis creation interface* Vec - make sure data is set for VectorReciprocal* Tests - drop ncomp for t550/1 so kernel is not too large for Magma backend* Tests - add missing lcov markers* make style* Travis - allow ARM job to fail* Travis - fix intel install* Travis - try different install dir name for inteloneapi* Travis - add ifort, ipp packages* Tests - add missing lcov marker

            List of files:
            /libCEED/tests/t552-operator-f.f90</description>
        <pubDate>Tue, 28 Jul 2020 15:42:05 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
