| 2ac872fe | 27-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
actions - add rustfmt component |
| 74653b0d | 27-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
rust - add vector convenience methods |
| 126de23b | 27-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
python - minor test update |
| e0dd3b27 | 26-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
vec - add CeedVectorScale |
| 8aabebfe | 22-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #752 from CEED/jeremy/python-pointwise
python - add pointwisemult and axpy |
| 43840b09 | 22-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
minor - typo |
| 59972493 | 21-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
device - drop forced device->host sync in certain cases, only sync when requested |
| 68242ad3 | 21-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #751 from CEED/jeremy/op-set-qpts
Allow number of quad points per element to be set for Op |
| fbfda198 | 21-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
vec - add device impl of axpy and pointwisemult |
| cd4dfc48 | 20-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
op - allow number of quad points per element to be set for CeedOperators when using only collocated bases (such as restricting into broken space) |
| 0c1bc3c2 | 21-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
python - add pointwisemult and axpy |
| d8d9c82c | 17-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #748 from CEED/jed/doc-linking
Improve documentation linking |
| b9f3381a | 17-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
doc releasenotes: switch from :cpp:func: to :c:func: to properly link
The domain mapping for C functions was changed in
"doc: switch to Breathe 4.17 and C domain"
but we continued using :cpp:fun
doc releasenotes: switch from :cpp:func: to :c:func: to properly link
The domain mapping for C functions was changed in
"doc: switch to Breathe 4.17 and C domain"
but we continued using :cpp:func: in these references.
show more ...
|
| 7e780f74 | 17-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
doc: update intersphinx link for Python to squash warning |
| c2849f3a | 17-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jeremy/vec-ops' [PR #744]
* jeremy/vec-ops: vec - add tests for ceed compatibility for AXPY and PointwiseMult vec - add PointwiseMult and AXPY convenience functions |
| 49dd03b8 | 17-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #746 from CEED/jeremy/python-clean
make - small updates to makefile for python test move |
| 208881da | 17-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #745 from CEED/jeremy/test-order
gitlab - rearange the script for clearer output |
| 6b5c14f7 | 17-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
Makefile: fix test for valgrind |
| d63eecaa | 17-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
examples: fix DMAddBoundary for petsc-3.16 (next release) API change |
| 69f5adf1 | 15-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
petsc - new compatibility macro for DMAddBoundary |
| d758efd3 | 15-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
gitlab - rearange the script for clearer output, switch PETSc dir |
| 2d04630d | 15-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
vec - add tests for ceed compatibility for AXPY and PointwiseMult |
| 93dee7fa | 15-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
make - small updates to makefile for python test move |
| ebc204c0 | 15-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #740 from CEED/natalie/device-id
Update device ID selection for HIP/CUDA/MAGMA backends |
| b761d2ca | 15-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #741 from CEED/jed/python-test-docs
Fix python test docs |