minor - update copyright to 2026
style: Change clang-format to penalize newline after open ()
minor - upate copyright to 2025
qf - require CeedOpGetQF to be Destroyed
ceed - require *GetCeed ceed to be Destroyed
op - ReferenceCopy for CeedOperatorFieldGet*
Skip duplicate transpose restrictions (#1645)* cpu - skip duplicate output rstr * cuda - skip duplicate output rstr * hip - skip duplicate output rstr
op - minor performance improvement for op with repeat input rstr
op - cast to CeedSize when creating rstr
style - num_active_* => qf_size_*
cpu - clean up QF assembly memory access
Drop JiT Guards in Most QF Source (#1540)* backend - use pragma once * gallery - drop source header guards * ex - drop some qfunction source header guards * fluids - drop guards on all sin
Drop JiT Guards in Most QF Source (#1540)* backend - use pragma once * gallery - drop source header guards * ex - drop some qfunction source header guards * fluids - drop guards on all singly included headers * jit - drop most guards on backend JiT files * sycl - drop extra header guards * jit - enable #pragma once for QF source * fluids - use #pragma once for util/helper qf source * test - check different multiple includes * fluids - fix odd include * jit - update interface for building JiT string from multiple files
show more ...
minor - update copyright headers
Fix a few more CeedInt promotions
cpu - consistently use SetValue to initalize CeedVectors
interface - add Ceed*ReturnCeed
rstr - fix signature of GetLayout
minor - reduce LCOV_EXCL markers
cpu - fix memcheck detection of uninitalized outputs
Revert opt/blocked backend delegate, this is no longer needed after #1362
Correct opt/blocked fallback to opt/serial for things like QFunction assembly
Minor improvement to consistency between ref/blocked and opt/blocked backends for readability
cpu - clean up delegation/fallback between CPU backends
Remove unused parameter from CeedTensorContractCreate
Non-square operator full assembly (#1316)* Consistency formatting for operator tests * Add (failing) test for non-square operator full assembly * Add support for CPU-based full assembly of no
Non-square operator full assembly (#1316)* Consistency formatting for operator tests * Add (failing) test for non-square operator full assembly * Add support for CPU-based full assembly of non-square CeedOperators * Fix full assembly of identity quadrature functions and operators with CEED_BASIS_NONE Also adds a unit test for full assembly which fails prior to the changes in this commit. * Minor refactor to improve coverage
12345