minor - assorted formatting fixes
style: remove obsolete (with clang-format) INDENT comments
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>
show more ...
qf - lazy access of qf kernel name and path
JIT: free relative path variable after getting absolute path
QF headers for typedefs and macros (#1036)* jit - qf headers for typedefs and macros * jit - smaller list of permitted files * ceed - only include ceed.h in QF source
op - allow empty composite operators
debug - fix error message int format
Merge pull request #1026 from CEED/jeremy/pc-leakpc - fix small leak
Merge pull request #994 from CEED/fluids-block-diagonalFluids block diagonal
CeedCompositeOperatorCreate: fix initial reference count
pc - fix small leak
basis - fix pointer pointer mistake
Merge pull request #1024 from CEED/rezgar/operatorcheckfieldUpdate CeedOperatorCheckField function for H(div) basis
moved CeedBasisGetNumQuadratureComponents to line 72
basis - add gradient to projection bases
basis - make CreateProjectionMatrix internal fn
ceed-operator.c: Update CeedOperatorCheckField function for H(div)
op - early check that CEED_BASIS_COLLOCATEDonly has CEED_EVAL_NONE
ctx - fix using backend RestoreData vs RestoreDataRead
vec/ctx - backend Restore*Read only after last reader
debug - consistent use of CeedDebug vs CeedDebug256
fmt - add CeedInt_FMT
Merge pull request #973 from CEED/icl/magma-rtcUse RTC for MAGMA tensor basis kernels and element restrictions
basis - use ncomp from 'from' basis for projection (#1012)* basis - use ncomp from 'from' basis for projection * doc - document numcomp convention for CeedBasisCreateProjection * basis - reor
basis - use ncomp from 'from' basis for projection (#1012)* basis - use ncomp from 'from' basis for projection * doc - document numcomp convention for CeedBasisCreateProjection * basis - reorder BasisCreateProjection arguments
1...<<11121314151617181920>>...32