<?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 t002-ceed.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>2b730f8b5a9c809740a0b3b302db43a719c636b1 - Switch to clang-format (#1051)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t002-ceed.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/t002-ceed.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>cb03979f09f11f2f58ca1dff8031348aa48729d3 - Merge pull request #1002 from CEED/jeremy/format-ceed-types</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t002-ceed.c#cb03979f09f11f2f58ca1dff8031348aa48729d3</link>
        <description>Merge pull request #1002 from CEED/jeremy/format-ceed-typesAdd CeedInt_FMT

            List of files:
            /libCEED/tests/t002-ceed.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/t002-ceed.c#600b7929b98f3d8efad5f619bace308a359a46af</link>
        <description>test - update tests to use CeedInt_FMT

            List of files:
            /libCEED/tests/t002-ceed.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>7f565272b8651519e1f8332c5b9e73ffa0fc04e9 - Merge pull request #735 from CEED/jeremy/style-guide</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t002-ceed.c#7f565272b8651519e1f8332c5b9e73ffa0fc04e9</link>
        <description>Merge pull request #735 from CEED/jeremy/style-guideStyle Unification

            List of files:
            /libCEED/tests/t002-ceed.c</description>
        <pubDate>Fri, 09 Apr 2021 22:40:57 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>d1d35e2f02dc969aee8debf3fd943dd784aa847a - style - updating C variable style</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t002-ceed.c#d1d35e2f02dc969aee8debf3fd943dd784aa847a</link>
        <description>style - updating C variable style

            List of files:
            /libCEED/tests/t002-ceed.c</description>
        <pubDate>Fri, 09 Apr 2021 19:32:40 +0000</pubDate>
        <dc:creator>jeremylt &lt;thompson.jeremy.luke@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ded9b81dfe1c5b0a720aeaeab78a4be02eef9bb5 - Rust - add examples (#683)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t002-ceed.c#ded9b81dfe1c5b0a720aeaeab78a4be02eef9bb5</link>
        <description>Rust - add examples (#683)* Rust - initial version of ex1Example - move closureCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;typo fixCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;minor tidyingorder -&gt; degreedrop operator applicaiton messages* rust: make top-level workspace and use libceed from pathThis allows a single &quot;cargo test&quot; from the top level.* rust: add version-sync (to help us remember when we publish a crate)* examples - consistency update* Rust - add Cargo.lock to top level gitignore* rust - refactor example to add tests* Rust - test and style from workspace* Rust - update year in header* Rust - add error values to Error, switch to String* Rust - add input validation in check* Rust - format volume output in example* Rust - update example help output* Rust - example tests rename to simplify* Rust - split example 1 into 3 parts* rust: std::sync::Once for CeedRegisterAll()* Promote CeedRegisterAll() and CeedQFunctionRegisterAll() to User* Guard calls to CeedInit() to avoid races in parallel testing* Examples - update rust example to new builder syntax* Examples - add rust ex2* Rust - add CEED_STRIDES_BACKEND* Examples - drop unused restriction in ceed ex2* Rust - minor documentation update* Rust - adopt convention of &apos;dimension-like&apos; values all using usize; reduces casting* Actions - add Rust code coverage* Rust - fix usize conversion* Rust - update casting between i32(C interface)  and usize(Rust interface)* Actions - include Rust doctests* Actions - Rust doctest coverange only avaliable in nightly* Rust - drop explict typing of values passed to C get* functions* Rust - modify version numbers tests, cargo-tarpaulin and cargo have different calling paths in tests* cargo fmt* Examples - add separate Rust example quiet mode* Actions - rustfmt not always avaliable on nightly* Rust - simplify version tests* Actions - add a few notes* CodeCov - try adding gallery to &apos;fixes&apos;* CodeCov - drop some codecov noise in examples* Examples - test all combinations in ex1/ex2* Rust - test 3d examples without quiet flag* Actions - use gcc-10 for compatibility in gcov reports* Examples - test gallery in 1/2/3d in Rust ex* Gitlab - also report gcov version* JUnit - adjust indentation* Gitlab - make it easier to find complier info in logs* Tests - fix minor styling strangeness in t002* Actions - only upload rust coverage* Actions - exclude non-rust files from rust coverage* Cov - exclude weak symbols code, not useful cov info* Examples - clean up options creation for tests in Rust examples* Examples - simplify tolerance for testing Rust examples* cargo fmt* Examples - another match* Examples - common Rust example code in shared local crateCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;

            List of files:
            /libCEED/tests/t002-ceed.c</description>
        <pubDate>Tue, 12 Jan 2021 17:05:36 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>c8ed46e2e56df6c2b12db8c2ad7df9d3c2891a08 - Merge branch &apos;main&apos; into yohann/fix-cuda-gen</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t002-ceed.c#c8ed46e2e56df6c2b12db8c2ad7df9d3c2891a08</link>
        <description>Merge branch &apos;main&apos; into yohann/fix-cuda-gen

            List of files:
            /libCEED/tests/t002-ceed.c</description>
        <pubDate>Tue, 25 Aug 2020 04:00:25 +0000</pubDate>
        <dc:creator>Yohann &lt;dudouit1@llnl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9647a07ed4cccf5520ee61cfc49faed91542e405 - OCCA Backend Update (#305)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t002-ceed.c#9647a07ed4cccf5520ee61cfc49faed91542e405</link>
        <description>OCCA Backend Update (#305)* [Docs] Update docs for new OCCA backend* [Fortran] CeedVectorRestoreArray fix* [Test] Updates t002-ceed test to support query params* [Make] Adds tidy for cpp files* [OCCA] Updates OCCA backend* PR feedback: Update StrideType naming* PR feedback: Fixed USER_STRIDES vs BACKEND_STRIDES usage* [OCCA] Add comments to code generation* [CI] Removes commit from OCCA build* PR Feedback: Update README* PR Feedback: Removed compiler warnings* Fix restriction function changes* occa: track AssembleLinear -&gt; LinearAssemble* [OCCA][Vector] Adds takeArray method* [OCCA][Restriction] Fixes restriction strides* [OCCA][Operator] Adds point block diagonal registration* [OCCA][Operator] Fixes* OCCA - update debug color for visability* Travis - fix extra fi* OCCA - adjust kernel, multi component derivatives are expected as [dim][comp][q]* OCCA - adjust basis kernel args in operator kernel to agree with expected [dim][comp][q] ordeing* OCCA - fix uninitalized memory in grad transpose 3d kernel* OCCA - fix Elayout description* OCCA - fix bad dimensions in basis kernel* OCCA - fix TakeArray to sync before returning array pointer* MFEM - print error when test fails* OCCA - fix 2d grad kernels* OCCA - flag digonal of composite operators unsupported* OCCA - fix restoreArray logic* OCCA - minor cleanup with GPU* Travis - add &apos;make info&apos; where able for debugging* OCCA - explictily test OpenCL mode* OCCA - drop restrict for ElemRestriction kernels, OpenCL doesn&apos;t like it* OCCA - explicitly test cuda and hip versions of OCCA backend* OCCA - explicitly test OpenMP mode in OCCA* Tests - modify check for VLA support for OCCA to catch all OCCA modes* WIP - test possible OCCA fix for PowerPC* OCCA - separate CPU modes for testing as well* Readme - update list of OCCA backend modes* Makefile - fix unterminated addprefix* OCCA - enable direct access to OCCA Serial mode* OCCA - add comments to registration* Makefile - remove extra )* OCCA - remove pass by reference C++ syntax for OpenCL compatability* OCCA - drop use of @restrict for OpenCL* OCCA - remove OpenCL mode, not fully supported in OCCA (see OCCA issue #166)* OCCA - fixing rebase issues* OCCA - Fix implementation of QFunctionContext* OCCA - move GetContextSize so ierr check actually works* Travis - use libOCCA instead of jeremylt/occa* Junit - update OCCA test skip list* Make - simplify OCCA check for enabled modesCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;Co-authored-by: Jeremy L. Thompson &lt;jeremy.thompson@colorado.edu&gt;

            List of files:
            /libCEED/tests/t002-ceed.c</description>
        <pubDate>Sat, 22 Aug 2020 00:53:09 +0000</pubDate>
        <dc:creator>David Medina &lt;dmed256@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c360dbdf7be710089f1c988eae047df8591af9a4 - Merge pull request #392 from CEED/jeremy/get-ceed</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t002-ceed.c#c360dbdf7be710089f1c988eae047df8591af9a4</link>
        <description>Merge pull request #392 from CEED/jeremy/get-ceedGet Full Ceed Resource Name

            List of files:
            /libCEED/tests/t002-ceed.c</description>
        <pubDate>Fri, 18 Oct 2019 21:19:03 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>e07206de23a3ad6f238e5da2d646d1a5a514f718 - Ceed - Add CeedGetResource</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t002-ceed.c#e07206de23a3ad6f238e5da2d646d1a5a514f718</link>
        <description>Ceed - Add CeedGetResource

            List of files:
            /libCEED/tests/t002-ceed.c</description>
        <pubDate>Thu, 17 Oct 2019 22:44:06 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
</channel>
</rss>
