occa - retire backends
minor - update copyright to 2026
style: Change clang-format to penalize newline after open ()
petsc - add BP1+5 and BP2+6 to help test colllocated
makefiles: update defaults from c99 to c11cuda-12.9 contains anonymous unions, which are not in c99. But c11 iswidely supported these days so it seems fair to update.One nit is that c11 does not
makefiles: update defaults from c99 to c11cuda-12.9 contains anonymous unions, which are not in c99. But c11 iswidely supported these days so it seems fair to update.One nit is that c11 does not require VLA, and libCEED uses VLA-pointersinternally for some purposes.
show more ...
Merge pull request #1820 from CEED/jeremy/bp-multi-eval-modeex - add PETSc BP1+3 and BP2+4 examples
doc - minor fixes
ex - add PETSc BP1+3 and BP2+4 examples
petsc - require 3.23
minor - upate copyright to 2025
petsc - determin vec type before DMSetFromOptions
undo q_extra change
Minor bpswarm fixes
Merge pull request #1749 from CEED/zach/fix-swarm-utilsRemove massive VLA
Remove massive VLA
petsc - allow setting vec type in command line again
petsc - fix vec type checking
swarm: Implement RestorePointsPerCell
qf - prefer ceed/types.h over ceed.h in qf source
minor - bump max it clip on bps slightly
minor - style and lcov fixes
petsc - update for interface change
minor - fix stray CeedInt=>PetscInt
leak - fix leak in multigrid ex
leak - fix leak in bpsraw
12345678910>>...13