| f883f0a5 | 26-Jun-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Call CeedOperatorAssemblyDataStrip in CeedOperatorDestroy |
| 536b928c | 25-Jun-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Add CeedOperatorAssemblyDataStrip to public interface |
| 7d5185d7 | 25-Jun-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Add CeedOperatorGetQFunctionAssemblyData so user can call CeedQFunctionAssemblyDataDestroy and CeedOperatorAssemblyDataDestroy to free up temporary memory |
| c578388c | 25-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1617 from CEED/valeria/update-coc
Update Valeria's email address in CODE_OF_CONDUCT.md |
| c6b75494 | 24-Jun-2024 |
Valeria Barra <39932030+valeriabarra@users.noreply.github.com> |
Update Valeria's email address in CODE_OF_CONDUCT.md |
| d01ebc63 | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1615 from CEED/jeremy/gpu-op-ref-cache
Skip unneeded restrictions in OpApply for GPU Ref |
| c1222711 | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - skip unneeded restrictions in OpApply |
| 3f72d6af | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1616 from CEED/jeremy/tidy-fix
tidy - add check tidy needs |
| bb03490d | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - add check tidy needs |
| 9f99de84 | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1614 from CEED/jeremy/vec-utils
Strided Vec Utils |
| a7efc114 | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - use min of 2 lengths for gpu impl of CopyStrided |
| b73fa92c | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - also format .cu files |
| 956a3dba | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - fix references to .cu |
| 3196072f | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
hip - add Vec*Strided utils |
| f1c2287b | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - add Vec*Strided utils |
| 9ef22048 | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
cuda - follow multi line statement conventions |
| e706ae07 | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - fix documentation, checking in CeedVectorCopy |
| 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 |
| afa95cff | 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1611 from CEED/jrwrigh/project_mixed_tensor
basis: Allow CreateProjection for mixed-tensor bases |
| 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 |
| d9753263 | 21-Jun-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1606 from CEED/jrwrigh/ken_stg_additions
fluids: Add dyScale and dz to STG options |
| e9decf40 | 21-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1612 from CEED/jeremy/op-short-view
op - add terse view |