| d416dc2b | 03-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
dealii - add gpu version with kokkos |
| 860dc821 | 29-Jan-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - add fortran ex1 |
| 346c77e6 | 16-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
occa - retire backends |
| 9ba83ac0 | 19-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright to 2026 |
| 1a8516d0 | 30-Sep-2025 |
James Wright <james@jameswright.xyz> |
style: Change clang-format to penalize newline after open () |
| 9b5f41c8 | 31-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
clang - keep temp files from overwriting each other |
| 2027fb9d | 31-Jul-2025 |
SirAlienTheGreat <79958059+SirAlienTheGreat@users.noreply.github.com> |
Rust and cuda clang support (#1873)
* Switch compiler to clang (not portable)
* test add_num
* compile with llvm tools
* not working linking
* not fixed
* Update ex1-volume.h
* update
* remov
Rust and cuda clang support (#1873)
* Switch compiler to clang (not portable)
* test add_num
* compile with llvm tools
* not working linking
* not fixed
* Update ex1-volume.h
* update
* remove global path
* changes
* changes 2
* crate works
* basic gpu rust compilation
* still not working
* rust source roots basic support
* nvrtc/clang selection
* cleanup
* update example (not working)
* add rust example
* fix merge issue
* delete temp files
* cleanup
* rust qfunc 2d array (needs doc)
* cleanup
* more cleanup
* downgrade back to c++11
* format
* final draft cleanup
* formatting + CUDA_CLANG -> GPU_CLANG
* Update cuda CEED_QFUNCTION_RUST
* fix python
* fix python and format
* format fr
* update comment
* fix python fr
* Apply error suggestions from code review
* update errors to libceed format
* Apply suggestions from code review
* add optimization flag
* remove line breaks
* Apply suggestions from code review
* avoid python in macro better
* add rust example
* format
* Apply suggestions from code review
* move rust example to own directory
* Simplify python exclusion logic
* re-fix python
* Update python/build_ceed_cffi.py
* change names and simplify makefile
* Revert "change names and simplify makefile"
This reverts commit 96e762f9f5d50d8ed9d3673e7fda850dfc390abe.
* Apply Jeremy's diff
* Simplify CeedCallSystem
* use rust-install llvm tools
* add gitignores
* update paths
* example absolute path
* fix comments
* apply partial diff
* add newline
* add makefile
* Update examples/rust-qfunctions/Makefile
* update makefile
---------
Co-authored-by: Allen MacFarland <alma4974@noether>
show more ...
|
| ed094490 | 24-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
api - naming consistency for composite CeedOperator |
| 725737e8 | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
petsc - add BP1+5 and BP2+6 to help test colllocated |
| df8ed97b | 23-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
dealii - use /cpu/self as default resource to get best CPU perf |
| eb3489a0 | 21-Jul-2025 |
Peter Munch <peterrmuench@gmail.com> |
Rename |
| 39472f18 | 19-Jul-2025 |
Peter Munch <peterrmuench@gmail.com> |
deal.II examples: some clean up |
| 7d3b9777 | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
dealii - add take_array for clearer syncing intent |
| 704703ef | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
dealii - transpose basis matrices Co-authored-by: Peter Munch <muench@math.tu-berlin.de> |
| fba0e8d2 | 17-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
dealii - drop redundant copy |
| 45e62b5f | 16-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - update example folder Readmes |
| d4f9124c | 17-Jun-2025 |
Jed Brown <jed@jedbrown.org> |
makefiles: update defaults from c99 to c11
cuda-12.9 contains anonymous unions, which are not in c99. But c11 is widely supported these days so it seems fair to update.
One nit is that c11 does not
makefiles: update defaults from c99 to c11
cuda-12.9 contains anonymous unions, which are not in c99. But c11 is widely supported these days so it seems fair to update.
One nit is that c11 does not require VLA, and libCEED uses VLA-pointers internally for some purposes.
show more ...
|
| 61084938 | 02-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1827 from CEED/jeremy/dealII-basis
ex - use deal.II fe to build libCEED Basis |
| bec2b288 | 02-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - update for style
Co-authored-by: Peter Munch <peterrmuench@gmail.com> |
| 525f58ef | 29-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - use HTML comments as inclusion markers |
| 6d7116d7 | 28-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - fix duplicate formula warning |
| d89549c6 | 28-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - hide inclusion markers in md |
| 0dd71613 | 27-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - use native deal.II ref element |
| 571e8cf0 | 27-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - use ShapeInfo to build libCEED Basis |
| 4566048f | 27-May-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - use deal.II fe to build libCEED Basis |