History log of /libCEED/tests/t351-basis.c (Results 1 – 10 of 10)
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


# 1a2af84c 29-Nov-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1405 from CEED/jeremy/at-points-order

Change order of ElemRestriction/Basis AtPoints


# 9c34f28e 28-Nov-2023 Jeremy L Thompson <jeremy@jeremylt.org>

rstr - reorder AtPoints ordering for consistency


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


# f7a048d4 15-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

Merge pull request #1289 from CEED/jeremy/points-bug

Fix dimension mismatch for ApplyBasisAtPoints


# 71a83b88 14-Aug-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - fix dimension mismatch for ApplyBasisAtPointsn


# 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


# c8c3fa7d 21-Feb-2023 Jeremy L Thompson <jeremy@jeremylt.org>

basis - add CeedBasisApplyAtPoints