History log of /libCEED/tests/t570-operator.c (Results 1 – 4 of 4)
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 ...


# 4b7c8c0f 27-Apr-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1196 from sebastiangrimberg/sjg/unsigned-restr-dev


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

clang-format


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

Cherry-pick H(div) mass matrix diagonal assembly test from 02773612