| 19868e18 | 12-Oct-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Add parallelism within test files (#1372)
* Add parallelism within test files
* Remove NPROC_POOL from nek tests
* Fix formatting |
| 2fee3251 | 05-Oct-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Expand Python formatting to tests/ |
| 1ff07f3d | 04-Oct-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ctx - update CeedContextFieldLabelGetDescription with offset |
| a9c3c4a1 | 29-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1352 from CEED/jeremy/jumint-only
Set interface only tests to only='cpu' |
| 79a79dc4 | 29-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - drop codecov marker in favor of mino test change |
| 2b62239c | 28-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - add missing codecov exclusion markers |
| f85e4a7b | 28-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - set interface only tests to only='cpu' |
| 1c7d1e03 | 20-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1340 from CEED/jeremy/fix-ptsc-orients-copy
Fix CEED_COPY_VALUES for ref rstr at points |
| 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 ...
|
| fdf20d15 | 20-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1339 from CEED/jeremy/spelling
Spelling is hard |
| 07d5dec1 | 20-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - fix CEED_COPY_VALUES for ref rstr at points |
| ac5aa7bc | 19-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - spelling is hard |
| fa42c6fe | 15-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - add transpose AtPoints test |
| 0930e4e7 | 14-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - add tests for AtPoints |
| e38d11ba | 07-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix include order for test |
| 97fab443 | 12-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
junit - remove walrus for old systems |
| 01f0e615 | 18-Jun-2023 |
James Wright <james@jameswright.xyz> |
Add CeedOperatorLinearAssemblePointBlockDiagonalSymbolic |
| 72b1cdfa | 07-Sep-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix for running tests with PEDANTIC option, which turns on -Werror |
| 98ef505e | 05-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1325 from CEED/zach/fix-coord-ordering-basis-tests
Change coordinate ordering to be consistent with tensor basis application |
| ba855c75 | 05-Sep-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
fix single precision test |
| 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) |
| 3c9d155a | 05-Sep-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Change coordinate ordering to be consistent with tensor basis application |
| 356036fa | 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE |
| e7f679fc | 24-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
restr - check l-vec length for strided rstr creation |
| b0976d5a | 15-Aug-2023 |
Zach Atkins <zach.atkins@colorado.edu> |
Vector - error-free usage when length = 0 (#1291)
* Allow for error-free usage of length 0 CeedVectors
* Add tests for length 0 CeedVectors
* make clang-tidy happy
* remove unnecessary tests |