| #
f2989f2b
|
| 21-Jan-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1917 from CEED/jeremy/ceed-object
Add core CeedObject to handle common functionality
|
| #
6c328a79
|
| 20-Jan-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
obj - add common CeedObjectDestroy
|
| #
b0f67a9c
|
| 14-Jan-2026 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - add CeedObject to handle common functionality
|
| #
d4cc1845
|
| 30-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1912 from CEED/jeremy/copyright
minor - update copyright to 2026
|
| #
9ba83ac0
|
| 19-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright to 2026
|
| #
ce3aeafc
|
| 21-Nov-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1908 from CEED/zach/move-get-num-view-tabs
minor - move Ceed*GetNumViewTabs to public header
|
| #
648ecb3c
|
| 20-Nov-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
minor - move Ceed*GetNumViewTabs to public header
|
| #
6a6b797f
|
| 13-Nov-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1904 from CEED/jeremy/view-tab
view - add Ceed*[Get/Set]ViewTabs for all objects
|
| #
4c789ea2
|
| 07-Nov-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
view - add Ceed*[Get/Set]ViewTabs for all objects
|
| #
57af422c
|
| 01-Oct-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1895 from CEED/jeremy/print-tab
Add CeedOperatorSetNumViewTabs
|
| #
5a526491
|
| 30-Sep-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add SetNumViewTabs
|
| #
9b9f6113
|
| 08-Aug-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1881 from CEED/SirAlienTheGreat/rust-qfunctions
Rust and cuda clang support (#1873)
|
| #
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 ...
|
| #
1ad46608
|
| 06-Aug-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1875 from CEED/jeremy/name-consistency
Operator Name Consistency
|
| #
ed094490
|
| 24-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
api - naming consistency for composite CeedOperator
|
| #
65219c46
|
| 21-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1868 from CEED/jeremy/basis-is-collocated
Pull BasisIsCollocated helper to interface level
|
| #
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`
|
| #
46b50f9e
|
| 16-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
op - Simplify operator fallback to use pre-initialized fallback Ceed context
|
| #
6d997e5f
|
| 09-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1851 from CEED/jeremy/gen-qf-assemble
GPU Gen QFunction Assembly
|
| #
0816752e
|
| 02-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - QFunction assembly for gen
|
| #
71f51416
|
| 27-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1845 from CEED/jeremy/get-name
OP Get Name Helper
|
| #
d3d5610d
|
| 26-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add GetName helper
|
| #
0183ed61
|
| 17-Jun-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
GPU Assembly AtPoints (#1833)
* cuda - AtPoints diagonal assembly for gen
* hip - AtPoints diagonal assembly for gen
* pc - use subops for LinearAssemble[Add]Diagonal if composite
* gen - turn mo
GPU Assembly AtPoints (#1833)
* cuda - AtPoints diagonal assembly for gen
* hip - AtPoints diagonal assembly for gen
* pc - use subops for LinearAssemble[Add]Diagonal if composite
* gen - turn more numbers into named variables
* gen - fix alignment for assembly
* gen - check for only one active basis in/out
* HIP gen at points syntax error fixes
* hip - embarassing fix
* gen - add Tab helper to manage indentation
---------
Co-authored-by: Zach Atkins <Zach.Atkins@colorado.edu>
show more ...
|
| #
1095a7a6
|
| 25-Apr-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1812 from CEED/zach/reset-work-vectors
Reset work vectors in operator setup to save memory
|