| 0f7fd0f8 | 14-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
vec - add PointwiseMult and AXPY convenience functions |
| 14e5f016 | 15-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #743 from CEED/jeremy/tidy
tidy - small fixes |
| b997b43b | 15-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #739 from CEED/jeremy/copy-ptr
Copy Ceed Object References |
| 0ef72598 | 14-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
tests - move tests to python dir |
| 619db83c | 14-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
tests/python - add TEST_OPTS and use in GitHub Action |
| fd936b74 | 14-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
ci - add make tidy to gitlab |
| 78464608 | 14-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
tidy - small fixes |
| caa531a7 | 14-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #726 from CEED/jeremy/petsc-ex-build
Refactor petsc examples to reduce redundant code |
| e6e763ee | 14-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
tests/python: add convenience targets to makefile |
| c6a82cff | 14-Apr-2021 |
Jed Brown <jed@jedbrown.org> |
tests/python: fix file names |
| db34a149 | 12-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
actions - different compiler for rust CI |
| 9560d06a | 12-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
interface - add reference copying functions Co-authored-by: Jed Brown <jed@jedbrown.org> |
| 34359f16 | 12-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
interface - add Ceed*Reference functions |
| bcb0187b | 13-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #733 from CEED/jeremy/more-registration
Extra error message for uncompiled backends |
| 6dbfb411 | 05-Apr-2021 |
nbeams <246972+nbeams@users.noreply.github.com> |
Update device ID selection for HIP/CUDA backends; add for MAGMA backends |
| 8b2d6f4a | 12-Apr-2021 |
Matthew Knepley <knepley@gmail.com> |
Update ceed.c (#737)
Fix function name in docs |
| bf0f51fe | 09-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
style - minor |
| 87250337 | 09-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
minor - improve error message for uncompiled backends |
| d0c91ce9 | 08-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
ceed - create CEED_MAX_BACKEND_PRIORITY, use to repair registry list reporting |
| 71415c51 | 07-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
build - register exact names of backends in CeedRegister_Weak for better error messages |
| 92ee7d1c | 07-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
typo - fix spelling |
| a3c062d4 | 07-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
petsc - drop mesh dir in petsc examples
|
| ccb3a226 | 07-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
style - use one sentence per line in docs for petsc examples |
| 9b072555 | 07-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
style - update to new style for petsc examples |
| 2c58efb6 | 06-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
petsc - move Kershaw transformation to petscutils |