minor - update copyright to 2026
style: Change clang-format to penalize newline after open ()
minor - upate copyright to 2025
minor - style and lcov fixes
petsc - update for interface change
solids - reduce to minimal example set, see Ratel for full
ex - enable int64 testing for PETSc examples, small fixes for compatibility
minor - update copyright headers
Plex project coord renamed (#1391)* fixing ProjectCoordinates * copy of Ratel fix * set for future, preserve backward * break out versions * PETSc is actually at 3.20 not 3.21 so decrem
Plex project coord renamed (#1391)* fixing ProjectCoordinates * copy of Ratel fix * set for future, preserve backward * break out versions * PETSc is actually at 3.20 not 3.21 so decremment the minor version switch * fixed style and copied same to solids and petsc examples (thought they have lots of other compile warnings) * blank line * Breaking again with compounded versions * Update remaining DMPlexProjectCoordinates * ex - update DMPlexCreateCoordinateSpace * cx - update ICC/IFORT job --------- Co-authored-by: Jed Brown <jed@jedbrown.org> Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
show more ...
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
examples: Use PetscFunctionReturn in PETSC_SUCCESS
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
minor - assorted formatting fixes
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>
fmt - add CeedInt_FMT
minor - doc update and consistency for qextra
examples: use PetscInt_FMT instead of %DThis fixes many warnings now that PETSc uses printf format stringattribute checkers.
petsc - update for PetscOptionsBegin/End
examples: skip DMPlexLabelComplete now that PETSc does not need it
Merge pull request #885 from CEED/jeremy/min-petscPETSc - set minimum version for examples
solids - add libCEED coarse level assembly
petsc - set minimum version for examples
style - make qf/op field names human readable
petsc - use DMPlexGetLocalOffsets for building restrictions
1234