| 2d4e0605 | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - fix double state incrementing |
| 0b8f3c4e | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - add CeedVectorCopyStrided and CeedVectorSetStrided utils |
| e104ad11 | 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
basis: Allow CreateProjection for mixed-tensor bases |
| 3ff7c56e | 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1613 from CEED/jrwrigh/basis_handle_null_qweights
basis: Correct backend handling of NULL q_weight |
| 097cc795 | 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
basis: CreateProjection set q_ref, q_weight to NULL |
| 935f026a | 21-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add terse view |
| 637c7b11 | 24-May-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Add SGS torch testing |
| fc0f7cc6 | 31-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - ApplyAtPoints should take number of elem |
| 68ebe796 | 23-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - update t531 for corectness, robustness |
| 0b63de31 | 17-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - transpose AtPoints restriction fixes |
| fe960054 | 07-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add ElemRestrictionAtPoints |
| f930fbbf | 08-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - let rstr AtPoints create vectors |
| 19605835 | 06-May-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - support different at point e-layouts |
| fb133d4b | 25-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cpu - add AssembleAddDiagonal for AtPoints Operator |
| 4dd4a125 | 08-Apr-2024 |
Riccardo Balin <balin@uan-0001.head.cm.americas.sgi.com> |
fix(fluids): Renable SmartSim testing and fix bug
- Fixed bug in sgs_dd_train QF, left over from debugging - SmartSim tests were previously not running at all, due to junit.py checking if `SMARTRE
fix(fluids): Renable SmartSim testing and fix bug
- Fixed bug in sgs_dd_train QF, left over from debugging - SmartSim tests were previously not running at all, due to junit.py checking if `SMARTREDIS_DIR` was a file instead of a directory
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| 8330fa83 | 02-Apr-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - clarify output of t506 |
| 42c7156f | 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - fix path cleaning logic |
| 7cbc98ee | 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
jit - clean source paths before storing list |
| 509d4af6 | 28-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all sin
Drop JiT Guards in Most QF Source (#1540)
* backend - use pragma once
* gallery - drop source header guards
* ex - drop some qfunction source header guards
* fluids - drop guards on all singly included headers
* jit - drop most guards on backend JiT files
* sycl - drop extra header guards
* jit - enable #pragma once for QF source
* fluids - use #pragma once for util/helper qf source
* test - check different multiple includes
* fluids - fix odd include
* jit - update interface for building JiT string from multiple files
show more ...
|
| 4d00b080 | 26-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ex - enable int64 testing for PETSc examples, small fixes for compatibility |
| 5aed82e4 | 27-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - update copyright headers |
| b4b7eaf6 | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - test restriction only operator |
| 33c56a19 | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - test CeedElemRestrictionGetLLayout |
| 99e754f0 | 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - codecov updates |
| 38438fe1 | 11-Mar-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1508 from CEED/jeremy/initalize-memcheck
Initalize scratch vectors in AtPoints Operator impl |