| 7b39487d | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - add preloading (#997)
* fluids - add preloading
* fluids - fix accidentally dropped line
Co-authored-by: James Wright <james@jameswright.xyz>
* fluids - get wallclock from stage lo
fluids - add preloading (#997)
* fluids - add preloading
* fluids - fix accidentally dropped line
Co-authored-by: James Wright <james@jameswright.xyz>
* fluids - get wallclock from stage log, FRAGILE
Co-authored-by: James Wright <james@jameswright.xyz>
show more ...
|
| b11824b3 | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fix setting device id |
| f60cdb1d | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #991 from CEED/jeremy/memcheck-qf-ctx
Memcheck QFContext |
| c082eca0 | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge branch 'main' into jeremy/memcheck-qf-ctx |
| 3b190ab8 | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - shift QFContextDestroyData to interface only |
| b3271f73 | 20-Jun-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
Add MAGMA RTC usage to release notes |
| e5f091eb | 08-Jun-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
MAGMA: Use more specific macro name for HIP mode |
| 12070e41 | 26-May-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
Remove restrictions on tests for MAGMA backend when using tensor basis kernels |
| f6af633f | 06-May-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
Use rtc for MAGMA elem restriction and tensor basis kernels |
| 5dccf641 | 19-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #998 from CEED/jed/fix-point-block-diagonal-restriction
CeedOperatorAssemblePointBlockDiagonal: fix restriction sizes for subdomain integral |
| 7b63f5c6 | 19-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
CeedOperatorAssemblePointBlockDiagonal: fix restriction sizes for subdomain integrals
Formerly would give errors such as
interface/ceed-elemrestriction.c:862 in CeedElemRestrictionApply(): Output v
CeedOperatorAssemblePointBlockDiagonal: fix restriction sizes for subdomain integrals
Formerly would give errors such as
interface/ceed-elemrestriction.c:862 in CeedElemRestrictionApply(): Output vector size 125050 not compatible with element restriction (124050, 6000)
(noted in https://github.com/CEED/libCEED/pull/994#discussion_r899808040)
show more ...
|
| 9ac461b4 | 19-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #993 from CEED/jeremy/fluids-bcs
Fluids BCs performance updates |
| 42971d38 | 19-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'main' into jeremy/fluids-bcs |
| 26cb7656 | 19-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #996 from CEED/jeremy/fix-gpu-h_ind
GPU - copy ElemRestr index values passed on host |
| 44d7a66c | 17-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
gpu - fix restriction CEED_COPY_VALUES + CEED_MEM_HOST |
| e0e35436 | 17-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - note fluids performance enhancements |
| 6cccb8e4 | 17-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - note bugfix for CeedOperatorLinearAssemble |
| 17ce10fa | 15-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - fix setup context data misuse |
| 2e64a2b9 | 15-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - allow backend specific data destroy behavior |
| edc819a1 | 15-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - name QFunction output blocks |
| 0f58c348 | 15-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
memcheck - add QFContext impl |
| b80a4419 | 17-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - only VecZero in the BCs if using SetBCsFromICs |
| 9a9f72eb | 16-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - restore commented code |
| 5e82a6e1 | 16-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fluids - cache boundary conditions in separate vecs |
| 0e455453 | 17-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - clearer internal function name for stack traces |