| be395853 | 18-Feb-2026 |
Zach Atkins <zach.atkins@colorado.edu> |
operator(composite): add interface to force sequential execution of sub-operators |
| 6261a418 | 09-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - style consistency |
| becbf5cd | 09-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gallery - add scalar scaling qf |
| 0b6847a6 | 09-Feb-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gallery - add identity to scalar qf |
| 6c328a79 | 20-Jan-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
obj - add common CeedObjectDestroy |
| a299a25b | 20-Jan-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
obj - move view tabs to CeedObj |
| b0f67a9c | 14-Jan-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - add CeedObject to handle common functionality |
| 9ba83ac0 | 19-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright to 2026 |
| b413b6ae | 12-Dec-2025 |
Gabriele Bozzola <gbozzola@amazon.com> |
Use compiler definition for Intel oneAPI
`__INTEL_COMPILER` does no longer exist on LLVM-based Intel compilers. The new macro is `__INTEL_LLVM_COMPILER`
https://www.intel.com/content/www/us/en/docs
Use compiler definition for Intel oneAPI
`__INTEL_COMPILER` does no longer exist on LLVM-based Intel compilers. The new macro is `__INTEL_LLVM_COMPILER`
https://www.intel.com/content/www/us/en/docs/dpcpp-cpp-compiler/developer-guide-reference/2023-2/use-predefined-macros-to-specify-intel-compilers.html
show more ...
|
| 648ecb3c | 20-Nov-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
minor - move Ceed*GetNumViewTabs to public header |
| 4c789ea2 | 07-Nov-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
view - add Ceed*[Get/Set]ViewTabs for all objects |
| 5a526491 | 30-Sep-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add SetNumViewTabs |
| 6a430a1a | 26-Sep-2025 |
Jed Brown <jed@jedbrown.org> |
deprecated.h: fix typo |
| 56318ee4 | 19-Aug-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
assembly - add `CeedOperatorLinearAssembleGetNumEntries` |
| 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 ...
|
| 52b0e563 | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - add deprecated warnings for old fn names |
| ed094490 | 24-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
api - naming consistency for composite CeedOperator |
| 0ccda8eb | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - collocated nodes/qpts for gen |
| 02219a08 | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - collocated nodes/qpts for shared |
| 21292910 | 28-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - collocated nodes/qpts for shared |
| ca62d558 | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - pull BasisIsCollocated helper to interface level |
| 8da1e4ae | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1856 from CEED/zach/remove-op-fallback-parent
ceed - replace usage of `ceed->op_fallback_parent` with `ceed->parent` |
| 49337e26 | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fix gen AtPoints transpose |
| c6cb50fa | 17-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - reorder AtPoints shuffle to avoid bank conflicts |
| 360be29c | 17-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - simplify atpoints if guards to prevent divergance |