| #
d4cc1845
|
| 30-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1912 from CEED/jeremy/copyright
minor - update copyright to 2026
|
| #
9ba83ac0
|
| 19-Dec-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright to 2026
|
| #
20a16a5f
|
| 20-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1786 from CEED/jeremy/copy-headers
minor - upate copyright to 2025
|
| #
d275d636
|
| 19-Mar-2025 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - upate copyright to 2025
|
| #
a171b6ef
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1537 from CEED/jeremy/pragma-once
Use #pragma once for non-JiT headers
|
| #
5aed82e4
|
| 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
ce18bed9
|
| 17-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #858 from CEED/jeremy/dump-copy-stuff
Strip redundant/outdated license info duplication
|
| #
3d8e8822
|
| 17-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers
|
| #
85862dfe
|
| 18-Nov-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #662 from CEED/jeremy/python-class
Python - drop class variables
|
| #
3a739e19
|
| 18-Nov-2020 |
jeremylt <thompson.jeremy.luke@gmail.com> |
Python - drop class variables, they are globally shared by all instances of the class instead of default values
|
| #
500adadc
|
| 30-Sep-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
resolve merge conflicts for v0.7 release
|
| #
187168c7
|
| 29-Sep-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Jeremy/py debugging (#637)
* Ceed - only store error with parent
* Python - assert state is not in write status
* Vector - add reader check to destructor
* make style
* remove debugging
Jeremy/py debugging (#637)
* Ceed - only store error with parent
* Python - assert state is not in write status
* Vector - add reader check to destructor
* make style
* remove debugging assertion
* Python - minor documentation correctness
* Python - hold reference to data array for USE_POINTER to prevent gc
* Python - hold reference to data array for USE_POINTER to prevent gc for restriction and context
* Python - use None object for initial ref back to ceed objects
* Python - add USE_POINTER to imports as needed
* Junit - update valid error message for writable access lock
* Python - change exception raised test to help gc
show more ...
|
| #
777ff853
|
| 14-Aug-2020 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
QFunction Context Data Object (#596)
* Ctx - create context object for QFunction context data
* Context - rename UserContext -> QFunctionContext
* Ctx - add lcov markers
* Ctx - fix leak in
QFunction Context Data Object (#596)
* Ctx - create context object for QFunction context data
* Context - rename UserContext -> QFunctionContext
* Ctx - add lcov markers
* Ctx - fix leak in identity QFunctions
* Hip/Cuda - rename sync functions for vector/context
* Tests - lcov marker update
* QFunction - drop unused function
* Python - fix copy-paste errors
* Ctx - update notes for Fortran usage
* Fortran - drop unneeded cast
Co-authored-by: Jed Brown <jed@jedbrown.org>
* Interface - use void* for SetData interfaces
* Make - use call quiet for NVCC
* Interface - use void* for GetData interfaces
* Make - add quiet call option for examples
* Makefile - create common makefile to reduce duplication/complexity in example makefiles
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
572ff09c
|
| 21-Jul-2020 |
nbeams <246972+nbeams@users.noreply.github.com> |
Merge branch 'main' into natalie/hip-ref-v2
|
| #
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 ...
|
| #
ad373e15
|
| 14-Apr-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #512 from CEED/valeria/some_cleanup
Small fixes and cleanups
|
| #
450bb777
|
| 10-Apr-2020 |
valeriabarra <valeriabarra21@gmail.com> |
Make style
|
| #
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
|
| #
90187ab8
|
| 19-Jan-2020 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Merge pull request #414 from CEED/python/interface-v1
Python Interface
|
| #
f8bc67e5
|
| 17-Dec-2019 |
jeremylt <jeremy.thompson@colorado.edu> |
Python - add ceed qfunctions
|