| 05c335cb | 06-Jul-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
Add headers missed by IWYU to hip-ref |
| 2e31f396 | 06-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Extract simulation printing to function |
| f6f49adb | 30-Jun-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
Ensure initialization for new L1 norm handling in GPU backends |
| f7c1b517 | 30-Jun-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
CUDA: improvements for handling large CeedVectors requiring CeedSize for length |
| 3d13c0f2 | 29-Jun-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
Force use of CeedSize in calculating global idx |
| 90709ca6 | 29-Jun-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
simplify logic of hipblas use for norm |
| 9330daec | 28-Jun-2023 |
nbeams <246972+nbeams@users.noreply.github.com> |
HIP: Improve support for CeedVectors that are longer than the max size of 32 bit integers |
| 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 ...
|
| 6f7ff1d2 | 03-Jul-2023 |
James Wright <james@jameswright.xyz> |
fluids: Add partition statistics to standard output |
| 3f46b224 | 03-Jul-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1246 from sebastiangrimberg/sjg/minor-junit-fix
Fix a few missing default output/messages for junit/tap |
| 18f23d85 | 15-Jun-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix missed cases from 6e6d197 |
| 7ade40ab | 03-Jul-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1244 from sebastiangrimberg/sjg/minor-backend-style
Minor whitespace consistency fixes in backends |
| ff1e7120 | 15-Jun-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Very minor backend style and whitespace fixes |
| 7bd8c1e1 | 30-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1243 from CEED/jed/fix-asan-bugs
Fix -fsanitize=address bugs |
| fb651866 | 28-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
CI: upgrade actions to gcc-12 and enable address sanitizer |
| 62e4d602 | 28-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1234 from CEED/jrwrigh/fluids_64int
fluids: Compatability for PETSc w/ 64bit ints |
| 8e6aa226 | 28-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
Fix -fsanitize=address bugs
note: ‘snprintf’ output between 21 and 31 bytes into a destination of size 30
The assembly test had inconsistent ordering of arguments between the qfunction itself and t
Fix -fsanitize=address bugs
note: ‘snprintf’ output between 21 and 31 bytes into a destination of size 30
The assembly test had inconsistent ordering of arguments between the qfunction itself and the call to CeedQFunctionAddInput.
show more ...
|
| 0de6a49f | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Use 32bit integer for file token
- Also code into the token whether PETSc was coded using 32 or 64 bit integers |
| 8213d101 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Remove problem->bc function pointers
- Not needed, as essential boundary conditions go through `DMPlexInsertBoundaryValues_NS` or `DMPlexInsertBoundaryValues_StrongBC` |
| 457e73b2 | 19-Jun-2023 |
James Wright <james@jameswright.xyz> |
fluids: Compatability for PETSc w/ 64bit ints |
| d1ca5d5e | 26-Jun-2023 |
James Wright <james@jameswright.xyz> |
Merge pull request #1242 from CEED/jeremy/contract-destroy-cleanup
Remove unneeded guard in BasisDestroy |
| 9831d45a | 23-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - destroying null object is always safe |
| f2910f11 | 22-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1240 from CEED/jeremy/small-typo
readme - fix typo |
| 82b36727 | 22-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
readme - fix typo |
| f95bab6c | 21-Jun-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1238 from CEED/jeremy/fix-return
Minor - add missing return statement |