History log of /libCEED/ (Results 1576 – 1600 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
05c335cb06-Jul-2023 nbeams <246972+nbeams@users.noreply.github.com>

Add headers missed by IWYU to hip-ref

2e31f39606-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Extract simulation printing to function

f6f49adb30-Jun-2023 nbeams <246972+nbeams@users.noreply.github.com>

Ensure initialization for new L1 norm handling in GPU backends

f7c1b51730-Jun-2023 nbeams <246972+nbeams@users.noreply.github.com>

CUDA: improvements for handling large CeedVectors requiring CeedSize for length

3d13c0f229-Jun-2023 nbeams <246972+nbeams@users.noreply.github.com>

Force use of CeedSize in calculating global idx

90709ca629-Jun-2023 nbeams <246972+nbeams@users.noreply.github.com>

simplify logic of hipblas use for norm

9330daec28-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

b94338b923-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 ...

6f7ff1d203-Jul-2023 James Wright <james@jameswright.xyz>

fluids: Add partition statistics to standard output

3f46b22403-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

18f23d8515-Jun-2023 Sebastian Grimberg <sjg@amazon.com>

Fix missed cases from 6e6d197

7ade40ab03-Jul-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1244 from sebastiangrimberg/sjg/minor-backend-style

Minor whitespace consistency fixes in backends

ff1e712015-Jun-2023 Sebastian Grimberg <sjg@amazon.com>

Very minor backend style and whitespace fixes

7bd8c1e130-Jun-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1243 from CEED/jed/fix-asan-bugs

Fix -fsanitize=address bugs

fb65186628-Jun-2023 Jed Brown <jed@jedbrown.org>

CI: upgrade actions to gcc-12 and enable address sanitizer

62e4d60228-Jun-2023 Jed Brown <jed@jedbrown.org>

Merge pull request #1234 from CEED/jrwrigh/fluids_64int

fluids: Compatability for PETSc w/ 64bit ints

8e6aa22628-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 ...

0de6a49f19-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

8213d10119-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`

457e73b219-Jun-2023 James Wright <james@jameswright.xyz>

fluids: Compatability for PETSc w/ 64bit ints

d1ca5d5e26-Jun-2023 James Wright <james@jameswright.xyz>

Merge pull request #1242 from CEED/jeremy/contract-destroy-cleanup

Remove unneeded guard in BasisDestroy

9831d45a23-Jun-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - destroying null object is always safe

f2910f1122-Jun-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1240 from CEED/jeremy/small-typo

readme - fix typo

82b3672722-Jun-2023 Jeremy L Thompson <jeremy@jeremylt.org>

readme - fix typo

f95bab6c21-Jun-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1238 from CEED/jeremy/fix-return

Minor - add missing return statement

1...<<61626364656667686970>>...226