History log of /libCEED/tests/t353-basis.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 743e4319 06-Jun-2024 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1596 from CEED/jeremy/at-points-numelem

ApplyAtPoints should take number of elem


# fc0f7cc6 31-May-2024 Jeremy L Thompson <jeremy@jeremylt.org>

basis - ApplyAtPoints should take number of elem


# 53ef2869 05-Sep-2023 Zach Atkins <zach.atkins@colorado.edu>

Fix order of tensor contractions for `CeedBasisApplyAtPoints` (#1324)

* Fix order of tensor contractions such that x is the inner dimension

* Fix typo in docstring (arbirtary -> arbitrary)


# d4fddeaa 12-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1164 from CEED/jeremy/basis-at-points

Basis Eval at arbitrary points


# 2a94f45f 07-Jul-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - add CeedBasisApplyAtPoints transpose mode