| b94338b9 | 23-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
CeedVector/Preconditioning: fix CeedInt loop vars to CeedSize
While 32-bit is sufficient for CeedElemRestriction, a Vector is used to store matrix entries and the number of entries can overflow 32-b
CeedVector/Preconditioning: fix CeedInt loop vars to CeedSize
While 32-bit is sufficient for CeedElemRestriction, a Vector is used to store matrix entries and the number of entries can overflow 32-bit even for a small number of dofs. For example, 85k Q3 fluid elements is enough to overflow.
Reported-by: Ken Jansen
show more ...
|
| 9831d45a | 23-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - destroying null object is always safe |
| 28ce3d2a | 21-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - add missing return |
| 9ffb25e0 | 16-Jun-2023 |
James Wright <james@jameswright.xyz> |
fixup: CeedSetStream fixes for Sycl |
| bc246734 | 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - move GetResourceRoot to backend interface |
| 5ae360d4 | 16-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ceed - make SetStream interface level fn |
| 1862681b | 13-Jun-2023 |
Jeremy Luke Thompson <jeremy@jeremylt.org> |
minor - initialize char ptr to NULL instead of empty string |
| 5f249b39 | 25-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - no access after restoring |
| 671a1103 | 18-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1212 from CEED/jeremy/asan-fixes
ASAN Fixes |
| c5f45aea | 11-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
asan - fix leak in CeedOperatorLinearAssembleQFunctionBuildOrUpdate |
| db002c03 | 11-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - consistency with Ceed*Refrence and Ceed*ReferenceCopy |
| 3ca2b39b | 08-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - always zero output on Apply, even if no elem on process |
| de05fbb2 | 04-May-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix bug in CeedBasisCreateProjectionMatrices when basis is not H^1 |
| 78b2e752 | 03-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - move CeedElemRestrictionApplyUnsigned to backend.h |
| c17ec2be | 28-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - add CeedElemRestrictionCreateUnsignedCopy |
| b04eb3d9 | 25-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Consistency for 'does not support' |
| b17517ee | 25-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Remove default fallback from CeedElemRestrictionApplyUnsigned to CeedElemRestrictionApply and use backend registration instead |
| c7be5f81 | 24-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Rebase fix for new CeedCheck macro |
| 3bdd4e5a | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
clang-format |
| f30b1135 | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add CeedElemRestrictionApplyUnsigned for operator diagonal assembly in the case of an oriented element restriction |
| 6402da51 | 25-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Consistency in 'does not support' vs 'does not implement' (#1205)
* interface - consistency in 'does not support' vs 'does not implement'
* minor - consistency fixes
* minor - style consistency |
| c5215752 | 24-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1197 from sebastiangrimberg/sjg/style-whitespace-fix
Minor style consistency updates |
| 9fd66db6 | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Further docstring cleanup, aiming for one sentence per line |
| 6574a04f | 18-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - add CeedCheck macro to reduce repetition |
| c85e8640 | 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Enforce include order in .clang-format |