| 78eab309 | 02-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
Julia: update versions and generated bindings |
| 1a0eda08 | 01-Nov-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix regression but from shared-memory non-tensor basis transpose |
| 90a4cd18 | 27-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Whitespace formatting consistency with libCEED style |
| 9b83230a | 27-Oct-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1385 from CEED/sjg/magma-transpose-opt
Improve transpose basis performance for `magma` backend |
| 833aa127 | 19-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Use shared-memory for transpose non-tensor basis kernel to accelerate load of A matrix |
| 7132caa0 | 20-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Remove need to zero out V vector before applying basis transpose for magma backends |
| 9d15e85b | 18-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
H(div) and H(curl) basis support for magma backend |
| 9e0c01fa | 20-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Initial commit to optimize magma backend transpose basis application |
| 30b49de6 | 01-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
Update releasing instructions for cargo release automation |
| 60ef3fee | 01-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1346 from CEED/jeremy/pre-release
Release - version 0.12.0 |
| 4018a20a | 25-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
release - update version number and notes |
| 715f9ba8 | 01-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
cargo release automation |
| 6cec60aa | 01-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
doc fixes |
| d31f425a | 27-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - require latest PETSc release |
| 038a8942 | 31-Oct-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Add support for `CEED_EVAL_GRADIENT` and `CEED_TRANSPOSE` in `CeedBasisApplyAtPoints` (#1388) |
| 1d2a9659 | 30-Oct-2023 |
Kenneth E. Jansen <Kenneth.Jansen@colorado.edu> |
Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)
* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling
Drop Coordinate Basis from IJacobian (without breaking IDL) (#1380)
* compute IDL coefficient in IFunction that has access to coordinates, append this to jac_data so that IJacobian can avoid pulling coordinates through basis to apply IDL
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| f7d88fb7 | 27-Oct-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1387 from CEED/sjg/python-ci-fix
Fix Python tests in GitHub Actions |
| 2c17eebe | 27-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix Python tests |
| 3830cccf | 20-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1384 from CEED/jeremy/vermin
Add Vermin in CI |
| e6aaec06 | 20-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ci - add vermin test |
| 8c210c3e | 20-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make - add vermin target |
| 1d90b3aa | 18-Oct-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1383 from CEED/sjg/remove-tuning-files
Remove accidental WIP tuning files from #1382
|
| 1d281a7b | 17-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Remove accidental WIP tuning files from #1382
|
| db7ade31 | 17-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1382 from CEED/sjg/magma-formatting-dev
Lazy RTC compilation of MAGMA basis kernels for small P, Q |
| 913f8461 | 17-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Adjust include groupings |