| 7b1ec880 | 21-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
ci - add default test name (file name) |
| aa4b4a9f | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ref - minor variable name clarity |
| ca62d558 | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - pull BasisIsCollocated helper to interface level |
| 03ea9c5e | 21-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1869 from CEED/zach/update-tests
ci - update test suite for parity with Ratel |
| 39472f18 | 19-Jul-2025 |
Peter Munch <peterrmuench@gmail.com> |
deal.II examples: some clean up |
| 2c835e80 | 18-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
ci - bump vermin to Python 3.8 |
| f36e7531 | 18-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
ci - update test suite for parity with Ratel |
| 84ec3ca2 | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1867 from CEED/jeremy/lcov-no-errors
Bypass strange lcov error |
| fe470f9d | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - bypass strange lcov error |
| 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` |
| 66c2c381 | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1866 from CEED/jeremy/fix-mpm
gpu - fix gen AtPoints transpose |
| df107681 | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1864 from CEED/jeremy/deall-no-pack
deal.II Example Updates |
| 49337e26 | 18-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fix gen AtPoints transpose |
| 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 |
| 8a3c90c8 | 18-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Update libCEEDdev.md with fallback changes |
| 2f00a501 | 17-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1863 from CEED/jeremy/at-points-tune
AtPoints Tuning |
| 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 |
| 46b50f9e | 16-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
op - Simplify operator fallback to use pre-initialized fallback Ceed context |
| 58ed9354 | 16-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1861 from CEED/zach/apply-add-active
op - Add `CeedOperatorApplyAddActive()` for only summing into active outputs |
| 0db52efc | 16-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
Reduce code duplication |
| 5da5ab9f | 16-Jul-2025 |
Zach Atkins <zach.atkins@colorado.edu> |
op - Add CeedOperatorApplyAddActive for only summing into active outputs |
| 45e62b5f | 16-Jul-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - update example folder Readmes |