occa - retire backends
minor - update copyright to 2026
ex - update example folder Readmes
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 ...
New Python Examples (#1817)* ex1-volume python example (#1804)* Adds initial ex1 python example* Update examples/python/ex1-volume.py* after make format* formatting change* modifies main
New Python Examples (#1817)* ex1-volume python example (#1804)* Adds initial ex1 python example* Update examples/python/ex1-volume.py* after make format* formatting change* modifies main* adds strided restriction* Update examples/python/ex1-volume.py---------ex - add python version of ex1 volume* ex2_Surface implementation in python (#1802)* Add files via upload* Update ex2_surface.py* Update ex2_surface.py* Update ex2_surface.py* Update ex2_surface.py* Update ex2_surface.py* Update ex2_surface.py* Update ex2_surface.py* Delete examples/ceed/ex2_surface.py* Add cleaned and formatted ex2_surface.py example* style: update header and reformat ex2_surface.py* Delete examples/ceed/ex2_surface.py* Python Surface area example----------------------------------------ex - add ex2 surface example in python* ex - consolidate common py code* ex - add py gallery option* ex - add py test harness* ex3 volume python example* ex - switch ex3 to use common python code* ci - add new python examples to testing---------Co-authored-by: katayoonk <122122167+katayoonk@users.noreply.github.com>Co-authored-by: Surinder singh chhabra <93762514+arrowguy234@users.noreply.github.com>Co-authored-by: Arshia Ilaty <arshia.ilaty99@gmail.com>
ex - use words for variable names in Python tutorials
ex - add Poisson to python tutorial 5
interface - remove legacy CEED_BASIS_COLLOCATED
Move some linear algebra/matrix operations to internal API (#1165)* Move unoptimized matrix operations to internal API * Minor docstring formatting in ceed-basis.c * Update Julia/Python/Fortr
Move some linear algebra/matrix operations to internal API (#1165)* Move unoptimized matrix operations to internal API * Minor docstring formatting in ceed-basis.c * Update Julia/Python/Fortran APIs for removed public functions * Fix include for tests * Fixes for removed Python API functions
Update links to https://libceed.org
python - add CeedOperatorCheckReady to interface
doc - rename tutorials folder to match use of language name