op - add terse view
basis - clean up check for clang-tidyco-authored-by: jrwigh <james@jameswright.xyz>
basis - refactor Chebyshev interp creation to separate fn
doc - fix docstring alignmentCo-authored-by: James Wright <james@jameswright.xyz>
basis - ApplyAtPoints should take number of elem
Fix docs for CeedElemRestrictionGetNumPoints
rstr - minor naming fix
rstr - allow backends to add padding to AtPoints E-vec
test - fix impl vs support in error messages
rstr - set comp stride for AtPoints rstr
rstr - support different at point e-layouts
fix: Correct docstring, make parameter name consistent
jit - fix path cleaning logic
jit - clean source paths before storing list
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
jit - only include each source once
Merge pull request #1495 from CEED/jeremy/at-points-diagonalDiagonal Assembly Clarification for AtPoints
fix - update error messageCo-authored-by: James Wright <james@jameswright.xyz>
pc - add switch for AtPoints diagonal assembly
pc - internal function naming consistency
backend - use new user data copy utility
Merge pull request #1528 from CEED/jeremy/more-sizeRestriction CeedInt vs CeedSize
Fix a few more CeedInt promotions
minor - codecov updates
12345678910>>...32