<?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 t109-vector-f.f90</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>9c774eddf8c0b4f5416196d32c5355c9591a7190 - vec/qf - initial valid/borrowed/owned split for data (#853)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t109-vector-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/t109-vector-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/t109-vector-f.f90#874019bc89a44b0eae6b48d78442abcb0851055b</link>
        <description>Merge pull request #716 from CEED/jed/install-backend.hJed/install backend.h

            List of files:
            /libCEED/tests/t109-vector-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/t109-vector-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/t109-vector-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>77ad9f2917358ad654845919921e911aaeeffe6e - Merge branch &apos;main&apos; into natalie/hip-ref-v2</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t109-vector-f.f90#77ad9f2917358ad654845919921e911aaeeffe6e</link>
        <description>Merge branch &apos;main&apos; into natalie/hip-ref-v2

            List of files:
            /libCEED/tests/t109-vector-f.f90</description>
        <pubDate>Wed, 15 Jul 2020 22:29:35 +0000</pubDate>
        <dc:creator>nbeams &lt;246972+nbeams@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>2fcdcaf2bb91d66e7e43fbde06edc0ff61e53133 - Merge pull request #577 from CEED/jeremy/take-array</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t109-vector-f.f90#2fcdcaf2bb91d66e7e43fbde06edc0ff61e53133</link>
        <description>Merge pull request #577 from CEED/jeremy/take-arrayVec - add CeedVectorTakeArray

            List of files:
            /libCEED/tests/t109-vector-f.f90</description>
        <pubDate>Wed, 01 Jul 2020 16:31:01 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>9d488d037550e1c84877377029f08e264b1941e6 - Tests - add t109 to test CeedVectorSetArray</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t109-vector-f.f90#9d488d037550e1c84877377029f08e264b1941e6</link>
        <description>Tests - add t109 to test CeedVectorSetArray

            List of files:
            /libCEED/tests/t109-vector-f.f90</description>
        <pubDate>Tue, 30 Jun 2020 16:46:27 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;thompson.jeremy.luke@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
