<?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 t568-operator.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>506b1a0c535297a01950817d4491440b9ddb5287 - Non-square operator full assembly (#1316)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#506b1a0c535297a01950817d4491440b9ddb5287</link>
        <description>Non-square operator full assembly (#1316)* Consistency formatting for operator tests* Add (failing) test for non-square operator full assembly* Add support for CPU-based full assembly of non-square CeedOperators* Fix full assembly of identity quadrature functions and operators with CEED_BASIS_NONEAlso adds a unit test for full assembly which fails prior to the changes in this commit.* Minor refactor to improve coverage

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Wed, 20 Sep 2023 19:24:26 +0000</pubDate>
        <dc:creator>Sebastian Grimberg &lt;sebastiangrimb@gmail.com&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/t568-operator.c#5d1e906964b04cb5161d672bdc4191311737c811</link>
        <description>Merge pull request #1270 from CEED/jeremy/constantinopleRename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE

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

            List of files:
            /libCEED/tests/t568-operator.c</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>7bd8c1e105af1aae833bf99bc5af5ba9045cd393 - Merge pull request #1243 from CEED/jed/fix-asan-bugs</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#7bd8c1e105af1aae833bf99bc5af5ba9045cd393</link>
        <description>Merge pull request #1243 from CEED/jed/fix-asan-bugsFix -fsanitize=address bugs

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Fri, 30 Jun 2023 18:35:02 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>8e6aa226c2c84e58dd7feb551fd506c4f25986db - Fix -fsanitize=address bugs</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#8e6aa226c2c84e58dd7feb551fd506c4f25986db</link>
        <description>Fix -fsanitize=address bugsnote: &#8216;snprintf&#8217; output between 21 and 31 bytes into a destination of size 30The assembly test had inconsistent ordering of arguments between theqfunction itself and the call to CeedQFunctionAddInput.

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Wed, 28 Jun 2023 17:40:45 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>ac415f7108a9c8d1de9a040977bf99fc30ead005 - Revert a550dd66</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#ac415f7108a9c8d1de9a040977bf99fc30ead005</link>
        <description>Revert a550dd66

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Mon, 17 Apr 2023 23:32:46 +0000</pubDate>
        <dc:creator>Sebastian Grimberg &lt;sjg@amazon.com&gt;</dc:creator>
    </item>
<item>
        <title>a550dd668ad5fdaeaade4afb48509e4b41c51584 - Formatting fixes for tests including consistent include order</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#a550dd668ad5fdaeaade4afb48509e4b41c51584</link>
        <description>Formatting fixes for tests including consistent include order

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Sat, 04 Mar 2023 00:53:08 +0000</pubDate>
        <dc:creator>Sebastian Grimberg &lt;sjg@amazon.com&gt;</dc:creator>
    </item>
<item>
        <title>49aac155e7a09736f56fb3abac0f57dab29f7cbf - IWYU fixes (#1182)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#49aac155e7a09736f56fb3abac0f57dab29f7cbf</link>
        <description>IWYU fixes (#1182)* iwyu - include fixes* iwyu - silence some iwyu output* minor - clearer macro names* iwyu - fix suggestion of &quot;ceed/ceed.h&quot; externally* iwyu - lighter petsc headers* iwyu - ceed/ceed.h -&gt; ceed.h* iwyu - cuda/hip include fixes

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Fri, 24 Mar 2023 15:20:50 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>684f49355e356904c2a47c5a7e5ff618ae05b0a6 - Merge pull request #1167 from CEED/jeremy/drop-i</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#684f49355e356904c2a47c5a7e5ff618ae05b0a6</link>
        <description>Merge pull request #1167 from CEED/jeremy/drop-iConsistency in c tests

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Mon, 06 Mar 2023 15:55:06 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>4fee36f0a30516a0b5ad51bf7eb3b32d83efd623 - style - consistency in c tests</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#4fee36f0a30516a0b5ad51bf7eb3b32d83efd623</link>
        <description>style - consistency in c tests

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Thu, 02 Mar 2023 01:24:06 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>2b730f8b5a9c809740a0b3b302db43a719c636b1 - Switch to clang-format (#1051)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#2b730f8b5a9c809740a0b3b302db43a719c636b1</link>
        <description>Switch to clang-format (#1051)* style - switch to clang-format* ci - use newer libxsmm* action - update format action* format - consistent use of {} for multi-line if/for* make - remove stray newline* make - simpler &apos;make format&apos; target* ci - use newer libxsmm* doc - minor release note claification* minor - minor fix* minor - minor fix* minor - minor fix* minor - minor fix* make format* format - less aggressive alignment rules* tidy - check for argument name mismatches* fix newline* format - mirror Ratel update to .clang-format* fix merge error* fix merge conflict* fix merge error* drop style in .phony list* Update .clang-formatCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;* apply updated formatCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Thu, 17 Nov 2022 05:13:46 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>dbac3b9fec3859d1692b9cd4abd10f521205f57f - Fix t568 bug (#1065)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#dbac3b9fec3859d1692b9cd4abd10f521205f57f</link>
        <description>Fix t568 bug (#1065)* Add multi-component apply QFunction to t568* junit.py: Add t568 back to GPU backend testing

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Tue, 06 Sep 2022 15:55:38 +0000</pubDate>
        <dc:creator>Natalie Beams &lt;246972+nbeams@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>4a64a7941a2fc8385dc7986424e7c321d55996d1 - Merge pull request #1061 from CEED/jed/noether-cuda</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#4a64a7941a2fc8385dc7986424e7c321d55996d1</link>
        <description>Merge pull request #1061 from CEED/jed/noether-cudaci: use noether for CUDA

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Tue, 06 Sep 2022 01:39:57 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>963d86364853ef9f95e8fc0edc4b112ec528ac3c - t568-operator: fix input order and make test handle nan; skip on broken backends</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#963d86364853ef9f95e8fc0edc4b112ec528ac3c</link>
        <description>t568-operator: fix input order and make test handle nan; skip on broken backendsif (nan &lt; constant) is always false. This test had a memory errorcausing it to always compute nan in both the libceed and referencevalues. This conditional ensures that output will print in such cases.This test is BROKEN on /gpu/cuda/gen and /gpu/hip/*. This will need tobe addressed in a future issue.Reported-by: Natalie Beams &lt;nbeams@icl.utk.edu&gt;

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Tue, 06 Sep 2022 00:08:06 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>cb03979f09f11f2f58ca1dff8031348aa48729d3 - Merge pull request #1002 from CEED/jeremy/format-ceed-types</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#cb03979f09f11f2f58ca1dff8031348aa48729d3</link>
        <description>Merge pull request #1002 from CEED/jeremy/format-ceed-typesAdd CeedInt_FMT

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Tue, 28 Jun 2022 21:47:18 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>600b7929b98f3d8efad5f619bace308a359a46af - test - update tests to use CeedInt_FMT</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#600b7929b98f3d8efad5f619bace308a359a46af</link>
        <description>test - update tests to use CeedInt_FMT

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Tue, 28 Jun 2022 20:21:36 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>791c445d41323413ee17f1c6f1595f78c25768e3 - Merge pull request #988 from CEED/jeremy/assembly-fix</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#791c445d41323413ee17f1c6f1595f78c25768e3</link>
        <description>Merge pull request #988 from CEED/jeremy/assembly-fixTest for assembly w/non-square D

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Tue, 21 Jun 2022 19:38:31 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>c9a77dd1d1716ee9efa9576a12592b10ba4dba50 - test - add test for assembly w/non-square D</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t568-operator.c#c9a77dd1d1716ee9efa9576a12592b10ba4dba50</link>
        <description>test - add test for assembly w/non-square D

            List of files:
            /libCEED/tests/t568-operator.c</description>
        <pubDate>Thu, 09 Jun 2022 15:02:17 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
</channel>
</rss>
