| be9c6463 | 08-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - CeedOperatorGetFieldByName don't error if field not found |
| 58c1970e | 07-Feb-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Merge pull request #1465 from CEED/zach/testing-fix-csv-crash
Update diff_csv to prevent test harness crashes |
| 69ef23b6 | 07-Feb-2024 |
Zach Atkins <zach.atkins@colorado.edu> |
Update diff_csv to prevent test harness crashes |
| e4483ef5 | 01-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1429 from CEED/jeremy/less-lcov-excl
Reduce LCOV_EXCL markers |
| 7bbbfca3 | 01-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
GPU - variable name update for conventions |
| 9ea2cfd9 | 01-Feb-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
GPU - enable CEED_BASIS_NONE for CUDA, HIP backends |
| 8ae08b98 | 31-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1459 from CEED/jeremy/doc-update
Add deal.II to release notes |
| fab7d8a4 | 31-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
deal.II - use CEED_BASIS_NONE over CEED_BASIS_COLLOCATED |
| a745612c | 31-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - add deal.II to release notes |
| 694f24b0 | 31-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1436 from peterrum/dealii
Add deal.II example |
| 8c81f8b0 | 23-Dec-2023 |
Peter Munch <peterrmuench@gmail.com> |
Add deal.II example
Co-authored-by: jeremylt <jeremy@jeremylt.org> |
| 3d389caa | 31-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1457 from argonne-lcf/kris/sycl-ref-slm-pointers
Replace calls to deprecated `local_accessor::get_pointer()` |
| bcbe1c99 | 19-Dec-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - reduce LCOV_EXCL markers |
| cce69b9b | 27-Jan-2024 |
James Wright <james@jameswright.xyz> |
Merge pull request #1452 from CEED/jrwrigh/stats_overwrite
fluids: Stats don't overwrite solution on first-step failure |
| 6852f6f6 | 27-Jan-2024 |
James Wright <james@jameswright.xyz> |
fluids: Stats don't overwrite solution on first-step failure
- When you have an initial condition from a previous problem, it might fail on the first step. This will cause `reason != TS_CONVERGED_
fluids: Stats don't overwrite solution on first-step failure
- When you have an initial condition from a previous problem, it might fail on the first step. This will cause `reason != TS_CONVERGED_ITERATING` and thus it will continue on with the rest of the TSMonitor routine. If you have a stats file from that initial condition, it will be overwritten.
Regardless of the overwriting behavior, it *never* makes sense to write out a stats file on the first step; Using left-rectangle rule for the time averaging integration, the initial step should *never* be used, thus there is nothing to collect or write.
show more ...
|
| b698cfb9 | 25-Jan-2024 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1450 from CEED/sjg/jit-speedup-dev |
| 1b7492f8 | 22-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Fix a few incorrect JIT header includes |
| cf8cbdd6 | 22-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Refactor GPU-backend element restriction source to only compile the required kernels, and do so lazily at first apply |
| cbfe683a | 20-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Lazily compile GPU diagonal/point-block diagonal assembly kernels as needed
Also fixes CEED_SIZE -> USE_CEEDSIZE definition. |
| 7251047c | 19-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Remove need for separate CUmodule/hipModule_t for weights in non-tensor MAGMA backend |
| 6069a983 | 24-Jan-2024 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1449 from CEED/sjg/curl-restr-simd
Improve vectorization for CPU curl-oriented element restriction transpose |
| 952cecad | 24-Jan-2024 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1448 from CEED/jed/doc-update-backends-diagram
doc: update libCEEDBackends.svg |
| 5c7e0f51 | 19-Jan-2024 |
Sebastian Grimberg <sjg@amazon.com> |
Minor change to CPU curl-oriented element restriction to allow vectorization |
| 2c24a3ce | 23-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1451 from CEED/jeremy/rust-fix
rust - drop failing tests |
| 697283f1 | 23-Jan-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rust - drop failing tests |