| #
477729cf
|
| 18-Jul-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Ceed - add message storing error handler (#587)
* Ceed - add message storing error handler
* Python - use CeedErrorStore and CeedGetErrorMessage to pass messages from C to Python
* make style
Ceed - add message storing error handler (#587)
* Ceed - add message storing error handler
* Python - use CeedErrorStore and CeedGetErrorMessage to pass messages from C to Python
* make style
* make tidy
* Python - add comment about cffi and vargs
* Ceed - add 'store' as possible env option for CEED_ERROR_HANDLER
* Python - and error handling for creation of ceed context
* Ceed - statically allocate error message array
* Ceed - simplify error message copying and guard against buffer overflow
* Tests - fix small t005 python bug
* Tests - fix small leak in t005
* Ceed - small fix in setting error handler from env
* Tests - add missing lcov markers
show more ...
|
| #
48953ff8
|
| 22-May-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #544 from CEED/jeremy/python-jax
Python - add support for getting/setting CUDA arrays
|
| #
962dc42d
|
| 20-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Python - make numba optional
|
| #
7f1dc7b9
|
| 20-May-2020 |
Jeremy L Thompson <thompson.jeremy.luke@gmail.com> |
Python - add support for getting/setting CUDA arrays
|
| #
2bc797ab
|
| 06-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #502 from CEED/jed/python-autopep8
Python: apply autopep8 and add to CI
|
| #
7a7b0fa3
|
| 02-Apr-2020 |
Jed Brown <jed@jedbrown.org> |
Python: apply autopep8 and add to CI
|
| #
b7a93542
|
| 29-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #493 from CEED/jed/python-context
python: contextmanager for v.array() and v.array_read()
|
| #
e259ae81
|
| 28-Mar-2020 |
Jed Brown <jed@jedbrown.org> |
python: contextmanager for v.array() and v.array_read()
|
| #
422c300c
|
| 03-Feb-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #453 from CEED/jeremy/diag-nonzero
Operator - only assemble diag for nonzero QF entries
|
| #
547d9b97
|
| 03-Feb-2020 |
jeremylt <jeremy.thompson@colorado.edu> |
Vector - add CeedVectorNorm
|
| #
90187ab8
|
| 19-Jan-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #414 from CEED/python/interface-v1
Python Interface
|
| #
7def3d77
|
| 18-Dec-2019 |
valeriabarra <valeriabarra21@gmail.com> |
Python - add ceed vectors
|