minor - consistency with Ceed*Refrence and Ceed*ReferenceCopy
clang-format
Add CeedElemRestrictionApplyUnsigned for operator diagonal assembly in the case of an oriented element restriction
minor - fix static vs CEED_INTERN in backend file
Consistency in 'does not support' vs 'does not implement' (#1205)* interface - consistency in 'does not support' vs 'does not implement' * minor - consistency fixes * minor - style consistency
Merge pull request #1197 from sebastiangrimberg/sjg/style-whitespace-fixMinor style consistency updates
internal - add CeedCheck macro to reduce repetition
Miscellaneous whitespace consistency
Fix file endings inconsistency
Add H(curl) basis and CEED_EVAL_CURL operationsThis refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose a
Add H(curl) basis and CEED_EVAL_CURL operationsThis refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose an easy way to get non-tensor backends to work for H(div) and H(curl).
show more ...
IWYU fixes (#1182)* iwyu - include fixes * iwyu - silence some iwyu output * minor - clearer macro names * iwyu - fix suggestion of "ceed/ceed.h" externally * iwyu - lighter petsc heade
IWYU fixes (#1182)* iwyu - include fixes * iwyu - silence some iwyu output * minor - clearer macro names * iwyu - fix suggestion of "ceed/ceed.h" externally * iwyu - lighter petsc headers * iwyu - ceed/ceed.h -> ceed.h * iwyu - cuda/hip include fixes
memcheck - add vector read/write checking
Updated CEED_EVAL_DIV in ref/opt/blocked backends
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 - re
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 'make format' 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 <jed@jedbrown.org> * apply updated format Co-authored-by: Jed Brown <jed@jedbrown.org>
Freed orient's array
fmt - add CeedInt_FMT
ref - handle num_elem=0 case for qf assembly
Merge pull request #920 from CEED/jeremy/conversionExplicit casting of vector sizes
minor - explicit casting of vector sizes
minor - update copyright headers
rstr - use CeedSize for l_size
vec - use CeedSize for vector lengths
qf - extend ctx read/write feature to qf
ctx - add read-only access for QFContext
updated ceed-ref-restriction.c
12345678910>>...14