| f113e5dc | 22-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
basis - add CeedBasisCreateProlongation |
| a2cba4be | 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge branch 'main' into jeremy/assembly-fix |
| 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 |
| f6af633f | 06-May-2022 |
nbeams <246972+nbeams@users.noreply.github.com> |
Use rtc for MAGMA elem restriction and tensor basis kernels |
| 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 ...
|
| 2e64a2b9 | 15-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - allow backend specific data destroy behavior |
| 0e455453 | 17-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - clearer internal function name for stack traces |
| 69bf922d | 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - drop qf value thresholding in assembly |
| 067fd99f | 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - simplify BT*D computation in assembly |
| ed9e99e6 | 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - clean up LinearAssemble implementation |
| 52b3e6a7 | 11-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Fix assembly for operators with size zero
This occurs in parallel when some processes have zero elements in a subdomain or part of the boundary. |
| 3129f025 | 08-Jun-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
ceed-precoditioning.c: Added a ternary for fine operator name |
| f5ddeb83 | 06-Jun-2022 |
Alex Pedersen <ajpedersen20@gmail.com> |
fixed include memcpy segv error |
| a350620e | 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - satisfy tidy that resource names are non-null |
| cefa2673 | 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix GPU single operator fallback |
| 428b7a12 | 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #977 from CEED/jeremy/fallback-yet-again
Add debugging output to fallback creation |
| 6aa95790 | 06-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix fallback for composite assembly |
| d04bbc78 | 03-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - add debugging output to fallback creation |
| 01ea9c81 | 05-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
doc: support Sphinx-5 and fix man page |
| f5ebfb90 | 03-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - more data in view |
| cd95d520 | 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #972 from CEED/jeremy/fix-qf-clone
Fix qf fallback cloning |
| 9e77b9c8 | 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
pc - fix qf fallback cloning |
| 6838cee0 | 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
restr - relax comp_stride check for num_comp == 1 |
| 21d1e94b | 26-May-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
make style |