internal - add CeedObject to handle common functionality
minor - update copyright to 2026
fix(ref atpoints) - Fix ref assembly at-points to properly handle empty elements
style: Change clang-format to penalize newline after open ()
ref - Ensure at-points operators skip cells with no points (#1886)* ref - Ensure at-points operators skip cells with no points* change conditionalCo-authored-by: Jeremy L Thompson <jeremy@jerem
ref - Ensure at-points operators skip cells with no points (#1886)* ref - Ensure at-points operators skip cells with no points* change conditionalCo-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>---------Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
api - naming consistency for composite CeedOperator
ref - minor variable name clarity
basis - pull BasisIsCollocated helper to interface level
cpu - remove vectorize warnings for Clang -O3
cpu - add ncomp=4 as common restriction variant
pc - CPU support for AtPoints assembly
op - minor at points diagonal improvements
minor - upate copyright to 2025
qf - require CeedOpGetQF to be Destroyed
ceed - require *GetCeed ceed to be Destroyed
Fix memory leak
cpu - fix minor leak
op - ReferenceCopy for CeedOperatorFieldGet*
Skip duplicate transpose restrictions (#1645)* cpu - skip duplicate output rstr * cuda - skip duplicate output rstr * hip - skip duplicate output rstr
Add CeedBasisApplyAdd (#1644)* basis - add CeedBasisApplyAdd + CPU impl * basis - add ref GPU ApplyAdd * basis - add shared GPU ApplyAdd * basis - add MAGMA ApplyAdd * basis - add CeedB
Add CeedBasisApplyAdd (#1644)* basis - add CeedBasisApplyAdd + CPU impl * basis - add ref GPU ApplyAdd * basis - add shared GPU ApplyAdd * basis - add MAGMA ApplyAdd * basis - add CeedBasisApplyAddAtPoints + default impl * basis - add GPU ApplyAddAtPoints * tidy - add extra assert to fix clang-tidy * Apply suggestions from code review style - consistently use indexing over pointer arithmatic Co-authored-by: Zach Atkins <zach.atkins@colorado.edu> * style - more pointer fixes --------- Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
op - minor performance improvement for op with repeat input rstr
atpoints - remove some extra operations
atpoints - fix diagonal bug with stale qvec data
atPoints - fix diagonal assembly for mixed
op - cast to CeedSize when creating rstr
12345678910>>...14