minor - update copyright to 2026
minor - upate copyright to 2025
ex - enable int64 testing for PETSc examples, small fixes for compatibility
minor - update copyright headers
ex - use #pragma once in examples
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
show more ...
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>
ex - better namespacing of petsc ex headers
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
petsc - use PetscFECreateLagrange
Solids: fixed duplicate definitions in structs.h
solids - refactor to separate problem formulations