| #
43dcc2de
|
| 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1527 from CEED/jeremy/more-lcov
Minor LCOV fixes
|
| #
b4b7eaf6
|
| 20-Mar-2024 |
Jeremy L Thompson <jeremy@jeremylt.org> |
test - test restriction only operator
|
| #
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
|
| #
438e8f99
|
| 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1269 from CEED/jeremy/collocated-qpts
Check for compatible num_qpts with CEED_BASIS_COLLOCATED
|
| #
5a72c492
|
| 31-Jul-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - set restr num_qpts as op num_qpts when CEED_BASIS_COLLOCATED is first field
|
| #
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 ...
|
| #
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
|
| #
81d4e52a
|
| 30-Apr-2021 |
Jeremy L Thompson <25011573+jeremylt@users.noreply.github.com> |
Merge pull request #750 from CEED/jeremy/identity
qf - allow identity qfunctions to have in and out EVAL_NONE
|
| #
0b454692
|
| 22-Apr-2021 |
jeremylt <thompson.jeremy.luke@gmail.com> |
op - impl restriction only identity operators for CPU, error on code gen GPU backends
|