<?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 t322-basis.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>2efebffe38fa9227caaeab504b43e3a698cb86d7 - Merge pull request #1156 from sebastiangrimberg/sjg/hcurl-basis-dev</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t322-basis.c#2efebffe38fa9227caaeab504b43e3a698cb86d7</link>
        <description>Merge pull request #1156 from sebastiangrimberg/sjg/hcurl-basis-devH(curl) basis and `CEED_EVAL_CURL`

            List of files:
            /libCEED/tests/t322-basis.c</description>
        <pubDate>Wed, 12 Apr 2023 16:48:38 +0000</pubDate>
        <dc:creator>Sebastian Grimberg &lt;sebastiangrimb@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b5404d5da366e284b3ef54a63de743df457e0da0 - Add tests</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t322-basis.c#b5404d5da366e284b3ef54a63de743df457e0da0</link>
        <description>Add tests

            List of files:
            /libCEED/tests/t322-basis.c</description>
        <pubDate>Thu, 16 Feb 2023 03:17:20 +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/t322-basis.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/t322-basis.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/t322-basis.c#684f49355e356904c2a47c5a7e5ff618ae05b0a6</link>
        <description>Merge pull request #1167 from CEED/jeremy/drop-iConsistency in c tests

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

            List of files:
            /libCEED/tests/t322-basis.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/t322-basis.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/t322-basis.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>50c301a53d2cec48a2aa861bf6f38393f4831c2f - H(div) basis constructor (#878)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t322-basis.c#50c301a53d2cec48a2aa861bf6f38393f4831c2f</link>
        <description>H(div) basis constructor (#878)* backends/interface: added H(div) basis constructor* tests:  CEED_EVAL_INTERP/DIV tested for H(div) basis.* Update interface/ceed-basis.cCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;* Update interface/ceed-basis.cCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;* Update interface/ceed-basis.cCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;* Update interface/ceed-basis.cCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;* Update interface/ceed-basis.cCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;* interface/ceed-basis.c: delete [-1,1] for non-tensor basis constructor* Update interface/ceed-basis.cCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;* include/ceed: added CEEDFESpace enum and used it at ceed-basis.c* tests: added t330-basis.out and changed xhat--&gt;x_hat* Changed name convention for CeedElemTopology and CeedFESpace enum.* make style* interface/ceed-basis.c: Added FE space/topology of the basis to CeedBasisView function* tests/output: update ...basis.out file* Changed CEED_FE_TOPO_  ==&gt; CEED_TOPOLOGY_* backends/ref: delete CeedBasisApplyHdiv_Ref* Update interface/ceed-basis.cCo-authored-by: Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;* Update interface/ceed-basis.cCo-authored-by: Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;* Update include/ceed-impl.hCo-authored-by: Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;* interface/ceed-bassi.c: update CeedBasisView* deleted L2 and H(curl) FE spaces* minor - update output file* minor - update output file* style - consistency with mainCo-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;Co-authored-by: Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;

            List of files:
            /libCEED/tests/t322-basis.c</description>
        <pubDate>Tue, 01 Feb 2022 16:46:16 +0000</pubDate>
        <dc:creator>Rezgar Shakeri &lt;42816410+rezgarshakeri@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>80a9ef0545a39c00cdcaab1ca26f8053604f3120 - Allow CeedScalar to be single precision  (#788)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t322-basis.c#80a9ef0545a39c00cdcaab1ca26f8053604f3120</link>
        <description>Allow CeedScalar to be single precision  (#788)One can modify `ceed.h` to include `ceed-f32.h` and then use single precision. This is tested for C in CI and has been tested by developers with Rust, Julia, and Python. This interface is evolving and should be considered experimental at this time (thus lack of automated build support).* Introduce CeedScalarType enum* WIP changes to allow different definitions of CeedScalar* Introduce new header files for float and double* Only use avx tensor contract and MAGMA non-tensor basis if CeedScalar is double* WIP changes to allow CeedScalar to be float* WIP start trying to adjust test tolerances for float or double* fix typos in comments* install ceed-f32/64 headers* Fix missing casts for hipMAGMA element restrictions* make CeedQFunctionContextGetContextSize available for Python bindings* Changes to Python bindings to allow CeedScalar to be float* WIP adjust Python tests for float or double* make style* remove QFunctionContextGetContextSize from backend header* Use quotes instead of &lt;&gt; in include statement* Remove unncessary includes* Update tolerances for tests* [Julia] allow CeedScalar to be Float32* [Julia] Use Preferences instead of custom build configuration# Conflicts:#	julia/LibCEED.jl/src/C.jl* [Makefile] Change definition of CC_VENDOR so it works with cross-compilation* [Julia] Use Preferences in CI# Conflicts:#	.github/workflows/julia-test-with-style.yml* [Julia] Update docs about preferences* [Julia] Add test/Project.toml workaround for Preferences* Add CeedGetScalarType to get the type of CeedScalar at runtime* [Julia] Move functions from Ceed.jl to LibCEED.jl* [Julia] Add support for getting library path and scalar type at runtime* [Julia] Minor change to checking if CUDA is loaded* [Julia] Check correct CeedScalar types in basis functions* [Julia] Fix tests comparing with output file* [Julia] Change devtests to use CeedScalar instead of Float64* Update test 402 so context will be same size in double or float* Update tolerances for ceed examples* [Julia] CUDA fixes* remove unused variable in t208* SchurDecomposition: do not compute tau on final iteration* Update tolerances for some basis tests (for single precision)* Make style* Python style fixes for basis test* Add single precision output for t300 and t320 and adjust checks; skip t541 in single* Add LCOV exclusions after moving to new line* fix spacing* Python: make CEED_EPSILON available as libceed.EPSILON* Python: optional parameter to specify different output file for test comparison* Python: update tests&apos; use of EPSILON and change test_300 output file for single precision* Python: add convenience function for getting dtype corresponding to CeedScalar* rust - add single precision support* [Julia] Fall back on Float64 if CeedGetScalarType is not available* [Julia] style* Adjust tolerance for t301* xsmm - add single precision support* avx - add single precision support* Add initial single precision support for MAGMA non-tensor basis* Skip t300 and t320 in single precision; revert Python t300 changes* Revert output changes for t300 and t320 in junit* [Julia] Changes to autogenerated bindings for mixed precision* [Julia] style* [Julia] Check scalar type when changing libceed library pathThe check is also performed when the package is loaded. This prevents having torestart the Julia session twice* [Julia] Require JLLWrappers version 1.3This is needed to use Preferences to change the library path* Add documentation page for precision developmentCo-authored-by:  Will Pazner &lt;will.e.p@gmail.com&gt;* Cleanup from merge: remove old README* Return CEED_ALIGN to backend.h* Make Fortran compiler (FC) optional; empty skips Fortran testsUse in Python and Rust builds, which may not have a Fortran compilerinstalled and thus would produce confusing output.* Add single precision CI test for NoetherCo-authored-by: Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;Co-authored-by: Will Pazner &lt;will.e.p@gmail.com&gt;Co-authored-by: Jeremy L Thompson &lt;jeremy@jeremylt.org&gt;Co-authored-by: Jed Brown &lt;jed@jedbrown.org&gt;

            List of files:
            /libCEED/tests/t322-basis.c</description>
        <pubDate>Thu, 02 Sep 2021 21:28:30 +0000</pubDate>
        <dc:creator>Natalie Beams &lt;246972+nbeams@users.noreply.github.com&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/t322-basis.c#7f565272b8651519e1f8332c5b9e73ffa0fc04e9</link>
        <description>Merge pull request #735 from CEED/jeremy/style-guideStyle Unification

            List of files:
            /libCEED/tests/t322-basis.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/t322-basis.c#d1d35e2f02dc969aee8debf3fd943dd784aa847a</link>
        <description>style - updating C variable style

            List of files:
            /libCEED/tests/t322-basis.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>d99fa3c5cd91a1690aedf0679cbf290d44fec74c - Op - add interface for multigrid level creation (#579)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t322-basis.c#d99fa3c5cd91a1690aedf0679cbf290d44fec74c</link>
        <description>Op - add interface for multigrid level creation (#579)* Op - add interface for multigrid level creation* Op - add implementation for OperatorMultigridLevelCreate* make style* make tidy* Op - add test t550, fix errors* Tests - add Fortran version of t550* Tests - add t511 for testing tensor basis multigrid level setup* make style and tidy* Tests - fix t55* memory leaks* Tests - add t552 for non-tensor basis multigrid levels* CUDA - use CeedIntMax in shared CUDA backend* Tests - add OCCA test exception for t55** Op - add lvector global prolongation multiplicity, simplifies user interface* Solids - convert example to new interface* make style* Tests - convert t550 to multicomponent* Solids - drop unused ceed_fine* Python - add new multigrid level interface* Python - fix operator wrap, use ceed python obj rather than ceed pointer* Gallery - update comment slightly* Tests - remove accidental duplicate test* Multigrid - add size=2 case as well* Operator - drop unneeded inline* QFunction - simplify context ownership to match vector* make style* Python - update multigrid function signature* Operator - refactor prolong/restrict qfunctions as scaling qfunctions* Vector - add testing for reciprocal and add to Fortran/Python interfaces* CUDA - add VectorReciprocal on device* Gallery - drop specalized versions for &apos;Scale&apos;, wil fix performance hit later* Hip - add vector reciprocal* Operator - add more flexible prologation basis creation interface* Vec - make sure data is set for VectorReciprocal* Tests - drop ncomp for t550/1 so kernel is not too large for Magma backend* Tests - add missing lcov markers* make style* Travis - allow ARM job to fail* Travis - fix intel install* Travis - try different install dir name for inteloneapi* Travis - add ifort, ipp packages* Tests - add missing lcov marker

            List of files:
            /libCEED/tests/t322-basis.c</description>
        <pubDate>Tue, 28 Jul 2020 15:42:05 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>a8c14239e2aaf94819e1ed6ae7f30d81834fba18 - Merge pull request #423 from CEED/jeremy/small-fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t322-basis.c#a8c14239e2aaf94819e1ed6ae7f30d81834fba18</link>
        <description>Merge pull request #423 from CEED/jeremy/small-fixesSmall fixes from Python Work

            List of files:
            /libCEED/tests/t322-basis.c</description>
        <pubDate>Mon, 02 Dec 2019 19:05:20 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>95c11be2fede91ac1b72fed60a51c77d6b30125b - Use consistent scientific notation in t322-basis.c</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t322-basis.c#95c11be2fede91ac1b72fed60a51c77d6b30125b</link>
        <description>Use consistent scientific notation in t322-basis.c

            List of files:
            /libCEED/tests/t322-basis.c</description>
        <pubDate>Thu, 21 Nov 2019 23:17:16 +0000</pubDate>
        <dc:creator>valeriabarra &lt;valeriabarra21@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7af48cf9dcfc376eb44438498992419314d973a5 - Merge pull request #417 from CEED/jeremy/none-args</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t322-basis.c#7af48cf9dcfc376eb44438498992419314d973a5</link>
        <description>Merge pull request #417 from CEED/jeremy/none-argsNone Args

            List of files:
            /libCEED/tests/t322-basis.c</description>
        <pubDate>Sun, 17 Nov 2019 19:38:51 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
<item>
        <title>a7b7f929ab476a681f8a846f95c06992dbac3dd3 - Basis - Use CEED_VECTOR_NONE for EVAL_MODE_WEIGHT</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t322-basis.c#a7b7f929ab476a681f8a846f95c06992dbac3dd3</link>
        <description>Basis - Use CEED_VECTOR_NONE for EVAL_MODE_WEIGHT

            List of files:
            /libCEED/tests/t322-basis.c</description>
        <pubDate>Sat, 16 Nov 2019 17:45:20 +0000</pubDate>
        <dc:creator>jeremylt &lt;jeremy.thompson@colorado.edu&gt;</dc:creator>
    </item>
<item>
        <title>52bfb9bbf17f17edbcd45876cdc8689a879bc683 - Symmetric Schur and Simultaneous Diagonalization (#299)</title>
        <link>http://opengrok.kc2vjw.com:8080/history/libCEED/tests/t322-basis.c#52bfb9bbf17f17edbcd45876cdc8689a879bc683</link>
        <description>Symmetric Schur and Simultaneous Diagonalization (#299)This PR adds simultaneous diagonalization and reorders the t3* tests.* Interface: add Schur Decomp and interface for Simultaneous Diagonalization, implement Schur Decomp* Tests: add Symmetric Schur Fortran test* Interface: implement Simult Diag* Tighten Givens tolerance in symmetric Schur* Tests: Reorder t3* tests* Basis - Check bounds for symmetric Schur* Simult Diag - Add LAPACK function reference* Typo fix* Basis - &apos;static&apos; CeedMatrixMultiply* Merge - fix small issues* Basis - typo fix* Basis - Documentation fixes

            List of files:
            /libCEED/tests/t322-basis.c</description>
        <pubDate>Fri, 13 Sep 2019 22:31:52 +0000</pubDate>
        <dc:creator>Jeremy L Thompson &lt;25011573+jeremylt@users.noreply.github.com&gt;</dc:creator>
    </item>
</channel>
</rss>
