| 5e1f751e | 15-Nov-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - minor fix |
| de84fe53 | 25-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1698 from CEED/jeremy/debug-cleanup
Truncate jit output |
| 1485364c | 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - require CeedQFGetCtx to be Destroyed |
| c11e12f4 | 23-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - require CeedOpGetQF to be Destroyed |
| 9bc66399 | 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - require *GetCeed ceed to be Destroyed |
| 26ef7cda | 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - truncate jit output |
| 830fc37b | 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update error message co-authored-by: jrwrigh <james@jameswright.xyz> |
| aeb3a72d | 22-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - count readers for user jit -i/-d |
| 4753b775 | 21-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - add CeedAddJitDefine |
| 9c25dd66 | 18-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda/hip - use new include pattern for JiT |
| c0b5abf0 | 17-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
qf - prefer ceed/types.h over ceed.h in qf source |
| b13efd58 | 16-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - I include JiT source dirs set |
| daaf13a4 | 16-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - allow <> includes other than math, std* |
| f90b2312 | 11-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1690 from CEED/jrwrigh/getsubbyname
feat(op): Add CeedCompositeOperatorGetSubByName() |
| 8a297abd | 11-Oct-2024 |
James Wright <james@jameswright.xyz> |
feat(op): Add CeedCompositeOperatorGetSubByName()
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org> |
| 681d0ea7 | 19-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - ReferenceCopy for CeedOperatorFieldGet* |
| dfc3c7dd | 08-Oct-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1683 from CEED/jrwrigh/fix_oob
fix(jit): OOB array access in CeedNormalizePath |
| 6e25802e | 06-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix(jit): OOB array access in CeedNormalizePath |
| c81f2b9d | 08-Oct-2024 |
James Wright <james@jameswright.xyz> |
fix(precon): Cast to CeedSize before multiplication |
| ccad5cb9 | 03-Oct-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - fix poinwisemult length check |
| 19a04db8 | 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - only overwite portion of basis target used |
| 8bbba8cd | 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - use cached work vectors across operators |
| 6c10af5d | 26-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - style and lcov fixes |
| 73501bfe | 23-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - add Ceed[Get,Restore]WorkVector |
| 0b31fde2 | 05-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - move 2 functions to clean up docs |