History log of /libCEED/backends/opt/ceed-opt-operator.c (Results 26 – 50 of 149)
Revision Date Author Comments
# 73441d27 08-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1505 from CEED/jeremy/return-ceed

Add Ceed*ReturnCeed


# 6e536b99 08-Mar-2024 Jeremy L Thompson <jeremy@jeremylt.org>

interface - add Ceed*ReturnCeed


# 72e72e0e 10-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1463 from CEED/jeremy/memcheck-strides

CEED_STRIDES_BACKEND related updates


# 56c48462 05-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - fix signature of GetLayout


# e4483ef5 01-Feb-2024 Jeremy L Thompson <jeremy@jeremylt.org>

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

Reduce LCOV_EXCL markers


# bcbe1c99 19-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

minor - reduce LCOV_EXCL markers


# c63b5f53 11-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1420 from CEED/jeremy/memcheck-nan-fix

Fix memcheck detection of uninitalized outputs


# e910d748 08-Dec-2023 Jeremy L Thompson <jeremy@jeremylt.org>

cpu - fix memcheck detection of uninitalized outputs


# 533adc1e 05-Oct-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1359 from CEED/sjg/full-assembly-tensor-opt

Improve CPU-based operator full assembly by using optimized backend tensor contraction


# 8130dc29 03-Oct-2023 Sebastian Grimberg <sjg@amazon.com>

Minor improvement to consistency between ref/blocked and opt/blocked backends for readability


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


# f90d6ea7 19-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1333 from CEED/jeremy/restriction-points

Add ElemRestrictionAtPoints


# 2c7e7413 12-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - intial CPU implimentation


# 21f16bf6 13-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1315 from CEED/jeremy/queep

Backend Consistency Fixes


# edb2538e 01-Sep-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - spell rstr consistently


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

style - fixes for CUDA backends


# ad70ee2c 30-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

style - fixes for CPU backends


# 1c66c397 30-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Interface consistency fixes (#1312)

* format - consistency fixes

* format - test name consistency

* format - drop comma operator

* format - drop git add . in favor coercion

* format - ad

Interface consistency fixes (#1312)

* format - consistency fixes

* format - test name consistency

* format - drop comma operator

* format - drop git add . in favor coercion

* format - add CeedScalarSwap macro

show more ...


# 38432684 03-Aug-2023 Sebastian Grimberg <sebastiangrimb@gmail.com>

Merge pull request #1265 from CEED/sjg/hcurl-restr-dev

CeedElemRestriction for H(curl)


# 61a27d74 25-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

CEED_RESTRICTION_DEFAULT -> CEED_RESTRICTION_STANDARD


# 20a93772 20-Jul-2023 Sebastian Grimberg <sjg@amazon.com>

Address PR comment on hidden variable and clarify by renaming


# 0c73c039 22-Jun-2023 Sebastian Grimberg <sjg@amazon.com>

Improve element restriction for H(curl) spaces by reorganizing loops, including use of int8_t for tridiagonal matrix


# 0305e208 06-May-2023 Sebastian Grimberg <sjg@amazon.com>

Update backends for unified ElemRestrictionCreate variants for all restriction types (default, oriented, strided)


# fcbe8c06 24-Apr-2023 Sebastian Grimberg <sjg@amazon.com>

enum CeedRestrictionType for CeedElemRestriction type


# 77d1c127 02-Mar-2023 Sebastian Grimberg <sjg@amazon.com>

Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations

Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transfo

Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations

Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transformation matrix, typically with entries {-1, 0, 1}.

show more ...


123456