| #
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 ...
|
| #
5d1e9069
|
| 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1270 from CEED/jeremy/constantinople
Rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
|
| #
356036fa
|
| 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
interface - rename CEED_BASIS_COLLOCATED to CEED_BASIS_NONE
|
| #
7bd8c1e1
|
| 30-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1243 from CEED/jed/fix-asan-bugs
Fix -fsanitize=address bugs
|
| #
8e6aa226
|
| 28-Jun-2023 |
Jed Brown <jed@jedbrown.org> |
Fix -fsanitize=address bugs
note: ‘snprintf’ output between 21 and 31 bytes into a destination of size 30
The assembly test had inconsistent ordering of arguments between the qfunction itself and t
Fix -fsanitize=address bugs
note: ‘snprintf’ output between 21 and 31 bytes into a destination of size 30
The assembly test had inconsistent ordering of arguments between the qfunction itself and the call to CeedQFunctionAddInput.
show more ...
|
| #
ac415f71
|
| 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Revert a550dd66
|
| #
a550dd66
|
| 04-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Formatting fixes for tests including consistent include order
|
| #
49aac155
|
| 24-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
IWYU fixes (#1182)
* iwyu - include fixes
* iwyu - silence some iwyu output
* minor - clearer macro names
* iwyu - fix suggestion of "ceed/ceed.h" externally
* iwyu - lighter petsc heade
IWYU fixes (#1182)
* iwyu - include fixes
* iwyu - silence some iwyu output
* minor - clearer macro names
* iwyu - fix suggestion of "ceed/ceed.h" externally
* iwyu - lighter petsc headers
* iwyu - ceed/ceed.h -> ceed.h
* iwyu - cuda/hip include fixes
show more ...
|
| #
684f4935
|
| 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1167 from CEED/jeremy/drop-i
Consistency in c tests
|
| #
4fee36f0
|
| 02-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - consistency in c tests
|
| #
2b730f8b
|
| 17-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - re
Switch to clang-format (#1051)
* style - switch to clang-format
* ci - use newer libxsmm
* action - update format action
* format - consistent use of {} for multi-line if/for
* make - remove stray newline
* make - simpler 'make format' target
* ci - use newer libxsmm
* doc - minor release note claification
* minor - minor fix
* minor - minor fix
* minor - minor fix
* minor - minor fix
* make format
* format - less aggressive alignment rules
* tidy - check for argument name mismatches
* fix newline
* format - mirror Ratel update to .clang-format
* fix merge error
* fix merge conflict
* fix merge error
* drop style in .phony list
* Update .clang-format
Co-authored-by: Jed Brown <jed@jedbrown.org>
* apply updated format
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
dbac3b9f
|
| 06-Sep-2022 |
Natalie Beams <246972+nbeams@users.noreply.github.com> |
Fix t568 bug (#1065)
* Add multi-component apply QFunction to t568
* junit.py: Add t568 back to GPU backend testing
|
| #
4a64a794
|
| 06-Sep-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1061 from CEED/jed/noether-cuda
ci: use noether for CUDA
|
| #
963d8636
|
| 06-Sep-2022 |
Jed Brown <jed@jedbrown.org> |
t568-operator: fix input order and make test handle nan; skip on broken backends
if (nan < constant) is always false. This test had a memory error causing it to always compute nan in both the libcee
t568-operator: fix input order and make test handle nan; skip on broken backends
if (nan < constant) is always false. This test had a memory error causing it to always compute nan in both the libceed and reference values. This conditional ensures that output will print in such cases.
This test is BROKEN on /gpu/cuda/gen and /gpu/hip/*. This will need to be addressed in a future issue.
Reported-by: Natalie Beams <nbeams@icl.utk.edu>
show more ...
|
| #
cb03979f
|
| 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1002 from CEED/jeremy/format-ceed-types
Add CeedInt_FMT
|
| #
600b7929
|
| 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - update tests to use CeedInt_FMT
|
| #
791c445d
|
| 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #988 from CEED/jeremy/assembly-fix
Test for assembly w/non-square D
|
| #
c9a77dd1
|
| 09-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - add test for assembly w/non-square D
|