| b473a062 | 17-Jan-2024 |
Jed Brown <jed@jedbrown.org> |
doc: update libCEEDBackends.svg
* include .tex source for future updates * latex .gitignore |
| c01e25f0 | 12-Jan-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1445 from CEED/jrwrigh/cosine_hill
fluids: Add cosine hill and skewed advection initial conditions |
| cf0c90ef | 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Advection skew initial condition |
| 74d1b6c4 | 06-Jan-2024 |
James Wright <james@jameswright.xyz> |
test(fluids): Advection cosine |
| 7b77ddfd | 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Change bubble_type to advection_ic_type
Since cosine_hill and skew aren't bubbles |
| c44b1c7d | 17-Nov-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add in cosine hill and skew advection ICs |
| 699fe8f8 | 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1444 from CEED/jrwrigh/memcheck_error_message
memcheck: Add QF path and name to error message |
| 739ab3b4 | 11-Jan-2024 |
James Wright <james@jameswright.xyz> |
memcheck: Add QF path and name to error message |
| bad447da | 09-Jan-2024 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1302 from CEED/sjg/gpu-restriction-dev
GPU element restriction for `CEED_RESTRICTION_ORIENTED` and `CEED_RESTRICTION_CURL_ORIENTED` |
| 5700671a | 05-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Address PR feedback: Remove dead code |
| 7aa91133 | 08-Nov-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add deterministic element restriction transpose GPU kernels for oriented and curl-oriented restrictions |
| b3d03e38 | 22-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix for PEDANTIC |
| 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 |
| dce49693 | 15-Aug-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Initial commit for cuda-ref and hip-ref backend support for oriented and curl-oriented element restrictions
For now, the element restriction transpose for oriented or curl-oriented cases is always n
Initial commit for cuda-ref and hip-ref backend support for oriented and curl-oriented element restrictions
For now, the element restriction transpose for oriented or curl-oriented cases is always non-deterministic.
show more ...
|
| 701e0cfd | 06-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1428 from CEED/jeremy/collocated
Remove legacy CEED_BASIS_COLLOCATED |
| a36217cb | 15-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - remove legacy CEED_BASIS_COLLOCATED |
| ca9dd0ff | 05-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1418 from CEED/jeremy/memcheck-qf
memcheck - match nan check for QFunction field size |
| c3e94cad | 04-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1440 from CEED/zach/fix-axpby
Fix CeedVectorAXPBY Implementations |
| 6a7a5f7f | 04-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1439 from CEED/sjg/magma-finalize
Add missing magma_finialize() call |
| aa67b842 | 04-Jan-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Fix CeedVectorAXPBY |
| 203c09c4 | 04-Jan-2024 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1438 from CEED/sjg/ref-restriction-restrict
Add __restrict__ to resolve vectorization warnings with Clang 17 |
| eda0adbc | 04-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Add __restrict__ to resolve vectorization warnings with Clang 17 |
| 3e2dab0a | 04-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Add missing magma_finialize() call |
| b569baaf | 03-Jan-2024 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Define CeedPragmaSIMD for Clang (#1432)
* Define CeedPragmaSIMD for Clang
* Change clang loop vectorization pragma |
| f1b7d387 | 02-Jan-2024 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1431 from CEED/sjg/strict-prototypes-fix
Silence compiler warning for `-Wstrict-prototypes` |