<?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 t122-vector.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>b0976d5a9cd61a1a55d5329148196ea026561ed6 - Vector - error-free usage when length = 0 (#1291)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t122-vector.c#b0976d5a9cd61a1a55d5329148196ea026561ed6</link>
        <description>Vector - error-free usage when length = 0 (#1291)* Allow for error-free usage of length 0 CeedVectors* Add tests for length 0 CeedVectors* make clang-tidy happy* remove unnecessary tests

            List of files:
            /libCEED/tests/t122-vector.c</description>
        <pubDate>Tue, 15 Aug 2023 23:18:32 +0000</pubDate>
        <dc:creator>Zach Atkins &lt;zach.atkins@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>49aac155e7a09736f56fb3abac0f57dab29f7cbf - IWYU fixes (#1182)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t122-vector.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/t122-vector.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>131837e7d257a8c620601332085810394af6661c - Merge pull request #1172 from CEED/jeremy/more-tests</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t122-vector.c#131837e7d257a8c620601332085810394af6661c</link>
        <description>Merge pull request #1172 from CEED/jeremy/more-testsSpelling and Ceed example consistency

            List of files:
            /libCEED/tests/t122-vector.c</description>
        <pubDate>Tue, 14 Mar 2023 18:06:25 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>ceac335a198bba99d8074c14fdb0301ec4cdae50 - minor - spelling fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t122-vector.c#ceac335a198bba99d8074c14fdb0301ec4cdae50</link>
        <description>minor - spelling fixes

            List of files:
            /libCEED/tests/t122-vector.c</description>
        <pubDate>Mon, 06 Mar 2023 20:39:24 +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/t122-vector.c#684f49355e356904c2a47c5a7e5ff618ae05b0a6</link>
        <description>Merge pull request #1167 from CEED/jeremy/drop-iConsistency in c tests

            List of files:
            /libCEED/tests/t122-vector.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/t122-vector.c#4fee36f0a30516a0b5ad51bf7eb3b32d83efd623</link>
        <description>style - consistency in c tests

            List of files:
            /libCEED/tests/t122-vector.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/t122-vector.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/t122-vector.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/t122-vector.c#cb03979f09f11f2f58ca1dff8031348aa48729d3</link>
        <description>Merge pull request #1002 from CEED/jeremy/format-ceed-typesAdd CeedInt_FMT

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

            List of files:
            /libCEED/tests/t122-vector.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>9c774eddf8c0b4f5416196d32c5355c9591a7190 - vec/qf - initial valid/borrowed/owned split for data (#853)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t122-vector.c#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/t122-vector.c</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>d8a2b180be396cc85a27f15458a2b130f98a1aff - Merge pull request #785 from CEED/jeremy/sync-memtype</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t122-vector.c#d8a2b180be396cc85a27f15458a2b130f98a1aff</link>
        <description>Merge pull request #785 from CEED/jeremy/sync-memtypetest - sync data to device arrays

            List of files:
            /libCEED/tests/t122-vector.c</description>
        <pubDate>Fri, 18 Jun 2021 15:08:32 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>16e0f5123feed9e8ea59dbae709085fc2dd873d3 - test - sync data to device arrays before testing backend vector functions, such as axpy, reciprocal, and scale</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t122-vector.c#16e0f5123feed9e8ea59dbae709085fc2dd873d3</link>
        <description>test - sync data to device arrays before testing backend vector functions, such as axpy, reciprocal, and scale

            List of files:
            /libCEED/tests/t122-vector.c</description>
        <pubDate>Thu, 17 Jun 2021 21:40:36 +0000</pubDate>
        <dc:creator>jeremylt &lt;thompson.jeremy.luke@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>8aabebfe37a222101625224bfe211715824b5ec2 - Merge pull request #752 from CEED/jeremy/python-pointwise</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t122-vector.c#8aabebfe37a222101625224bfe211715824b5ec2</link>
        <description>Merge pull request #752 from CEED/jeremy/python-pointwisepython - add pointwisemult and axpy

            List of files:
            /libCEED/tests/t122-vector.c</description>
        <pubDate>Thu, 22 Apr 2021 16:56:00 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>43840b0986e5b5c908961000fd66f6d1c7f05cc2 - minor - typo</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t122-vector.c#43840b0986e5b5c908961000fd66f6d1c7f05cc2</link>
        <description>minor - typo

            List of files:
            /libCEED/tests/t122-vector.c</description>
        <pubDate>Thu, 22 Apr 2021 16:00:34 +0000</pubDate>
        <dc:creator>jeremylt &lt;thompson.jeremy.luke@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0c1bc3c213b7e9c1cad4a62aaf359c4e4c7d4e25 - python - add pointwisemult and axpy</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t122-vector.c#0c1bc3c213b7e9c1cad4a62aaf359c4e4c7d4e25</link>
        <description>python - add pointwisemult and axpy

            List of files:
            /libCEED/tests/t122-vector.c</description>
        <pubDate>Wed, 21 Apr 2021 15:16:59 +0000</pubDate>
        <dc:creator>jeremylt &lt;thompson.jeremy.luke@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c2849f3a5a2ff4340e5e5b6a2446af2656d5975a - Merge branch &apos;jeremy/vec-ops&apos; [PR #744]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t122-vector.c#c2849f3a5a2ff4340e5e5b6a2446af2656d5975a</link>
        <description>Merge branch &apos;jeremy/vec-ops&apos; [PR #744]* jeremy/vec-ops:  vec - add tests for ceed compatibility for AXPY and PointwiseMult  vec - add PointwiseMult and AXPY convenience functions

            List of files:
            /libCEED/tests/t122-vector.c</description>
        <pubDate>Sat, 17 Apr 2021 04:14:08 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>0f7fd0f8b8a217b3039591f3d95e1a4bbb58f157 - vec - add PointwiseMult and AXPY convenience functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t122-vector.c#0f7fd0f8b8a217b3039591f3d95e1a4bbb58f157</link>
        <description>vec - add PointwiseMult and AXPY convenience functions

            List of files:
            /libCEED/tests/t122-vector.c</description>
        <pubDate>Wed, 14 Apr 2021 22:12:35 +0000</pubDate>
        <dc:creator>jeremylt &lt;thompson.jeremy.luke@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
