History log of /libCEED/tests/t125-vector.c (Results 1 – 7 of 7)
Revision Date Author Comments
# c3e94cad 04-Jan-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1440 from CEED/zach/fix-axpby

Fix CeedVectorAXPBY Implementations


# aa67b842 04-Jan-2024 Zach Atkins <zach.atkins@colorado.edu>

Fix CeedVectorAXPBY


# a9c3c4a1 29-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1352 from CEED/jeremy/jumint-only

Set interface only tests to only='cpu'


# f85e4a7b 28-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

test - set interface only tests to only='cpu'


# b0976d5a 15-Aug-2023 Zach Atkins <zach.atkins@colorado.edu>

Vector - error-free usage when length = 0 (#1291)

* Allow for error-free usage of length 0 CeedVectors

* Add tests for length 0 CeedVectors

* make clang-tidy happy

* remove unnecessary tests


# 49aac155 24-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

IWYU fixes (#1182)

* iwyu - include fixes

* iwyu - silence some iwyu output

* minor - clearer macro names

* iwyu - fix suggestion of "ceed/ceed.h" externally

* iwyu - lighter petsc heade

IWYU fixes (#1182)

* iwyu - include fixes

* iwyu - silence some iwyu output

* minor - clearer macro names

* iwyu - fix suggestion of "ceed/ceed.h" externally

* iwyu - lighter petsc headers

* iwyu - ceed/ceed.h -> ceed.h

* iwyu - cuda/hip include fixes

show more ...


# 5fb68f37 08-Mar-2023 Karen (Ren) Stengel <karenlstengel@gmail.com>

Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)

* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support

---------

Co-authored-by: James Wrig

Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)

* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support

---------

Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Adeleke O. Bankole <86932837+AdelekeBankole@users.noreply.github.com>
Co-authored-by: Jed Brown <jed@jedbrown.org>

show more ...