<?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 ex2-surface.jl</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>21f16bf6c2940c092555e126518ed0c98a2b88a9 - Merge pull request #1315 from CEED/jeremy/queep</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/julia/LibCEED.jl/examples/ex2-surface.jl#21f16bf6c2940c092555e126518ed0c98a2b88a9</link>
        <description>Merge pull request #1315 from CEED/jeremy/queepBackend Consistency Fixes

            List of files:
            /libCEED/julia/LibCEED.jl/examples/ex2-surface.jl</description>
        <pubDate>Wed, 13 Sep 2023 17:46:46 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;</dc:creator>
    </item>
<item>
        <title>edb2538e3dd6743c029967fc4e89c6fcafedb8c2 - style - spell rstr consistently</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/julia/LibCEED.jl/examples/ex2-surface.jl#edb2538e3dd6743c029967fc4e89c6fcafedb8c2</link>
        <description>style - spell rstr consistently

            List of files:
            /libCEED/julia/LibCEED.jl/examples/ex2-surface.jl</description>
        <pubDate>Fri, 01 Sep 2023 20:50:37 +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/julia/LibCEED.jl/examples/ex2-surface.jl#5d1e906964b04cb5161d672bdc4191311737c811</link>
        <description>Merge pull request #1270 from CEED/jeremy/constantinopleRename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE

            List of files:
            /libCEED/julia/LibCEED.jl/examples/ex2-surface.jl</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/julia/LibCEED.jl/examples/ex2-surface.jl#356036fa84f714fa73ef64c9a80ce2028dde816f</link>
        <description>interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE

            List of files:
            /libCEED/julia/LibCEED.jl/examples/ex2-surface.jl</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>9c774eddf8c0b4f5416196d32c5355c9591a7190 - vec/qf - initial valid/borrowed/owned split for data (#853)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/julia/LibCEED.jl/examples/ex2-surface.jl#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/julia/LibCEED.jl/examples/ex2-surface.jl</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>06988bf74cc6ac18eacafe7930f080803395ba29 - Merge branch &apos;will/julia&apos; into main [PR #632]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/julia/LibCEED.jl/examples/ex2-surface.jl#06988bf74cc6ac18eacafe7930f080803395ba29</link>
        <description>Merge branch &apos;will/julia&apos; into main [PR #632]make.jl: set devbranch=&quot;main&quot;* origin/will/julia:  Add short FFI section to docs  Julia: codecov CI  Julia: Travis CI  Julia: automatic code formatting  Julia: documentation  Julia: examples  Julia: unit tests  Julia: LibCEED.jl Julia interface  Make fallback Ceed use Error callback of parent  Use pointer to va_list in error handler  Bugfix in `CeedOperatorLinearAssembleAddDiagonal`  Bugfix in `CeedQFunctionCreateInteriorByName`  Update t504 and t523 output with correct field names  Bugfix in `CeedOperatorSingleView`

            List of files:
            /libCEED/julia/LibCEED.jl/examples/ex2-surface.jl</description>
        <pubDate>Sat, 31 Oct 2020 19:55:06 +0000</pubDate>
        <dc:creator>Jed Brown &lt;jed@jedbrown.org&gt;</dc:creator>
    </item>
<item>
        <title>6cf3b68d14a6585b72105699d8534a500a16d388 - Julia: examples</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/julia/LibCEED.jl/examples/ex2-surface.jl#6cf3b68d14a6585b72105699d8534a500a16d388</link>
        <description>Julia: examples

            List of files:
            /libCEED/julia/LibCEED.jl/examples/ex2-surface.jl</description>
        <pubDate>Sun, 25 Oct 2020 19:36:39 +0000</pubDate>
        <dc:creator>Will Pazner &lt;will.e.p@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
