| bcbe1c99 | 19-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - reduce LCOV_EXCL markers |
| 5c7e0f51 | 19-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Minor change to CPU curl-oriented element restriction to allow vectorization |
| 004e4986 | 16-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Operator full assembly and diagonal assembly for cuda-ref and hip-ref backends for H(div) and H(curl) elements |
| a36217cb | 15-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - remove legacy CEED_BASIS_COLLOCATED |
| aa67b842 | 04-Jan-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Fix CeedVectorAXPBY |
| 897d4737 | 20-Dec-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix GCC warnings for casts between incompatible function types |
| 360501f4 | 20-Dec-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Silence compiler warnings for -Wstrict-prototypes |
| bafebce1 | 15-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Consistency fix for a few missed CeedElemRestriction rstr variables in the public API |
| ca94c3dd | 05-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Docstring consistency (#1409)
* doc - docstring consistency
* doc - update for bad linking of type names
* doc - update for bad linking of type names |
| 78cbaa95 | 30-Nov-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1300 from CEED/sjg/hcurl-hdiv-basis-cuda-hip
H(div) and H(curl) basis support for `cuda-ref` and `hip-ref` backends |
| 48acf710 | 30-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
OperatorAtPoints (#1390)
* op - add AtPoints interface
* op - reorder AtPoints QFunction for consistency
* op - add CEED_EVAL_WEIGHT for operator AtPoints
* doc - add CeedOperatorCreateAtPo
OperatorAtPoints (#1390)
* op - add AtPoints interface
* op - reorder AtPoints QFunction for consistency
* op - add CEED_EVAL_WEIGHT for operator AtPoints
* doc - add CeedOperatorCreateAtPoints to release notes
show more ...
|
| 1a2af84c | 29-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1405 from CEED/jeremy/at-points-order
Change order of ElemRestriction/Basis AtPoints |
| c84f7126 | 29-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1397 from CEED/jeremy/weight-at-points
Enable CEED_EVAL_WEIGHT for BasisApplyAtPoints |
| 953190f4 | 16-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - enable CEED_EVAL_WEIGHT for BasisApplyAtPoints |
| 6595d053 | 28-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - fix documentation |
| 9c34f28e | 28-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - reorder AtPoints ordering for consistency |
| 4608bdaa | 28-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - reorder AtPoints ordering for consistency |
| 8d780e65 | 17-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1396 from CEED/jeremy/context-bool
Add Boolan context field register/set/get/restore |
| 23dbfd29 | 17-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - explicit int width in ctx fields |
| d075f50b | 11-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
H(div) and H(curl) basis support for cuda-ref and hip-ref backends |
| 93f4dbf1 | 07-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Remove legacy CeedChk and CeedChkBackend (should use CeedCall, CeedCallBackend instead) |
| 5b6ec284 | 15-Nov-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - add Boolan field register/set/get/restore |
| 6cec60aa | 01-Nov-2023 |
Jed Brown <jed@jedbrown.org> |
doc fixes |
| 038a8942 | 31-Oct-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Add support for `CEED_EVAL_GRADIENT` and `CEED_TRANSPOSE` in `CeedBasisApplyAtPoints` (#1388) |
| 6d95ab46 | 05-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - flag assembly data as stale if ctx data changed |