| #
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
|
| #
9fd66db6
|
| 17-Apr-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Further docstring cleanup, aiming for one sentence per line
|
| #
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
|
| #
4385fb7f
|
| 04-Mar-2023 |
Sebastian Grimberg <sjg@amazon.com> |
Format docstrings
|
| #
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 ...
|
| #
131837e7
|
| 14-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1172 from CEED/jeremy/more-tests
Spelling and Ceed example consistency
|
| #
5fb68f37
|
| 08-Mar-2023 |
Karen (Ren) Stengel <karenlstengel@gmail.com> |
Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)
* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support
---------
Co-authored-by: James Wrig
Adding CeedVectorCopy() and CeedVectorAXPBY() (#1170)
* adding CeedVectorAXPBY and CeedVectorCopy functions with Rust, Python, and CUDA/HIP backend support
---------
Co-authored-by: James Wright <james@jameswright.xyz>
Co-authored-by: Adeleke O. Bankole <86932837+AdelekeBankole@users.noreply.github.com>
Co-authored-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| #
0e0bb6dd
|
| 08-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1169 from CEED/jeremy/destroy-null
Always NULL object on Ceed*Destroy
|
| #
83065cc9
|
| 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1175 from CEED/jeremy/doc-clarify
Update docstrings for Ceed*ReferenceCopy for clarity
|
| #
512bb800
|
| 07-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
doc - update docstrings for Ceed*ReferenceCopy for clarity
|
| #
ecc88aeb
|
| 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
spelling - spelling fixes in core
|
| #
ad6481ce
|
| 06-Mar-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
safety - always NULL object on Ceed*Destroy
|
| #
b559d91b
|
| 15-Feb-2023 |
Jed Brown <jed@jedbrown.org> |
ci: upgrade to clang-format-15 (#1157)
|
| #
78a97f55
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Merge pull request #1104 from CEED/jeremy/formatting
Minor Formatting Fixes
|
| #
ea61e9ac
|
| 30-Nov-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
minor - assorted formatting fixes
|
| #
a61f0f4d
|
| 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
Merge pull request #1095 from CEED/jed/remove-stale-indent-comments
remove stale indent comments
|
| #
47fa654b
|
| 18-Nov-2022 |
Jed Brown <jed@jedbrown.org> |
style: remove obsolete (with clang-format) INDENT comments
|
| #
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
|
| #
13f886e9
|
| 28-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
debug - consistent use of CeedDebug vs CeedDebug256
|
| #
990fdeb6
|
| 21-Jun-2022 |
Jeremy L Thompson <jeremy@jeremylt.org> |
fmt - add CeedInt_FMT
|