| #
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 ...
|
| #
21f16bf6
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1315 from CEED/jeremy/queep
Backend Consistency Fixes
|
| #
edb2538e
|
| 01-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - spell rstr consistently
|
| #
ca735530
|
| 31-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for CUDA backends
|
| #
ad70ee2c
|
| 30-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for CPU backends
|
| #
cce47851
|
| 30-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1281 from CEED/jeremy/simplify-parent
Clarify op fallback parent interface
|
| #
e984cf9a
|
| 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - update return value convention for CeedOperatorGetFallbackParentCeed
|
| #
bb229da9
|
| 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
op - clarify op fallback parent interface
|
| #
77a7c055
|
| 09-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1280 from CEED/jeremy/error-macro-simpler
Update CeedCall macro
|
| #
5047007e
|
| 03-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
tidy - fix small backend errors
|
| #
2ab8f9ab
|
| 17-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1213 from CEED/jeremy/use-refcopy
Consistency with Ceed*Refrence and Ceed*ReferenceCopy
|
| #
db002c03
|
| 11-May-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - consistency with Ceed*Refrence and Ceed*ReferenceCopy
|
| #
c5215752
|
| 24-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1197 from sebastiangrimberg/sjg/style-whitespace-fix
Minor style consistency updates
|
| #
6e6704a8
|
| 19-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1198 from CEED/jeremy/CeedCheck
Add CeedCheck macro to reduce repetition
|
| #
6574a04f
|
| 18-Apr-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
internal - add CeedCheck macro to reduce repetition
|
| #
2a86cc9d
|
| 04-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix file endings inconsistency
|
| #
2efebffe
|
| 12-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1156 from sebastiangrimberg/sjg/hcurl-basis-dev
H(curl) basis and `CEED_EVAL_CURL`
|
| #
c4e3f59b
|
| 15-Feb-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add H(curl) basis and CEED_EVAL_CURL operations
This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose a
Add H(curl) basis and CEED_EVAL_CURL operations
This refactors basis application to use common code between CEED_EVAL_GRAD for H^1 and CEED_EVAL_INTERP for H(curl)/H(div). It should ideally expose an easy way to get non-tensor backends to work for H(div) and H(curl).
show more ...
|
| #
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 ...
|
| #
25824358
|
| 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1091 from CEED/rezgar/update-CEED_EVAL_DIV
Update CEED_EVAL_DIV/INTERP
|
| #
a915a514
|
| 17-Nov-2022 |
rezgarshakeri <rezgar.shakeri@colorado.edu> |
Updated CEED_EVAL_DIV in ref/opt/blocked backends
|
| #
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 ...
|
| #
1dc525d0
|
| 11-Jun-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #989 from CEED/jeremy/qf-assembly-0-elem
ref - handle num_elem=0 case for qf assembly
|
| #
056ea4bd
|
| 10-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ref - handle num_elem=0 case for qf assembly
|
| #
4345bdd5
|
| 20-Mar-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #920 from CEED/jeremy/conversion
Explicit casting of vector sizes
|