| 2e88d319 | 03-Sep-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - counting points correctly |
| bf84744c | 22-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
leak - add missing CeedFree for string |
| db2becc9 | 13-Aug-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Add CeedBasisApplyAdd (#1644)
* basis - add CeedBasisApplyAdd + CPU impl
* basis - add ref GPU ApplyAdd
* basis - add shared GPU ApplyAdd
* basis - add MAGMA ApplyAdd
* basis - add CeedB
Add CeedBasisApplyAdd (#1644)
* basis - add CeedBasisApplyAdd + CPU impl
* basis - add ref GPU ApplyAdd
* basis - add shared GPU ApplyAdd
* basis - add MAGMA ApplyAdd
* basis - add CeedBasisApplyAddAtPoints + default impl
* basis - add GPU ApplyAddAtPoints
* tidy - add extra assert to fix clang-tidy
* Apply suggestions from code review
style - consistently use indexing over pointer arithmatic
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
* style - more pointer fixes
---------
Co-authored-by: Zach Atkins <zach.atkins@colorado.edu>
show more ...
|
| 8bf1b130 | 15-Jul-2024 |
James Wright <james@jameswright.xyz> |
doc(op): Remove CeedOperatorView_Core from user docs |
| 23622755 | 12-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - fix typo |
| ffcf17dd | 12-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1630 from CEED/jeremy/more-promotion
rstr - cast explicitly to avoid size issues |
| 3f08121c | 12-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
err - add more data to CeedCheck messages |
| 870ea2d9 | 11-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - display size mismatch on error |
| 0a5597ce | 11-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - cast to CeedSize when creating rstr |
| aa72de07 | 03-Jul-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - cast explicitly to avoid size issues |
| eaae1aea | 09-Jul-2024 |
James Wright <james@jameswright.xyz> |
refactor: Changes for clang-format 18 |
| b3ed00e5 | 08-Jul-2024 |
James Wright <james@jameswright.xyz> |
fix(basis): Use basis_from dim for projection matrices |
| e00f3be8 | 03-Jul-2024 |
James Wright <james@jameswright.xyz> |
basis: Projection uses highest dimension topology |
| c6b536a8 | 26-Jun-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Clarify operator destroy comment |
| 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 |
| bb03490d | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - add check tidy needs |
| a7efc114 | 24-Jun-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
vec - use min of 2 lengths for gpu impl of CopyStrided |
| 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 |
| 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 |