History log of /libCEED/tests/t539-operator.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 506b1a0c 20-Sep-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Non-square operator full assembly (#1316)

* Consistency formatting for operator tests

* Add (failing) test for non-square operator full assembly

* Add support for CPU-based full assembly of no

Non-square operator full assembly (#1316)

* Consistency formatting for operator tests

* Add (failing) test for non-square operator full assembly

* Add support for CPU-based full assembly of non-square CeedOperators

* Fix full assembly of identity quadrature functions and operators with CEED_BASIS_NONE

Also adds a unit test for full assembly which fails prior to the changes in this commit.

* Minor refactor to improve coverage

show more ...


# 5d1e9069 31-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1270 from CEED/jeremy/constantinople

Rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE


# 356036fa 31-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE


# 671a1103 18-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1212 from CEED/jeremy/asan-fixes

ASAN Fixes


# 08fdf5f2 16-May-2023 Jeremy L Thompson <jeremy@jeremylt.org>

asan - array bounds issue in t539


# ac415f71 17-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

Revert a550dd66


# a550dd66 04-Mar-2023 Sebastian Grimberg <sjg@amazon.com>

Formatting fixes for tests including consistent include order


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


# 684f4935 06-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1167 from CEED/jeremy/drop-i

Consistency in c tests


# 4fee36f0 02-Mar-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - consistency in c tests


# 3fc26417 06-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1150 from CEED/jeremy/multi-assembly

CPU diagonal assembly for multiple active bases


# 437c7c90 30-Jan-2023 Jeremy L Thompson <jeremy@jeremylt.org>

pc - CPU diagonal assembly for multiple active bases