| a8d16bd8 | 15-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1636 from CEED/jrwrigh/fix_docs
doc(op): Remove CeedOperatorView_Core from user docs |
| 8bf1b130 | 15-Jul-2024 |
James Wright <james@jameswright.xyz> |
doc(op): Remove CeedOperatorView_Core from user docs |
| c5f068b4 | 12-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1635 from CEED/jeremy/typo
minor - fix typo |
| 23622755 | 12-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - fix typo |
| ffcf17dd | 12-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1630 from CEED/jeremy/more-promotion
rstr - cast explicitly to avoid size issues |
| 6b100398 | 12-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1634 from CEED/jeremy/check-say-more
Add more data to CeedCheck messages |
| 3f08121c | 12-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
err - add more data to CeedCheck messages |
| 870ea2d9 | 11-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - display size mismatch on error |
| 0a5597ce | 11-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - cast to CeedSize when creating rstr |
| aa72de07 | 03-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - cast explicitly to avoid size issues |
| 371292c6 | 11-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1625 from CEED/jeremy/diag-at-points-gpu
GPU Diagonal Assembly AtPoints |
| 37fb1fa7 | 11-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1597 from CEED/jeremy/basis-at-points-gpu
GPU BasisApplyAtPoints |
| afe3bc8a | 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - HIP diagonal assembly AtPoints |
| 349fb27d | 28-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - CUDA diagonal assembly AtPoints |
| 67d9480a | 20-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add AtPoints CeedOperator |
| 57c38b11 | 20-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - use fewer q_extra in dmswarm tests |
| 756ca9e9 | 20-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - add AtPoints CeedOperator |
| 80c135a8 | 10-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - less explicit memory shuffling to build Chebyshev der |
| ad8059fc | 10-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - reduce write conflits for AtPoints basis operations |
| 99db02ec | 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1633 from CEED/jrwrigh/clang-format-18
refactor: Changes for clang-format 18 |
| eaae1aea | 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Changes for clang-format 18 |
| 1088199a | 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1632 from CEED/jrwrigh/fix_basis_project
fix(basis): Use basis_from dim for projection matrices |
| 706bf528 | 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
test: Add mixed topology basis projection test |
| b3ed00e5 | 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix(basis): Use basis_from dim for projection matrices |
| 0de07561 | 03-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1629 from CEED/jrwrigh/basis_project_topo
basis: Projection uses highest dimension topology |