History log of /libCEED/ (Results 1076 – 1100 of 5646)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
be9c646308-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

op - CeedOperatorGetFieldByName don't error if field not found

58c1970e07-Feb-2024 Zach Atkins <zach.atkins@colorado.edu>

Merge pull request #1465 from CEED/zach/testing-fix-csv-crash

Update diff_csv to prevent test harness crashes

69ef23b607-Feb-2024 Zach Atkins <zach.atkins@colorado.edu>

Update diff_csv to prevent test harness crashes

e4483ef501-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1429 from CEED/jeremy/less-lcov-excl

Reduce LCOV_EXCL markers

7bbbfca301-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

GPU - variable name update for conventions

9ea2cfd901-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

GPU - enable CEED_BASIS_NONE for CUDA, HIP backends

8ae08b9831-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1459 from CEED/jeremy/doc-update

Add deal.II to release notes

fab7d8a431-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

deal.II - use CEED_BASIS_NONE over CEED_BASIS_COLLOCATED

a745612c31-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

doc - add deal.II to release notes

694f24b031-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1436 from peterrum/dealii

Add deal.II example

8c81f8b023-Dec-2023 Peter Munch <peterrmuench@gmail.com>

Add deal.II example

Co-authored-by: jeremylt <jeremy@jeremylt.org>

3d389caa31-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1457 from argonne-lcf/kris/sycl-ref-slm-pointers

Replace calls to deprecated `local_accessor::get_pointer()`

bcbe1c9919-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - reduce LCOV_EXCL markers

cce69b9b27-Jan-2024 James Wright <james@jameswright.xyz>

Merge pull request #1452 from CEED/jrwrigh/stats_overwrite

fluids: Stats don't overwrite solution on first-step failure

6852f6f627-Jan-2024 James Wright <james@jameswright.xyz>

fluids: Stats don't overwrite solution on first-step failure

- When you have an initial condition from a previous problem, it might
fail on the first step. This will cause `reason != TS_CONVERGED_

fluids: Stats don't overwrite solution on first-step failure

- When you have an initial condition from a previous problem, it might
fail on the first step. This will cause `reason != TS_CONVERGED_ITERATING`
and thus it will continue on with the rest of the TSMonitor routine.
If you have a stats file from that initial condition, it will be
overwritten.

Regardless of the overwriting behavior, it *never* makes sense to
write out a stats file on the first step; Using left-rectangle rule
for the time averaging integration, the initial step should *never* be
used, thus there is nothing to collect or write.

show more ...

b698cfb925-Jan-2024 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1450 from CEED/sjg/jit-speedup-dev

1b7492f822-Jan-2024 Sebastian Grimberg <sjg@amazon.com>

Fix a few incorrect JIT header includes

cf8cbdd622-Jan-2024 Sebastian Grimberg <sjg@amazon.com>

Refactor GPU-backend element restriction source to only compile the required kernels, and do so lazily at first apply

cbfe683a20-Jan-2024 Sebastian Grimberg <sjg@amazon.com>

Lazily compile GPU diagonal/point-block diagonal assembly kernels as needed

Also fixes CEED_SIZE -> USE_CEEDSIZE definition.

7251047c19-Jan-2024 Sebastian Grimberg <sjg@amazon.com>

Remove need for separate CUmodule/hipModule_t for weights in non-tensor MAGMA backend

6069a98324-Jan-2024 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1449 from CEED/sjg/curl-restr-simd

Improve vectorization for CPU curl-oriented element restriction transpose

952cecad24-Jan-2024 Jed Brown <jed@jedbrown.org>

Merge pull request #1448 from CEED/jed/doc-update-backends-diagram

doc: update libCEEDBackends.svg

5c7e0f5119-Jan-2024 Sebastian Grimberg <sjg@amazon.com>

Minor change to CPU curl-oriented element restriction to allow vectorization

2c24a3ce23-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1451 from CEED/jeremy/rust-fix

rust - drop failing tests

697283f123-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

rust - drop failing tests

1...<<41424344454647484950>>...226