| #
2c7e7413
|
| 12-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
rstr - intial CPU implimentation
|
| #
e585a77d
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1334 from CEED/jeremy/missing-call
Add Missing CeedCallBackends
|
| #
1cc2c60d
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ref - variable name consistency
|
| #
5d10938b
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
ref - add missing CeedCallBackend
|
| #
21f16bf6
|
| 13-Sep-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1315 from CEED/jeremy/queep
Backend Consistency Fixes
|
| #
ad70ee2c
|
| 30-Aug-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
style - fixes for CPU backends
|
| #
38432684
|
| 03-Aug-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1265 from CEED/sjg/hcurl-restr-dev
CeedElemRestriction for H(curl)
|
| #
61a27d74
|
| 25-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
CEED_RESTRICTION_DEFAULT -> CEED_RESTRICTION_STANDARD
|
| #
94648b7d
|
| 13-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Organize element restriction variants in ref backend
|
| #
7c1dbaff
|
| 06-May-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Operator full assembly with oriented or curl-conforming element restrictions (RT or ND elements)
|
| #
0c73c039
|
| 22-Jun-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Improve element restriction for H(curl) spaces by reorganizing loops, including use of int8_t for tridiagonal matrix
|
| #
0305e208
|
| 06-May-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Update backends for unified ElemRestrictionCreate variants for all restriction types (default, oriented, strided)
|
| #
9475e044
|
| 27-Jul-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Fix bugs for blocked ElemRestriction apply
|
| #
fcbe8c06
|
| 24-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
enum CeedRestrictionType for CeedElemRestriction type
|
| #
77d1c127
|
| 02-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations
Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transfo
Element restriction for high-order (> 1) H(curl) elements requiring more general orientation transformations
Adds CeedElemRestrictionCreateCurlOriented which takes a tridiagonal element-wise transformation matrix, typically with entries {-1, 0, 1}.
show more ...
|
| #
4b7c8c0f
|
| 27-Apr-2023 |
Sebastian Grimberg <sebastiangrimb@gmail.com> |
Merge pull request #1196 from sebastiangrimberg/sjg/unsigned-restr-dev
|
| #
3bdd4e5a
|
| 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
clang-format
|
| #
f30b1135
|
| 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Add CeedElemRestrictionApplyUnsigned for operator diagonal assembly in the case of an oriented element restriction
|
| #
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
|
| #
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 ...
|
| #
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 ...
|
| #
e025fe5f
|
| 30-Aug-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1055 from CEED/rezgar/restr_oriented_leak
Fixed Oriented Restriction Leak
|